Commit fb26966d authored by victor's avatar victor

Add a few missing Advanced Options.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9385 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0a211cb5
...@@ -709,6 +709,16 @@ Audio sync method. "Stretches/squeezes" the audio stream to match the timestamps ...@@ -709,6 +709,16 @@ Audio sync method. "Stretches/squeezes" the audio stream to match the timestamps
the parameter is the maximum samples per second by which the audio is changed. 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.
@item -copyts
Copy timestamps from input to output.
@item -shortest
Finish encoding when the shortest input stream ends.
@item -dts_delta_threshold
Timestamp discontinuity delta threshold.
@item -muxdelay seconds
Set the maximum demux-decode delay.
@item -muxpreload seconds
Set the initial demux-decode delay.
@end table @end table
@node FFmpeg formula evaluator @node FFmpeg formula evaluator
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment