parse_formats
¶
Parse FFmpeg format information from help output.
Functions:
| Name | Description |
|---|---|
extract |
Extract all format information including muxers and demuxers with their options. |
extract
¶
extract() -> list[FFMpegFormat]
Extract all format information including muxers and demuxers with their options.
Returns:
| Type | Description |
|---|---|
list[FFMpegFormat]
|
A list of format instances (muxers and demuxers) with their associated options |