Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg -y -i "d.mpg" -pix_fmt yuv420p -an -deinterlace -pass 1 \
- -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";
- ffmpeg -y -i "d.mpg" -pix_fmt yuv420p -deinterlace -vcodec libx264 -preset veryfast \
- -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 \
- -pass 2 -threads 3 "d.mp4"
Advertisement
Add Comment
Please, Sign In to add comment