mendevi.decode.decode
- mendevi.decode.decode(src: Path, **kwargs) tuple[str, dict[str]][source]
Decode an existing video.
Parameters
- srcpathlib.Path
The source video file to be decoded.
- **kwargsdict
Transmitted to
get_decode_cmd().
Returns
- cmdstr
The ffmpeg command.
- activitydict[str]
The computeur activity during the decoding process.