got rid of the yadiff filter and declared the frames progressive instead

master
Jorge Vásquez Pérez 8 years ago
parent abf83bcd0a
commit 74d153a4ff

@ -6,5 +6,5 @@ g=6;
for i;
do
ffmpeg -ss $slate -i "$i" \
-c:v libx264 -b:v $b -minrate $min -maxrate $max -vf yadif -x264opts keyint=$g:scenecut=-1 -profile:v main -pix_fmt yuv420p -strict -2 -movflags faststart -q 0 "${i%.*}_web.mp4"
-c:v libx264 -b:v $b -minrate $min -maxrate $max -vf "setfield=prog" -x264opts keyint=$g:scenecut=-1 -profile:v main -pix_fmt yuv420p -strict -2 -movflags faststart -q 0 "${i%.*}_web.mp4"
done

Loading…
Cancel
Save