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
a726ac9a
Commit
a726ac9a
authored
Oct 15, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples/muxing: extend usage notice
parent
0cc3cd5c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
muxing.c
doc/examples/muxing.c
+3
-1
No files found.
doc/examples/muxing.c
View file @
a726ac9a
...
@@ -431,8 +431,10 @@ int main(int argc, char **argv)
...
@@ -431,8 +431,10 @@ int main(int argc, char **argv)
if
(
argc
!=
2
)
{
if
(
argc
!=
2
)
{
printf
(
"usage: %s output_file
\n
"
printf
(
"usage: %s output_file
\n
"
"API example program to output a media file with libavformat.
\n
"
"API example program to output a media file with libavformat.
\n
"
"This program generates a synthetic audio and video stream, encodes and
\n
"
"muxes them into a file named output_file.
\n
"
"The output format is automatically guessed according to the file extension.
\n
"
"The output format is automatically guessed according to the file extension.
\n
"
"Raw images can also be output by using '%%d' in the filename
\n
"
"Raw images can also be output by using '%%d' in the filename
.
\n
"
"
\n
"
,
argv
[
0
]);
"
\n
"
,
argv
[
0
]);
return
1
;
return
1
;
}
}
...
...
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