Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a14708d4
Commit
a14708d4
authored
Nov 10, 2011
by
Lou Logan
Committed by
Michael Niedermayer
Nov 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update examples to use -b:v or -b:a
Fixes Ticket613 Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0e609d74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ffmpeg.texi
doc/ffmpeg.texi
+4
-4
No files found.
doc/ffmpeg.texi
View file @
a14708d4
...
...
@@ -37,7 +37,7 @@ which should be specified first.
@item
To set the video bitrate of the output file to 64kbit/s:
@example
ffmpeg -i input.avi -b 64k output.avi
ffmpeg -i input.avi -b
:v
64k output.avi
@end example
@item
...
...
@@ -315,7 +315,7 @@ Requires -bufsize to be set.
Set min video bitrate (in bit/s).
Most useful in setting up a CBR encode:
@example
ffmpeg -i myfile.avi -b 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k out.m2v
ffmpeg -i myfile.avi -b
:v
4000k -minrate 4000k -maxrate 4000k -bufsize 1835k out.m2v
@end example
It is of little use elsewise.
@item -bufsize @var
{
size
}
...
...
@@ -951,7 +951,7 @@ the Linux player does not seem to be very fast, so it can miss
frames. An example is:
@example
ffmpeg -g 3 -r 3 -t 10 -b 50k -s qcif -f rv10 /tmp/b.rm
ffmpeg -g 3 -r 3 -t 10 -b
:v
50k -s qcif -f rv10 /tmp/b.rm
@end example
@item
...
...
@@ -1088,7 +1088,7 @@ You can encode to several formats at the same time and define a
mapping from input stream to output streams:
@example
ffmpeg -i /tmp/a.wav -map 0:a -b
64k /tmp/a.mp2 -map 0:a -b
128k /tmp/b.mp2
ffmpeg -i /tmp/a.wav -map 0:a -b
:a 64k /tmp/a.mp2 -map 0:a -b:a
128k /tmp/b.mp2
@end example
Converts a.wav to a.mp2 at 64 kbits and to b.mp2 at 128 kbits. '-map
...
...
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