How to copy or convert multiple audio and subtitle streams:



Command: ffmpeg -i old.mkv -map 0:a? -map 0:s? -map 0:v -c:v copy -c:a copy -c:s copy new.mkv "copy" means to not have any conversion for that stream, and input untouched data into the new file. You can replace this with any conversion you want.
Source | Date: June 3rd, 2021




Back

© 2019 to 2025 Branden Gilfoil & © up to 2025 for respective owners.