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
47e4aba6
Commit
47e4aba6
authored
Feb 12, 2009
by
Jan Gerber
Browse files
long name for -p should be --preset
parent
47504442
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
47e4aba6
...
...
@@ -1219,7 +1219,7 @@ void print_usage (){
" --no-skeleton disables ogg skeleton metadata output
\n
"
" -s, --starttime start encoding at this time (in sec.)
\n
"
" -e, --endtime end encoding at this time (in sec.)
\n
"
" -p, --
v2v-
preset encode file with
v2v
preset.
\n
"
" -p, --preset
encode file with preset.
\n
"
" Right now there is preview, pro and videobin. Run
\n
"
" '"
PACKAGE
" -p info' for more informations
\n
"
"
\n
"
...
...
@@ -1379,7 +1379,7 @@ int main (int argc, char **argv){
#endif
{
"framerate"
,
required_argument
,
NULL
,
'F'
},
{
"aspect"
,
required_argument
,
&
flag
,
ASPECT_FLAG
},
{
"
v2v-
preset"
,
required_argument
,
NULL
,
'p'
},
{
"preset"
,
required_argument
,
NULL
,
'p'
},
{
"nice"
,
required_argument
,
NULL
,
'N'
},
{
"croptop"
,
required_argument
,
&
flag
,
CROPTOP_FLAG
},
{
"cropbottom"
,
required_argument
,
&
flag
,
CROPBOTTOM_FLAG
},
...
...
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