Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
7ebab415
Commit
7ebab415
authored
Jul 01, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/encoders: apply various fixes to libmp3lame documentation
parent
38f1d567
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
encoders.texi
doc/encoders.texi
+5
-5
No files found.
doc/encoders.texi
View file @
7ebab415
...
@@ -428,16 +428,16 @@ the LAME-equivalent options follow the FFmpeg ones.
...
@@ -428,16 +428,16 @@ the LAME-equivalent options follow the FFmpeg ones.
@multitable @columnfractions .2 .2
@multitable @columnfractions .2 .2
@item FFmpeg @tab LAME
@item FFmpeg @tab LAME
@item b @tab b
@item b @tab b
FFmpeg @code{b} option is expressed in bits/s, lame @code{bitrate}
Set bitrate expressed in bits/s, LAME @code{bitrate} is expressed in
in
kilobits/s.
kilobits/s.
@item q @tab V
@item q @tab V
Q
uality setting for VBR.
Set q
uality setting for VBR.
@item compression_level @tab q
@item compression_level @tab q
Algorithm quality. Valid options are integers from 0-9
.
Set algorithm quality. Valid arguments are integers in the 0-9 range
.
@item reservoir @tab N.A.
@item reservoir @tab N.A.
Enable use of bit reservoir. LAME has this enabled by default.
Enable use of bit reservoir. LAME has this enabled by default.
@item joint_stereo @tab -m j
@item joint_stereo @tab -m j
Enable
s
the encoder to use (on a frame by frame basis) either L/R
Enable the encoder to use (on a frame by frame basis) either L/R
stereo or mid/side stereo.
stereo or mid/side stereo.
@end multitable
@end multitable
...
...
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