Tagged: ffmpeg

0

FFMPEG: Change language of audio track of MKV file.

Sometimes audio tracks are displayed as “Unknown”, this might cause issues with specific software to chose the default audio track when there are multiple audio tracks in the same file. This method worked for...

0

ffmpeg tips and tricks

Extracting a piece of a file Copies a piece of the input file starting at time 00:01:00 up to 00:11:00, while maintaining its codecs. It can be done with -to where we specify the end...