Share via


Presentation.CreateVideo Method (PowerPoint)

Creates a video in a Presentation object.

Version Information

Version Added: PowerPoint 2010

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

Concepts

Presentation Object

Presentation Object Members