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
5b1a56b3
Commit
5b1a56b3
authored
Apr 07, 2014
by
Lou Logan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffmpeg: note that -t is also an input option
Signed-off-by:
Lou Logan
<
lou@lrcd.com
>
parent
2dbf5e70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
ffmpeg.texi
doc/ffmpeg.texi
+7
-2
No files found.
doc/ffmpeg.texi
View file @
5b1a56b3
...
...
@@ -272,8 +272,13 @@ ffmpeg -i INPUT -map 0 -c copy -c:v:1 libx264 -c:a:137 libvorbis OUTPUT
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.
@item -t @var
{
duration
}
(@emph
{
output
}
)
Stop writing the output after its duration reaches @var
{
duration
}
.
@item -t @var
{
duration
}
(@emph
{
input/output
}
)
When used as an input option (before @code
{
-i
}
), limit the @var
{
duration
}
of
data read from the input file.
When used as an output option (before an output filename), stop writing the
output after its duration reaches @var
{
duration
}
.
@var
{
duration
}
may be a number in seconds, or in @code
{
hh:mm:ss[.xxx]
}
form.
-to and -t are mutually exclusive and -t has priority.
...
...
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