Increased the bitrate in the hq compression preset

master
jorgevasquezp 8 years ago
parent 56bb488cf4
commit b81f20a7fb

@ -1,4 +1,6 @@
g=8;
vb=32M;
for i;
do ffmpeg -i "$i" -c:v libx264 -profile:v high444 -pix_fmt yuv444p -q 0 -strict -2 -g 15 "${i%.*}_hq_h264.mov" ;
do ffmpeg -i "$i" -c:v libx264 -x264opts keyint=$g:scenecut=-1 -profile:v main -pix_fmt yuv420p -q 0 -strict -2 -vb $vb "${i%.*}_h264.mov" ;
done;

Loading…
Cancel
Save