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
530cd7a9
Commit
530cd7a9
authored
Sep 28, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffmpeg.texi: merge changes from avconv.texi since last merge
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0aa793a1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
ffmpeg.texi
doc/ffmpeg.texi
+16
-11
No files found.
doc/ffmpeg.texi
View file @
530cd7a9
...
@@ -82,13 +82,15 @@ described.
...
@@ -82,13 +82,15 @@ described.
@table @option
@table @option
@item -f @var
{
fmt
}
(@emph
{
input/output
}
)
@item -f @var
{
fmt
}
(@emph
{
input/output
}
)
Force format.
Force input or output file format. The format is normally autodetected for input
files and guessed from file extension for output files, so this option is not
needed in most cases.
@item -i @var
{
filename
}
(@emph
{
input
}
)
@item -i @var
{
filename
}
(@emph
{
input
}
)
input file name
input file name
@item -y (@emph
{
global
}
)
@item -y (@emph
{
global
}
)
Overwrite output files.
Overwrite output files
without asking
.
@item -c[:@var
{
stream
_
specifier
}
] @var
{
codec
}
(@emph
{
input/output,per-stream
}
)
@item -c[:@var
{
stream
_
specifier
}
] @var
{
codec
}
(@emph
{
input/output,per-stream
}
)
@itemx -codec[:@var
{
stream
_
specifier
}
] @var
{
codec
}
(@emph
{
input/output,per-stream
}
)
@itemx -codec[:@var
{
stream
_
specifier
}
] @var
{
codec
}
(@emph
{
input/output,per-stream
}
)
...
@@ -111,9 +113,8 @@ will copy all the streams except the second video, which will be encoded with
...
@@ -111,9 +113,8 @@ will copy all the streams except the second video, which will be encoded with
libx264, and the 138th audio, which will be encoded with libvorbis.
libx264, and the 138th audio, which will be encoded with libvorbis.
@item -t @var
{
duration
}
(@emph
{
output
}
)
@item -t @var
{
duration
}
(@emph
{
output
}
)
Restrict the transcoded/captured video sequence
Stop writing the output after its duration reaches @var
{
duration
}
.
to the duration specified in seconds.
@var
{
duration
}
may be a number in seconds, or in @code
{
hh:mm:ss[.xxx]
}
form.
@code
{
hh:mm:ss[.xxx]
}
syntax is also supported.
@item -fs @var
{
limit
_
size
}
(@emph
{
output
}
)
@item -fs @var
{
limit
_
size
}
(@emph
{
output
}
)
Set the file size limit.
Set the file size limit.
...
@@ -131,7 +132,7 @@ Set the input time offset in seconds.
...
@@ -131,7 +132,7 @@ Set the input time offset in seconds.
@code
{
[-]hh:mm:ss[.xxx]
}
syntax is also supported.
@code
{
[-]hh:mm:ss[.xxx]
}
syntax is also supported.
The offset is added to the timestamps of the input files.
The offset is added to the timestamps of the input files.
Specifying a positive offset means that the corresponding
Specifying a positive offset means that the corresponding
streams are delayed by
'offset'
seconds.
streams are delayed by
@var
{
offset
}
seconds.
@item -timestamp @var
{
time
}
(@emph
{
output
}
)
@item -timestamp @var
{
time
}
(@emph
{
output
}
)
Set the recording timestamp in the container.
Set the recording timestamp in the container.
...
@@ -166,12 +167,14 @@ ffmpeg -i INPUT -metadata:s:1 language=eng OUTPUT
...
@@ -166,12 +167,14 @@ ffmpeg -i INPUT -metadata:s:1 language=eng OUTPUT
@end example
@end example
@item -v @var
{
number
}
(@emph
{
global
}
)
@item -v @var
{
number
}
(@emph
{
global
}
)
Set the logging verbosity level.
This option is deprecated and has no effect, use -loglevel
to set verbosity level.
@item -target @var
{
type
}
(@emph
{
output
}
)
@item -target @var
{
type
}
(@emph
{
output
}
)
Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd",
Specify target file type (@code
{
vcd
}
, @code
{
svcd
}
, @code
{
dvd
}
, @code
{
dv
}
,
"ntsc-svcd", ... ). All the format options (bitrate, codecs,
@code
{
dv50
}
). @var
{
type
}
may be prefixed with @code
{
pal-
}
, @code
{
ntsc-
}
or
buffer sizes) are then set automatically. You can just type:
@code
{
film-
}
to use the corresponding standard. All the format options
(bitrate, codecs, buffer sizes) are then set automatically. You can just type:
@example
@example
ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg
ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg
...
@@ -780,8 +783,10 @@ Show benchmarking information at the end of an encode.
...
@@ -780,8 +783,10 @@ Show benchmarking information at the end of an encode.
Shows CPU time used and maximum memory consumption.
Shows CPU time used and maximum memory consumption.
Maximum memory consumption is not supported on all systems,
Maximum memory consumption is not supported on all systems,
it will usually display as 0 if not supported.
it will usually display as 0 if not supported.
@item -timelimit @var
{
duration
}
(@emph
{
global
}
)
Exit after ffmpeg has been running for @var
{
duration
}
seconds.
@item -dump (@emph
{
global
}
)
@item -dump (@emph
{
global
}
)
Dump each input packet.
Dump each input packet
to stderr
.
@item -hex (@emph
{
global
}
)
@item -hex (@emph
{
global
}
)
When dumping packets, also dump the payload.
When dumping packets, also dump the payload.
@item -ps @var
{
size
}
@item -ps @var
{
size
}
...
...
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