parse_codecs
¶
Parse FFmpeg codec information from help output.
Functions:
| Name | Description |
|---|---|
extract |
Extract all codec information including encoders and decoders with their options. |
extract
¶
extract() -> list[FFMpegCodec]
Extract all codec information including encoders and decoders with their options.
Returns:
| Type | Description |
|---|---|
list[FFMpegCodec]
|
A list of codec instances (encoders and decoders) with their associated options |