Advertisement
Guest User

Untitled

a guest
May 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // Convert webm to mp4
  2. ffmpeg -i video.webm video.mp4
  3.  
  4. // Merge mp4 with m4a
  5. ffmpeg -i 1.mp4 -i 2.m4a -c:v copy -c:a copy output2.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement