PDA

View Full Version : Naming audio tracks with ffmpeg


Azevedo
19th April 2012, 19:55
Hey everyone!

I'm using ffmpeg to combine 1 video + 2 audio tracks into a mp4 container.

How do I set the name of each track? (so in the player it won't be '0' and '1')

ffmpeg -i file1.avi -i extra-audio.mp4 -c copy -map 0:0 -map 0:1 -map 1:0 final.mp4

thanks!

Makaveli84
23rd June 2012, 23:11
I'm trying to find out too...
Here's my thread: http://forum.doom9.org/showthread.php?t=164725