Changes

Jump to navigation Jump to search
1 byte removed ,  13:34, 20 January 2025
m
Line 72: Line 72:  
{{cmdline|ffmpeg -i inputvideo.mp4 -i inputaudio.wav -vcodec copy -map 0:v -map 1:a output.mp4}}
 
{{cmdline|ffmpeg -i inputvideo.mp4 -i inputaudio.wav -vcodec copy -map 0:v -map 1:a output.mp4}}
   −
<code>-i</code> is used twice here to add a seceond input file.
+
<code>-i</code> is used twice here to add a second input file.
    
<code>-map 0:v</code> tells FFmpeg to take video from the first input (count starts at 0)
 
<code>-map 0:v</code> tells FFmpeg to take video from the first input (count starts at 0)

Navigation menu