Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
40967a9e
Commit
40967a9e
authored
Sep 24, 2009
by
Jan Gerber
Browse files
further tune presets
parent
fab415f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
40967a9e
...
...
@@ -2394,7 +2394,8 @@ int main(int argc, char **argv) {
else
if
(
!
strcmp
(
optarg
,
"videobin"
))
{
convert
->
preset
=
V2V_PRESET_VIDEOBIN
;
convert
->
video_bitrate
=
rint
(
600
*
1000
);
convert
->
video_quality
=
0
;
convert
->
soft_target
=
1
;
convert
->
video_quality
=
3
;
convert
->
audio_quality
=
3
.
00
;
info
.
speed_level
=
0
;
}
...
...
@@ -2407,6 +2408,7 @@ int main(int argc, char **argv) {
else
if
(
!
strcmp
(
optarg
,
"padma-stream"
))
{
convert
->
preset
=
V2V_PRESET_PADMASTREAM
;
convert
->
video_bitrate
=
rint
(
180
*
1000
);
convert
->
soft_target
=
1
;
convert
->
video_quality
=
0
;
convert
->
audio_quality
=
-
1
.
00
;
convert
->
sample_rate
=
44100
;
...
...
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