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
803af810
Commit
803af810
authored
12 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
doc/ffmpeg: fix/extend documentation for -copyts
parent
801b3157
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
+9
-1
9 additions, 1 deletion
doc/ffmpeg.texi
with
9 additions
and
1 deletion
doc/ffmpeg.texi
+
9
−
1
View file @
803af810
...
@@ -860,8 +860,16 @@ the parameter is the maximum samples per second by which the audio is changed.
...
@@ -860,8 +860,16 @@ the parameter is the maximum samples per second by which the audio is changed.
-async 1 is a special case where only the start of the audio stream is corrected
-async 1 is a special case where only the start of the audio stream is corrected
without any later correction.
without any later correction.
This option has been deprecated. Use the @code
{
asyncts
}
audio filter instead.
This option has been deprecated. Use the @code
{
asyncts
}
audio filter instead.
@item -copyts
@item -copyts
Copy timestamps from input to output.
Do not process input timestamps, but keep their values without trying
to sanitize them. In particular, do not remove the initial start time
offset value.
Note that, depending on the @option
{
vsync
}
option or on specific muxer
processing, the output timestamps may mismatch with the input
timestamps even when this option is selected.
@item -copytb @var
{
mode
}
@item -copytb @var
{
mode
}
Specify how to set the encoder timebase when stream copying. @var
{
mode
}
is an
Specify how to set the encoder timebase when stream copying. @var
{
mode
}
is an
integer numeric value, and can assume one of the following values:
integer numeric value, and can assume one of the following values:
...
...
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