Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Music from Video
  2.  
  3. ```
  4. ffmpeg -i input.mov music.mp3
  5. ```
  6.  
  7. Overlay video onto video
  8.  
  9. ```
  10. ffmpeg -i input.mov -i overlay.mov -filter_complex "[0:0][1:0]overlay[out]" -shortest -map [out] -pix_fmt rgba -vcodec png output.mov
  11. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement