Tip: how to combine 2 audios + video in a single file
Posted: Tue Dec 07, 2021 10:15 pm
Hello,
I would like to share how I combine the estim track with the music/original track into a single file.
The final file will have two audio track: the original and a one call estim
The operation use ffmeg in command line mode ( on windows on Linux). option are not very simple.
The following work for me:
ffmpeg-4.4-full_build\bin\ffmpeg -i LaLuna.m4v -i LaLuna.mp3 -map 0 -map 1:a -c:v copy -shortest -metadata:s
1 title="estim" LaLunaT2.mp4
This take LaLuna.m4v ( with one video track, and 1 audio/original track) and add a second audio track ( Laluna.mp3 (estim))
in VLC simply choose your audio track.
I hope it will be useful to other.
++
E.T.
I would like to share how I combine the estim track with the music/original track into a single file.
The final file will have two audio track: the original and a one call estim
The operation use ffmeg in command line mode ( on windows on Linux). option are not very simple.
The following work for me:
ffmpeg-4.4-full_build\bin\ffmpeg -i LaLuna.m4v -i LaLuna.mp3 -map 0 -map 1:a -c:v copy -shortest -metadata:s
This take LaLuna.m4v ( with one video track, and 1 audio/original track) and add a second audio track ( Laluna.mp3 (estim))
in VLC simply choose your audio track.
I hope it will be useful to other.
++
E.T.