diff options
author | Michael Niedermayer <[email protected]> | 2013-10-03 01:18:14 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2013-10-03 01:18:26 +0200 |
commit | ca47aec665e272d32ac35464f1512cc7157aa56b (patch) | |
tree | 731a8069a16ef499ea701d7b57d1c06c5d830141 /doc/ffmpeg-formats.texi | |
parent | 95e26d33d76d00b3684485e623cb10644820870f (diff) | |
parent | 6db67ac2a4faa138c2799ec399f56211329fc012 (diff) |
Merge remote-tracking branch 'TimothyGu/release/1.2' into release/1.2
* TimothyGu/release/1.2:
doc/encoders: add doc for AAC encoder
doc/encoders: improve libvo-aacenc doc
doc/ffmpeg-formats: Add documentation for 3 parameters that have been missing
doc/encoders: Remove options that were not there when branch was cut from master
doc/encoders: reformat and add some clarification in libtwolame doc
doc/encoders: reformat libmp3lame doc
Merged-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc/ffmpeg-formats.texi')
-rw-r--r-- | doc/ffmpeg-formats.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi index 30cf415d14..a8bc4bacb5 100644 --- a/doc/ffmpeg-formats.texi +++ b/doc/ffmpeg-formats.texi @@ -76,6 +76,9 @@ Enable RTP MP4A-LATM payload. Reduce the latency introduced by optional buffering @end table +@item seek2any @var{integer} (@emph{input}) +Forces seeking to enable seek to any mode if set to 1. Default is 0. + @item analyzeduration @var{integer} (@emph{input}) Specify how many microseconds are analyzed to probe the input. A higher value will allow to detect more accurate information, but will @@ -142,6 +145,12 @@ Use wallclock as timestamps. @item avoid_negative_ts @var{integer} (@emph{output}) Shift timestamps to make them positive. 1 enables, 0 disables, default of -1 enables when required by target format. + +@item skip_initial_bytes @var{integer} (@emph{input}) +Set number initial bytes to skip. Default is 0. + +@item correct_ts_overflow @var{integer} (@emph{input}) +Correct single timestamp overflows if set to 1. Default is 1. @end table @c man end FORMAT OPTIONS |