yading@10: @c DO NOT EDIT THIS FILE! yading@10: @c It was generated by print_options. yading@10: yading@10: @section Format AVOptions yading@10: @table @option yading@10: @item -avioflags @var{flags} (@emph{input/output}) yading@10: yading@10: Possible values: yading@10: @table @samp yading@10: @item direct yading@10: reduce buffering yading@10: @end table yading@10: @item -probesize @var{integer} (@emph{input}) yading@10: set probing size yading@10: @item -packetsize @var{integer} (@emph{output}) yading@10: set packet size yading@10: @item -fflags @var{flags} (@emph{input/output}) yading@10: yading@10: Possible values: yading@10: @table @samp yading@10: @item ignidx yading@10: ignore index yading@10: @item genpts yading@10: generate pts yading@10: @item nofillin yading@10: do not fill in missing values that can be exactly calculated yading@10: @item noparse yading@10: disable AVParsers, this needs nofillin too yading@10: @item igndts yading@10: ignore dts yading@10: @item discardcorrupt yading@10: discard corrupted frames yading@10: @item sortdts yading@10: try to interleave outputted packets by dts yading@10: @item keepside yading@10: dont merge side data yading@10: @item latm yading@10: enable RTP MP4A-LATM payload yading@10: @item nobuffer yading@10: reduce the latency introduced by optional buffering yading@10: @end table yading@10: @item -seek2any @var{integer} (@emph{input}) yading@10: forces seeking to enable seek to any mode yading@10: @item -analyzeduration @var{integer} (@emph{input}) yading@10: specify how many microseconds are analyzed to probe the input yading@10: @item -cryptokey @var{hexadecimal string} (@emph{input}) yading@10: decryption key yading@10: @item -indexmem @var{integer} (@emph{input}) yading@10: max memory used for timestamp index (per stream) yading@10: @item -rtbufsize @var{integer} (@emph{input}) yading@10: max memory used for buffering real-time frames yading@10: @item -fdebug @var{flags} (@emph{input/output}) yading@10: print specific debug info yading@10: yading@10: Possible values: yading@10: @table @samp yading@10: @item ts yading@10: yading@10: @end table yading@10: @item -max_delay @var{integer} (@emph{input/output}) yading@10: maximum muxing or demuxing delay in microseconds yading@10: @item -fpsprobesize @var{integer} (@emph{input}) yading@10: number of frames used to probe fps yading@10: @item -audio_preload @var{integer} (@emph{output}) yading@10: microseconds by which audio packets should be interleaved earlier yading@10: @item -chunk_duration @var{integer} (@emph{output}) yading@10: microseconds for each chunk yading@10: @item -chunk_size @var{integer} (@emph{output}) yading@10: size in bytes for each chunk yading@10: @item -f_err_detect @var{flags} (@emph{input}) yading@10: set error detection flags (deprecated; use err_detect, save via avconv) yading@10: yading@10: Possible values: yading@10: @table @samp yading@10: @item crccheck yading@10: verify embedded CRCs yading@10: @item bitstream yading@10: detect bitstream specification deviations yading@10: @item buffer yading@10: detect improper bitstream length yading@10: @item explode yading@10: abort decoding on minor error detection yading@10: @item careful yading@10: consider things that violate the spec and have not been seen in the wild as errors yading@10: @item compliant yading@10: consider all spec non compliancies as errors yading@10: @item aggressive yading@10: consider things that a sane encoder shouldnt do as an error yading@10: @end table yading@10: @item -err_detect @var{flags} (@emph{input}) yading@10: set error detection flags yading@10: yading@10: Possible values: yading@10: @table @samp yading@10: @item crccheck yading@10: verify embedded CRCs yading@10: @item bitstream yading@10: detect bitstream specification deviations yading@10: @item buffer yading@10: detect improper bitstream length yading@10: @item explode yading@10: abort decoding on minor error detection yading@10: @item careful yading@10: consider things that violate the spec and have not been seen in the wild as errors yading@10: @item compliant yading@10: consider all spec non compliancies as errors yading@10: @item aggressive yading@10: consider things that a sane encoder shouldnt do as an error yading@10: @end table yading@10: @item -use_wallclock_as_timestamps @var{integer} (@emph{input}) yading@10: use wallclock as timestamps yading@10: @item -avoid_negative_ts @var{integer} (@emph{output}) yading@10: shift timestamps to make them positive. 1 enables, 0 disables, default of -1 enables when required by target format. yading@10: @item -skip_initial_bytes @var{integer} (@emph{input}) yading@10: skip initial bytes yading@10: @item -correct_ts_overflow @var{integer} (@emph{input}) yading@10: correct single timestamp overflows yading@10: @item -flush_packets @var{integer} (@emph{output}) yading@10: enable flushing of the I/O context after each packet yading@10: @end table