Skip to content
Snippets Groups Projects
Commit 0ac67e6c authored by Moritz Holtz's avatar Moritz Holtz Committed by Christopher Spinrath
Browse files

added -g 150 to the screencap script for codec qtrle

this way, there will be a keyframe every 150 frames
parent 34b5b53f
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ fi ...@@ -70,7 +70,7 @@ fi
if [ $CODEC = "qtrle" ] if [ $CODEC = "qtrle" ]
then then
videocmd="-c:v qtrle" videocmd="-c:v qtrle -g 150 "
elif [ $CODEC = "x264" ] elif [ $CODEC = "x264" ]
then then
videocmd="-c:v libx264 $losslesscmd -pix_fmt yuv420p -preset:v ultrafast" videocmd="-c:v libx264 $losslesscmd -pix_fmt yuv420p -preset:v ultrafast"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment