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
49553ec8
Commit
49553ec8
authored
Mar 31, 2010
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better documentation of -vsync
Originally committed as revision 22739 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
330d86f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+9
-2
No files found.
doc/ffmpeg-doc.texi
View file @
49553ec8
...
...
@@ -757,8 +757,15 @@ Repeatedly loop output for formats that support looping such as animated GIF
@item -threads @var
{
count
}
Thread count.
@item -vsync @var
{
parameter
}
Video sync method. Video will be stretched/squeezed to match the timestamps,
it is done by duplicating and dropping frames. With -map you can select from
Video sync method.
0 Each frame is passed with its timestamp from the demuxer to the muxer
1 Frames will be duplicated and droped to achive exactly the requested
constant framerate.
2 Frames are passed through with their timestamp or droped so as to prevent
2 frames having the same timestamp
-1 Chooses between 1 and 2 depending on muxer capabilities. This is default.
With -map you can select from
which stream the timestamps should be taken. You can leave either video or
audio unchanged and sync the remaining stream(s) to the unchanged one.
@item -async @var
{
samples
_
per
_
second
}
...
...
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