Presentation.CreateVideo method (PowerPoint)
Creates a video in a Presentation object.
Syntax
expression. CreateVideo
( _FileName_
, _UseTimingsAndNarrations_
, _DefaultSlideDuration_
, _VertResolution_
, _FramesPerSecond_
, _Quality_
)
expression A variable that represents a Presentation object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
FileName | Required | String | The name of the video file to create. |
UseTimingsAndNarrations | Optional | Boolean | Indicates whether to use timings and narrations. |
DefaultSlideDuration | Optional | [INT] | The duration, in seconds, to view the slide. |
VertResolution | Optional | [INT] | The resolution of the slide. |
FramesPerSecond | Optional | [INT] | The number of frames per second. |
Quality | Optional | [INT] | The level of quality of the slide. |
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.