Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $ ./gen_png_seq.py -s 640x360 --frames=20 --format=png | ffmpeg -y -f image2pipe -s 640x360 -r 10 -vcodec png -i pipe:0 -vcodec libx264 -r 24 -vpre medium /tmp/foo.mp4
  2.  
  3. $ ls -ld /tmp/foo.mp4
  4. -rw-r--r-- 1 cuenca cuenca 48 2012-04-02 10:39 /tmp/foo.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement