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
cf4976ed
Commit
cf4976ed
authored
Aug 19, 2011
by
Anton Khirnov
Committed by
Alex Converse
Aug 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/avconv: extend -ss documentation.
Signed-off-by:
Alex Converse
<
alex.converse@gmail.com
>
parent
b62b5cb6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
avconv.texi
doc/avconv.texi
+6
-2
No files found.
doc/avconv.texi
View file @
cf4976ed
...
...
@@ -134,8 +134,12 @@ to the duration specified in seconds.
Set the file size limit.
@item -ss @var
{
position
}
Seek to given time position in seconds.
@code
{
hh:mm:ss[.xxx]
}
syntax is also supported.
When used as an input option (before @code
{
-i
}
), seeks in this input file to
@var
{
position
}
. When used as an output option (before an output filename),
decodes but discards input until the timestamps reach @var
{
position
}
. This is
slower, but more accurate.
@var
{
position
}
may be either in seconds or in @code
{
hh:mm:ss[.xxx]
}
form.
@item -itsoffset @var
{
offset
}
Set the input time offset in seconds.
...
...
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