CVBpy 14.0
DirectShowSettings Class Reference

Settings for initializing a direct show engine recorder. More...

Inherits RecordingSettings.

Public Member Functions

List[str] available_codecs (self)
 Gets the available codecs currently installed in the system. More...
 
- Public Member Functions inherited from RecordingSettings
int engine_type (self)
 Gets the engine type. More...
 

Properties

 codec = property
 str: Gets or sets the name of the codec to use.
 
 use_meta_data = property
 bool: Gets or sets whether text metadata is to be written into the stream. More...
 
- Properties inherited from RecordingSettings
 frame_rate = property
 float: Gets or sets the frame rate the video uses for playback. More...
 

Detailed Description

Settings for initializing a direct show engine recorder.

Instantiates a DirectShowSettings object.

Member Function Documentation

◆ available_codecs()

List[str] available_codecs (   self)

Gets the available codecs currently installed in the system.

Returns

List[str] A list containing the names of the codecs.

Property Documentation

◆ use_meta_data

use_meta_data = property
static

bool: Gets or sets whether text metadata is to be written into the stream.

Default is False as some players reject video streams containing text metadata.