Guest User

Juris Malinens[FFMPEG]

a guest
Apr 28th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ffmpeg -y -i "d.mpg" -pix_fmt yuv420p -an -deinterlace -pass 1 \
  2. -vcodec libx264 -preset veryfast -vprofile main -level 41 -g 75 -b 1500000 -filter:v yadif=0:0 -aspect 16:9 -s 640x360 -threads 3 -f mp4 "d.mp4";
  3. ffmpeg -y -i "d.mpg" -pix_fmt yuv420p -deinterlace -vcodec libx264 -preset veryfast \
  4. -vprofile main -level 41 -g 75 -b 1500000 -filter:v yadif=0:0 -aspect 16:9 -s 640x360 -acodec libfaac -ar 44100 -async 12 -ab 128k \
  5. -pass 2 -threads 3 "d.mp4"
Advertisement
Add Comment
Please, Sign In to add comment