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
11ab72c2
Commit
11ab72c2
authored
Aug 08, 2009
by
Jan Gerber
Browse files
document speedlevel
parent
a1aab370
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
11ab72c2
...
...
@@ -1778,8 +1778,13 @@ void print_usage() {
" data must come from a first encoding pass
\n
"
" using identical input video to work
\n
"
" properly.
\n\n
"
" --optimize optimize video output filesize (slower) (same as speedlevel 0)
\n
"
" --speedlevel [0 2] encoding is faster with higher values the cost is quality and bandwidth
\n
"
" --optimize optimize video output filesize (slower)
\n
"
" (same as speedlevel 0)
\n
"
" --speedlevel encoding is faster with higher values
\n
"
" the cost is quality and bandwidth
\n
"
" - 0: Slowest (best)
\n
"
" - 1: Enable early skip (default)
\n
"
" - 2: Disable motion compensation
\n
"
" -x, --width scale to given width (in pixels)
\n
"
" -y, --height scale to given height (in pixels)
\n
"
...
...
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