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
eb054463
Commit
eb054463
authored
Sep 03, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/avconv: document that global options should be specified first.
parent
d3d6a258
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
avconv.texi
doc/avconv.texi
+3
-1
No files found.
doc/avconv.texi
View file @
eb054463
...
@@ -15,7 +15,7 @@ The generic syntax is:
...
@@ -15,7 +15,7 @@ The generic syntax is:
@example
@example
@c man begin SYNOPSIS
@c man begin SYNOPSIS
avconv [[infile options][@option
{
-i
}
@var
{
infile
}
]]... @
{
[outfile options] @var
{
outfile
}
@
}
...
avconv [
global options] [
[infile options][@option
{
-i
}
@var
{
infile
}
]]... @
{
[outfile options] @var
{
outfile
}
@
}
...
@c man end
@c man end
@end example
@end example
...
@@ -35,6 +35,8 @@ As a general rule, options are applied to the next specified
...
@@ -35,6 +35,8 @@ As a general rule, options are applied to the next specified
file. Therefore, order is important, and you can have the same
file. Therefore, order is important, and you can have the same
option on the command line multiple times. Each occurrence is
option on the command line multiple times. Each occurrence is
then applied to the next input or output file.
then applied to the next input or output file.
Exceptions from this rule are the global options (e.g. vebosity level),
which should be specified first.
@itemize
@itemize
@item
@item
...
...
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