Copy All Streams using FFMPEG

If you want to copy all streams in audio and subtitles, you can try using the following command in FFMPEG. This example also shows how to increase the volume in all audio sound tracks.

ffmpeg -i infile.mkv -map 0:v -map 0:a? -map 0:s? -vcodec copy -af “volume=20dB” -c:s copy outfile.mkv

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.