]> git.sesse.net Git - ffmpeg/commitdiff
Add a few missing Advanced Options.
authorVíctor Paesa <victorpaesa@googlemail.com>
Thu, 21 Jun 2007 20:21:36 +0000 (20:21 +0000)
committerVíctor Paesa <victorpaesa@googlemail.com>
Thu, 21 Jun 2007 20:21:36 +0000 (20:21 +0000)
Originally committed as revision 9385 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/ffmpeg-doc.texi

index b6bf5c21fd159bbc0f37e288aa62d4c0ceee9894..983c973fe28355bc2ae84d6d6bc5c234440e64b3 100644 (file)
@@ -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.
 -async 1 is a special case where only the start of the audio stream is corrected
 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
 
 @node FFmpeg formula evaluator