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
1b7feee6
Commit
1b7feee6
authored
Jul 28, 2009
by
Jan Gerber
Browse files
add two pass to man page
parent
3e760449
Changes
1
Hide whitespace changes
Inline
Side-by-side
ffmpeg2theora.1
View file @
1b7feee6
...
...
@@ -64,6 +64,21 @@ strict but resulting quality is usually
higher/smoother overall. Soft target also
allows an optional \-v setting to specify
a minimum allowed quality.
.TP
.B \-\-two-pass
Compress input using two-pass rate control.
This option requires that the input to the
to the encoder is seekable and performs both passes automatically.
.TP
.B \-\-first-pass <filename>
Perform first-pass of a two-pass rate controlled encoding,
saving pass data to <filename> for a later second pass
.TP
.B \-\-second-pass <filename>
Perform second-pass of a two-pass rate controlled encoding, reading first-pass
data from <filename>. The first pass data must come from a first encoding pass
using identical input video to work properly.
.TP
.B \-\-optimize
Optimize output Theora video, using a full search for motion vectors
...
...
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