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
28f88dc8
Commit
28f88dc8
authored
Jul 14, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
in/outfile options
Originally committed as revision 3311 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
23c99253
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+1
-1
ffmpeg.c
ffmpeg.c
+1
-1
No files found.
doc/ffmpeg-doc.texi
View file @
28f88dc8
...
...
@@ -131,7 +131,7 @@ The generic syntax is:
@example
@c man begin SYNOPSIS
ffmpeg [[
options][@option
{
-i
}
@var
{
input
_
file
}
]]... @
{
[options] @var
{
output
_
file
}
@
}
...
ffmpeg [[
infile options][@option
{
-i
}
@var
{
infile
}
]]... @
{
[outfile options] @var
{
out
file
}
@
}
...
@c man end
@end example
@c man begin DESCRIPTION
...
...
ffmpeg.c
View file @
28f88dc8
...
...
@@ -3852,7 +3852,7 @@ static void show_license(void)
static
void
show_help
(
void
)
{
show_banner
();
printf
(
"usage: ffmpeg [[
options] -i input_file]... {[
options] outfile}...
\n
"
printf
(
"usage: ffmpeg [[
infile options] -i infile]... {[outfile
options] outfile}...
\n
"
"Hyper fast Audio and Video encoder
\n
"
);
printf
(
"
\n
"
);
show_help_options
(
options
,
"Main options:
\n
"
,
...
...
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