[FFmpeg-user] gain the highest quality with H264 at a certain bit rate

chronek chronek at interia.eu
Tue Mar 28 16:30:12 EEST 2017


I found that source file have many compression artifacts... i put some 
nasty filter and tune options a bit. Not good yet, but is a bit better?


ffmpeg -y -i in.mp4 -vf pp=va/ha,uspp=7 -an -c:v libx264 -preset 
veryslow -b:v 2M -minrate 2M -maxrate 2M -bufsize 4M -refs 6 -me_range 
64 -qcomp 0.6 -nr 40 -flags +loop -deblock 2:2 -pass 1 /dev/null
ffmpeg -y -i in.mp4 -vf pp=va/ha,uspp=7 -c:a aac -b:a 128k -c:v libx264 
-preset veryslow -b:v 2M -minrate 2M -maxrate 2M -bufsize 4M -refs 6 
-me_range 64 -qcomp 0.6 -nr 40 -flags +loop -deblock 2:2 -pass 2 out.mp4


W dniu 2017-03-28 o 14:15, negin tebyani pisze:
> I don'n know how to reach for ffmpeg output console, but here is a section
> of the master video:
>
>   https://ufile.io/6c57f1
> _______________________________________________
>



More information about the ffmpeg-user mailing list