Advertisement
Guest User

Untitled

a guest
Sep 25th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg -i ./../../../sourcevideo/test.mov -f image2 -itoffset 0:0:20 -i %2d.png -s 1280x720 -strict -2 -filter_complex 'overlay=0:0;' combined.mp4
  2.  
  3. output:
  4. Unrecognized option 'itoffset'.
  5. Error splitting the argument list: Option not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement