I would like to use the video of video A
, and put the audio of video B
on top. How would I do this with ffmpeg in the command line? I have found tutorials to do this with extracting the audio first to a wav file, but I was wondering whether it's possible to do this in a single command? and without transcoding everything again?
edit: both files are .mp4
files and both contain video & audio. both files are of equal length.