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

This commit is contained in:
Jorge Vásquez Pérez
2017-07-05 12:09:24 -07:00
parent abf83bcd0a
commit 74d153a4ff
+1 -1
View File
@@ -6,5 +6,5 @@ g=6;
for i; for i;
do do
ffmpeg -ss $slate -i "$i" \ 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 done