added scene detection to the makine web compression setting
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
|||||||
|
b=8M;
|
||||||
|
min=16M;
|
||||||
|
max=64M;
|
||||||
|
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"
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user