annotate ffmpeg/doc/avoptions_format.texi @ 13:844d341cf643 tip

Back up before ISMIR
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Thu, 31 Oct 2013 13:17:06 +0000
parents 6840f77b83aa
children
rev   line source
yading@10 1 @c DO NOT EDIT THIS FILE!
yading@10 2 @c It was generated by print_options.
yading@10 3
yading@10 4 @section Format AVOptions
yading@10 5 @table @option
yading@10 6 @item -avioflags @var{flags} (@emph{input/output})
yading@10 7
yading@10 8 Possible values:
yading@10 9 @table @samp
yading@10 10 @item direct
yading@10 11 reduce buffering
yading@10 12 @end table
yading@10 13 @item -probesize @var{integer} (@emph{input})
yading@10 14 set probing size
yading@10 15 @item -packetsize @var{integer} (@emph{output})
yading@10 16 set packet size
yading@10 17 @item -fflags @var{flags} (@emph{input/output})
yading@10 18
yading@10 19 Possible values:
yading@10 20 @table @samp
yading@10 21 @item ignidx
yading@10 22 ignore index
yading@10 23 @item genpts
yading@10 24 generate pts
yading@10 25 @item nofillin
yading@10 26 do not fill in missing values that can be exactly calculated
yading@10 27 @item noparse
yading@10 28 disable AVParsers, this needs nofillin too
yading@10 29 @item igndts
yading@10 30 ignore dts
yading@10 31 @item discardcorrupt
yading@10 32 discard corrupted frames
yading@10 33 @item sortdts
yading@10 34 try to interleave outputted packets by dts
yading@10 35 @item keepside
yading@10 36 dont merge side data
yading@10 37 @item latm
yading@10 38 enable RTP MP4A-LATM payload
yading@10 39 @item nobuffer
yading@10 40 reduce the latency introduced by optional buffering
yading@10 41 @end table
yading@10 42 @item -seek2any @var{integer} (@emph{input})
yading@10 43 forces seeking to enable seek to any mode
yading@10 44 @item -analyzeduration @var{integer} (@emph{input})
yading@10 45 specify how many microseconds are analyzed to probe the input
yading@10 46 @item -cryptokey @var{hexadecimal string} (@emph{input})
yading@10 47 decryption key
yading@10 48 @item -indexmem @var{integer} (@emph{input})
yading@10 49 max memory used for timestamp index (per stream)
yading@10 50 @item -rtbufsize @var{integer} (@emph{input})
yading@10 51 max memory used for buffering real-time frames
yading@10 52 @item -fdebug @var{flags} (@emph{input/output})
yading@10 53 print specific debug info
yading@10 54
yading@10 55 Possible values:
yading@10 56 @table @samp
yading@10 57 @item ts
yading@10 58
yading@10 59 @end table
yading@10 60 @item -max_delay @var{integer} (@emph{input/output})
yading@10 61 maximum muxing or demuxing delay in microseconds
yading@10 62 @item -fpsprobesize @var{integer} (@emph{input})
yading@10 63 number of frames used to probe fps
yading@10 64 @item -audio_preload @var{integer} (@emph{output})
yading@10 65 microseconds by which audio packets should be interleaved earlier
yading@10 66 @item -chunk_duration @var{integer} (@emph{output})
yading@10 67 microseconds for each chunk
yading@10 68 @item -chunk_size @var{integer} (@emph{output})
yading@10 69 size in bytes for each chunk
yading@10 70 @item -f_err_detect @var{flags} (@emph{input})
yading@10 71 set error detection flags (deprecated; use err_detect, save via avconv)
yading@10 72
yading@10 73 Possible values:
yading@10 74 @table @samp
yading@10 75 @item crccheck
yading@10 76 verify embedded CRCs
yading@10 77 @item bitstream
yading@10 78 detect bitstream specification deviations
yading@10 79 @item buffer
yading@10 80 detect improper bitstream length
yading@10 81 @item explode
yading@10 82 abort decoding on minor error detection
yading@10 83 @item careful
yading@10 84 consider things that violate the spec and have not been seen in the wild as errors
yading@10 85 @item compliant
yading@10 86 consider all spec non compliancies as errors
yading@10 87 @item aggressive
yading@10 88 consider things that a sane encoder shouldnt do as an error
yading@10 89 @end table
yading@10 90 @item -err_detect @var{flags} (@emph{input})
yading@10 91 set error detection flags
yading@10 92
yading@10 93 Possible values:
yading@10 94 @table @samp
yading@10 95 @item crccheck
yading@10 96 verify embedded CRCs
yading@10 97 @item bitstream
yading@10 98 detect bitstream specification deviations
yading@10 99 @item buffer
yading@10 100 detect improper bitstream length
yading@10 101 @item explode
yading@10 102 abort decoding on minor error detection
yading@10 103 @item careful
yading@10 104 consider things that violate the spec and have not been seen in the wild as errors
yading@10 105 @item compliant
yading@10 106 consider all spec non compliancies as errors
yading@10 107 @item aggressive
yading@10 108 consider things that a sane encoder shouldnt do as an error
yading@10 109 @end table
yading@10 110 @item -use_wallclock_as_timestamps @var{integer} (@emph{input})
yading@10 111 use wallclock as timestamps
yading@10 112 @item -avoid_negative_ts @var{integer} (@emph{output})
yading@10 113 shift timestamps to make them positive. 1 enables, 0 disables, default of -1 enables when required by target format.
yading@10 114 @item -skip_initial_bytes @var{integer} (@emph{input})
yading@10 115 skip initial bytes
yading@10 116 @item -correct_ts_overflow @var{integer} (@emph{input})
yading@10 117 correct single timestamp overflows
yading@10 118 @item -flush_packets @var{integer} (@emph{output})
yading@10 119 enable flushing of the I/O context after each packet
yading@10 120 @end table