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... | |
Settings for initializing a direct show engine recorder.
Instantiates a DirectShowSettings object.
List[str] available_codecs | ( | self | ) |
Gets the available codecs currently installed in the system.
List[str] A list containing the names of the codecs.
|
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.