Advertisement
Tritonio

Merge/combine audio and video with ffmpeg without re-coding

Nov 25th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ffmpeg -i video.mp4 -i audio.wav -c copy output.mkv
  2.  
  3. If it fails with
  4. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55f98f852bc0] error reading header
  5. get ffmpeg version 3.4.13 and it will work.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement