mendevi.decode.decode

mendevi.decode.decode(vid: Path, **kwargs: dict) tuple[str, str | None, str, dict[str]][source]

Decode an existing video.

Parameters

vidpathlib.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.