Skip to content

mpegize: Handle audio in a single pass

There's no reason to change the audio container and copy it around, the raw file can be fed directly to ffmpeg that does the final output file.

Merge request reports