VideoConvertOptions class

VideoConvertOptions class

Provides options for conversion to Video type.

The VideoConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of VideoConvertOptions.

Properties

Property Description
audio_format The audio format to be used.
extract_audio_only The property extracts the audio from the video when set to True.
format The desired file type the input document should be converted to.
frames_per_second The frames per second. Default is 30.

See Also