Advertisement
Guest User

Untitled

a guest
Dec 20th, 2011
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. ffmpeg -s 720x576 -i tmp.yuv -i tmp.wav \
  2.     -vcodec libx264 -acodec libmp3lame -ab 128k test1.mp4 \
  3.     -vcodec libx264 -acodec libmp3lame -ab 192k test2.mp4 \
  4.     -vcodec libx264 -acodec libmp3lame -ab 256k test3.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement