[FFmpeg-user] Is it possible to add audio without re-encoding?
Andrew Gora
master at io.ua
Sun Feb 5 06:13:32 CET 2012
> So your command will be:
> ffmpeg -i video.mp4 -i audio.mp4 -map 0:1 -map 1:1 -c copy out.mp4
Thank You a lot! This is working perfectly.
More information about the ffmpeg-user
mailing list