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
5ad05dd5
Commit
5ad05dd5
authored
Jun 16, 2011
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation for -ar and -ac.
parent
5fb67d80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
ffmpeg.texi
doc/ffmpeg.texi
+3
-6
No files found.
doc/ffmpeg.texi
View file @
5ad05dd5
...
...
@@ -557,10 +557,8 @@ The timestamps must be specified in ascending order.
@item -aframes @var
{
number
}
Set the number of audio frames to record.
@item -ar @var
{
freq
}
Set the audio sampling frequency. For input streams it is set by
default to 44100 Hz, for output streams it is set by default to the
frequency of the input stream. If the input file has audio streams
with different frequencies, the behaviour is undefined.
Set the audio sampling frequency. there is no default for input streams,
for output streams it is set by default to the frequency of the input stream.
@item -ab @var
{
bitrate
}
Set the audio bitrate in bit/s (default = 64k).
@item -aq @var
{
q
}
...
...
@@ -568,8 +566,7 @@ Set the audio quality (codec-specific, VBR).
@item -ac @var
{
channels
}
Set the number of audio channels. For input streams it is set by
default to 1, for output streams it is set by default to the same
number of audio channels in input. If the input file has audio streams
with different channel count, the behaviour is undefined.
number of audio channels in input.
@item -an
Disable audio recording.
@item -acodec @var
{
codec
}
...
...
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