Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
433b153b
Commit
433b153b
authored
11 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
doc/ffmpeg: reference time syntax sections in ffmpeg-utils for itsoffset and timestamp options
Avoid doc duplication and desynching.
parent
4b8c599e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ffmpeg.texi
+12
-15
12 additions, 15 deletions
doc/ffmpeg.texi
with
12 additions
and
15 deletions
doc/ffmpeg.texi
+
12
−
15
View file @
433b153b
...
@@ -285,23 +285,20 @@ input until the timestamps reach @var{position}.
...
@@ -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.
@var
{
position
}
may be either in seconds or in @code
{
hh:mm:ss[.xxx]
}
form.
@item -itsoffset @var
{
offset
}
(@emph
{
input
}
)
@item -itsoffset @var
{
offset
}
(@emph
{
input
}
)
Set the input time offset in seconds.
Set the input time offset.
@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.
@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.
Set the recording timestamp in the container.
The syntax for @var
{
time
}
is:
@example
@var
{
date
}
must be a time duration specification,
now|([(YYYY-MM-DD|YYYYMMDD)[T|t| ]]((HH:MM:SS[.m...])|(HHMMSS[.m...]))[Z|z])
see @ref
{
date syntax,,the Date section in the ffmpeg-utils(1) manual,ffmpeg-utils
}
.
@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.
@item -metadata[:metadata
_
specifier] @var
{
key
}
=@var
{
value
}
(@emph
{
output,per-metadata
}
)
@item -metadata[:metadata
_
specifier] @var
{
key
}
=@var
{
value
}
(@emph
{
output,per-metadata
}
)
Set a metadata key/value pair.
Set a metadata key/value pair.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment