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.


