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
433b153b
Commit
433b153b
authored
Jan 23, 2014
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffmpeg: reference time syntax sections in ffmpeg-utils for itsoffset and timestamp options
Avoid doc duplication and desynching.
parent
4b8c599e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
15 deletions
+12
-15
ffmpeg.texi
doc/ffmpeg.texi
+12
-15
No files found.
doc/ffmpeg.texi
View file @
433b153b
...
...
@@ -285,23 +285,20 @@ input until the timestamps reach @var{position}.
@var
{
position
}
may be either in seconds or in @code
{
hh:mm:ss[.xxx]
}
form.
@item -itsoffset @var
{
offset
}
(@emph
{
input
}
)
Set the input time offset in seconds.
@code
{
[-]hh:mm:ss[.xxx]
}
syntax is also supported.
The offset is added to the timestamps of the input files.
Specifying a positive offset means that the corresponding
streams are delayed by @var
{
offset
}
seconds.
Set the input time offset.
@item -timestamp @var
{
time
}
(@emph
{
output
}
)
@var
{
offset
}
must be a time duration specification,
see @ref
{
time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils
}
.
The offset is added to the timestamps of the input files. Specifying
a positive offset means that the corresponding streams are delayed by
the time duration specified in @var
{
offset
}
.
@item -timestamp @var
{
date
}
(@emph
{
output
}
)
Set the recording timestamp in the container.
The syntax for @var
{
time
}
is:
@example
now|([(YYYY-MM-DD|YYYYMMDD)[T|t| ]]((HH:MM:SS[.m...])|(HHMMSS[.m...]))[Z|z])
@end example
If the value is "now" it takes the current time.
Time is local time unless 'Z' or 'z' is appended, in which case it is
interpreted as UTC.
If the year-month-day part is not specified it takes the current
year-month-day.
@var
{
date
}
must be a time duration specification,
see @ref
{
date syntax,,the Date section in the ffmpeg-utils(1) manual,ffmpeg-utils
}
.
@item -metadata[:metadata
_
specifier] @var
{
key
}
=@var
{
value
}
(@emph
{
output,per-metadata
}
)
Set a metadata key/value pair.
...
...
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