Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
tools
Commits
0ac67e6c
Commit
0ac67e6c
authored
May 07, 2015
by
Moritz Holtz
Committed by
Christopher Spinrath
Jan 21, 2016
Browse files
added -g 150 to the screencap script for codec qtrle
this way, there will be a keyframe every 150 frames
parent
34b5b53f
Changes
1
Hide whitespace changes
Inline
Side-by-side
screencap/screencap-ffmpeg.sh
View file @
0ac67e6c
...
...
@@ -70,7 +70,7 @@ fi
if
[
$CODEC
=
"qtrle"
]
then
videocmd
=
"-c:v qtrle"
videocmd
=
"-c:v qtrle
-g 150
"
elif
[
$CODEC
=
"x264"
]
then
videocmd
=
"-c:v libx264
$losslesscmd
-pix_fmt yuv420p -preset:v ultrafast"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment