Presentation.CreateVideo method (PowerPoint)
Creates a video in a Presentation object.
expression. CreateVideo
( _FileName_
, _UseTimingsAndNarrations_
, _DefaultSlideDuration_
, _VertResolution_
, _FramesPerSecond_
, _Quality_
)
expression A variable that represents a Presentation object.
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. |
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.