Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
852b2e1b
Commit
852b2e1b
authored
Jun 03, 2008
by
Jan Gerber
Browse files
if keyframe_data_target_bitrate needs more it should get more
parent
5d25bed6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
852b2e1b
...
@@ -671,7 +671,7 @@ void ff2theora_output(ff2theora this) {
...
@@ -671,7 +671,7 @@ void ff2theora_output(ff2theora this) {
info
.
ti
.
keyframe_auto_p
=
1
;
info
.
ti
.
keyframe_auto_p
=
1
;
info
.
ti
.
keyframe_frequency
=
this
->
keyint
;
info
.
ti
.
keyframe_frequency
=
this
->
keyint
;
info
.
ti
.
keyframe_frequency_force
=
this
->
keyint
;
info
.
ti
.
keyframe_frequency_force
=
this
->
keyint
;
info
.
ti
.
keyframe_data_target_bitrate
=
info
.
ti
.
target_bitrate
*
1
.
5
;
info
.
ti
.
keyframe_data_target_bitrate
=
info
.
ti
.
target_bitrate
*
5
;
info
.
ti
.
keyframe_auto_threshold
=
80
;
info
.
ti
.
keyframe_auto_threshold
=
80
;
info
.
ti
.
keyframe_mindistance
=
8
;
info
.
ti
.
keyframe_mindistance
=
8
;
info
.
ti
.
noise_sensitivity
=
1
;
info
.
ti
.
noise_sensitivity
=
1
;
...
...
Write
Preview
Supports
Markdown
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