Am 16.10.23 um 01:12 schrieb Ulf Zibis:
Hi,

is there a tutorial on how to add additional audio streams to mkv file?

Now I found a solution with "-map". It's more simple as I thought:

ffmpeg -i INPUT_de.mkv -i INPUT_en.mkv -map 0 -map 1:a -c copy -metadata:s:a:0 
language=deu -metadata:s:a:1 language=eng OUTPUT.mkv

-Ulf

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to