Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Getting help: -h -- print basic options -h long -- print more options -h full -- print all options (including all format and codec specific options, very long) -h type=name -- print all options for the named decoder/encoder/demuxer/muxer/filter/bsf See man ffmpeg for detailed description of the options. Print help / information / capabilities: -L show license -h topic show help -? topic show help -help topic show help --help topic show help -version show version -buildconf show build configuration -formats show available formats -muxers show available muxers -demuxers show available demuxers -devices show available devices -codecs show available codecs -decoders show available decoders -encoders show available encoders -bsfs show available bit stream filters -protocols show available protocols -filters show available filters -pix_fmts show available pixel formats -layouts show standard channel layouts -sample_fmts show available audio sample formats -colors show available color names -sources device list sources of the input device -sinks device list sinks of the output device -hwaccels show available HW acceleration methods Global options (affect whole program instead of just one file: -loglevel loglevel set logging level -v loglevel set logging level -report generate a report -max_alloc bytes set maximum size of a single allocated block -y overwrite output files -n never overwrite output files -ignore_unknown Ignore unknown stream types -filter_threads number of non-complex filter threads -filter_complex_threads number of threads for -filter_complex -stats print progress report during encoding -max_error_rate maximum error rate ratio of errors (0.0: no errors, 1.0: 100% errors) above which ffmpeg returns an error instead of success. -bits_per_raw_sample number set the number of bits per raw sample -vol volume change audio volume (256=normal) Advanced global options: -cpuflags flags force specific cpu flags -hide_banner hide_banner do not show program banner -copy_unknown Copy unknown stream types -benchmark add timings for benchmarking -benchmark_all add timings for each task -progress url write program-readable progress information -stdin enable or disable interaction on standard input -timelimit limit set max runtime in seconds -dump dump each input packet -hex when dumping packets, also dump the payload -vsync video sync method -frame_drop_threshold frame drop threshold -async audio sync method -adrift_threshold threshold audio drift threshold -copyts copy timestamps -start_at_zero shift input timestamps to start at 0 when using copyts -copytb mode copy input stream time base when stream copying -dts_delta_threshold threshold timestamp discontinuity delta threshold -dts_error_threshold threshold timestamp error delta threshold -xerror error exit on error -abort_on flags abort on the specified condition flags -filter_complex graph_description create a complex filtergraph -lavfi graph_description create a complex filtergraph -filter_complex_script filename read complex filtergraph description from a file -debug_ts print timestamp debugging info -intra deprecated use -g 1 -sameq Removed -same_quant Removed -deinterlace this option is deprecated, use the yadif filter instead -psnr calculate PSNR of compressed frames -vstats dump video coding statistics to file -vstats_file file dump video coding statistics to file -vstats_version Version of the vstats format to use. -qphist show QP histogram -vc channel deprecated, use -channel -tvstd standard deprecated, use -standard -isync this option is deprecated and does nothing -sdp_file file specify a file in which to print sdp information -init_hw_device args initialise hardware device -filter_hw_device device set hardware device used when filtering Per-file main options: -f fmt force format -c codec codec name -codec codec codec name -pre preset preset name -map_metadata outfile[,metadata]:infile[,metadata] set metadata information of outfile from infile -t duration record or transcode "duration" seconds of audio/video -to time_stop record or transcode stop time -fs limit_size set the limit file size in bytes -ss time_off set the start time offset -sseof time_off set the start time offset relative to EOF -seek_timestamp enable/disable seeking by timestamp with -ss -timestamp time set the recording timestamp ('now' to set the current time) -metadata string=string add metadata -program title=string:st=number... add program with specified streams -target type specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-") -apad audio pad -frames number set the number of frames to output -filter filter_graph set stream filtergraph -filter_script filename read stream filtergraph description from a file -reinit_filter reinit filtergraph on input parameter changes -discard discard -disposition disposition Advanced per-file options: -map [-]input_file_id[:stream_specifier][,sync_file_id[:stream_s set input stream mapping -map_channel file.stream.channel[:syncfile.syncstream] map an audio channel from one stream to another -map_chapters input_file_index set chapters mapping -accurate_seek enable/disable accurate seeking with -ss -itsoffset time_off set the input ts offset -itsscale scale set the input ts scale -dframes number set the number of data frames to output -re read input at native frame rate -shortest finish encoding within shortest input -bitexact bitexact mode -copyinkf copy initial non-keyframes -copypriorss copy or discard frames before start time -tag fourcc/tag force codec tag/fourcc -q q use fixed quality scale (VBR) -qscale q use fixed quality scale (VBR) -profile profile set profile -attach filename add an attachment to the output file -dump_attachment filename extract an attachment into a file -stream_loop loop count set number of times input stream shall be looped -thread_queue_size set the maximum number of queued packets from the demuxer -find_stream_info read and decode the streams to fill missing information with heuristics -autorotate automatically insert correct rotate filters -muxdelay seconds set the maximum demux-decode delay -muxpreload seconds set the initial demux-decode delay -time_base ratio set the desired time base hint for output stream (1:24, 1:48000 or 0.04166, 2.0833e-5) -enc_time_base ratio set the desired time base for the encoder (1:24, 1:48000 or 0.04166, 2.0833e-5). two special values are defined - 0 = use frame rate (video) or sample rate (audio),-1 = match source time base -bsf bitstream_filters A comma-separated list of bitstream filters -fpre filename set options from indicated preset file -max_muxing_queue_size packets maximum number of packets that can be buffered while waiting for all streams to initialize -dcodec codec force data codec ('copy' to copy stream) Video options: -vframes number set the number of video frames to output -r rate set frame rate (Hz value, fraction or abbreviation) -s size set frame size (WxH or abbreviation) -aspect aspect set aspect ratio (4:3, 16:9 or 1.3333, 1.7777) -bits_per_raw_sample number set the number of bits per raw sample -vn disable video -vcodec codec force video codec ('copy' to copy stream) -timecode hh:mm:ss[:;.]ff set initial TimeCode value. -pass n select the pass number (1 to 3) -vf filter_graph set video filters -ab bitrate audio bitrate (please use -b:a) -b bitrate video bitrate (please use -b:v) -dn disable data Advanced Video options: -pix_fmt format set pixel format -intra deprecated use -g 1 -rc_override override rate control override for specific intervals -sameq Removed -same_quant Removed -passlogfile prefix select two pass log file name prefix -deinterlace this option is deprecated, use the yadif filter instead -psnr calculate PSNR of compressed frames -vstats dump video coding statistics to file -vstats_file file dump video coding statistics to file -vstats_version Version of the vstats format to use. -intra_matrix matrix specify intra matrix coeffs -inter_matrix matrix specify inter matrix coeffs -chroma_intra_matrix matrix specify intra matrix coeffs -top top=1/bottom=0/auto=-1 field first -vtag fourcc/tag force video tag/fourcc -qphist show QP histogram -force_fps force the selected framerate, disable the best supported framerate selection -streamid streamIndex:value set the value of an outfile streamid -force_key_frames timestamps force key frames at specified timestamps -hwaccel hwaccel name use HW accelerated decoding -hwaccel_device devicename select a device for HW acceleration -hwaccel_output_format format select output format used with HW accelerated decoding -vc channel deprecated, use -channel -tvstd standard deprecated, use -standard -vbsf video bitstream_filters deprecated -vpre preset set the video options to the indicated preset Audio options: -aframes number set the number of audio frames to output -aq quality set audio quality (codec-specific) -ar rate set audio sampling rate (in Hz) -ac channels set number of audio channels -an disable audio -acodec codec force audio codec ('copy' to copy stream) -vol volume change audio volume (256=normal) -af filter_graph set audio filters Advanced Audio options: -atag fourcc/tag force audio tag/fourcc -sample_fmt format set sample format -channel_layout layout set channel layout -guess_layout_max set the maximum number of channels to try to guess the channel layout -absf audio bitstream_filters deprecated -apre preset set the audio options to the indicated preset Subtitle options: -s size set frame size (WxH or abbreviation) -sn disable subtitle -scodec codec force subtitle codec ('copy' to copy stream) -stag fourcc/tag force subtitle tag/fourcc -fix_sub_duration fix subtitles duration -canvas_size size set canvas size (WxH or abbreviation) -spre preset set the subtitle options to the indicated preset AVCodecContext AVOptions: -b E..VA.... set bitrate (in bits/s) (from 0 to I64_MAX) (default 200000) -ab E...A.... set bitrate (in bits/s) (from 0 to INT_MAX) (default 128000) -bt E..V..... Set video bitrate tolerance (in bits/s). In 1-pass mode, bitrate tolerance specifies how far ratecontrol is willing to deviate from the target average bitrate value. This is not related to minimum/maximum bitrate. Lowering tolerance too much has an adverse effect on quality. (from 1 to INT_MAX) (default 4e+06) -flags ED.VAS... (default 0) unaligned .D.V..... allow decoders to produce unaligned output mv4 E..V..... use four motion vectors per macroblock (MPEG-4) qpel E..V..... use 1/4-pel motion compensation loop E..V..... use loop filter gray ED.V..... only decode/encode grayscale psnr E..V..... error[?] variables will be set during encoding truncated .D.V..... Input bitstream might be randomly truncated ildct E..V..... use interlaced DCT low_delay ED.V..... force low delay global_header E..VA.... place global headers in extradata instead of every keyframe bitexact ED.VAS... use only bitexact functions (except (I)DCT) aic E..V..... H.263 advanced intra coding / MPEG-4 AC prediction ilme E..V..... interlaced motion estimation cgop E..V..... closed GOP output_corrupt .D.V..... Output even potentially corrupted frames drop_changed .D.VA.... Drop frames whose parameters differ from first decoded frame -flags2 ED.VA.... (default 0) fast E..V..... allow non-spec-compliant speedup tricks noout E..V..... skip bitstream encoding ignorecrop .D.V..... ignore cropping information from sps local_header E..V..... place global headers at every keyframe instead of in extradata chunks .D.V..... Frame data might be split into multiple chunks showall .D.V..... Show all frames before the first keyframe export_mvs .D.V..... export motion vectors through frame side data skip_manual .D.V..... do not skip samples and export skip information as frame side data ass_ro_flush_noop .D...S... do not reset ASS ReadOrder field on flush -g E..V..... set the group of picture (GOP) size (from INT_MIN to INT_MAX) (default 12) -ar ED..A.... set audio sampling rate (in Hz) (from 0 to INT_MAX) (default 0) -ac ED..A.... set number of audio channels (from 0 to INT_MAX) (default 0) -cutoff E...A.... set cutoff bandwidth (from INT_MIN to INT_MAX) (default 0) -frame_size E...A.... (from 0 to INT_MAX) (default 0) -qcomp E..V..... video quantizer scale compression (VBR). Constant of ratecontrol equation. Recommended range for default rc_eq: 0.0-1.0 (from -FLT_MAX to FLT_MAX) (default 0.5) -qblur E..V..... video quantizer scale blur (VBR) (from -1 to FLT_MAX) (default 0.5) -qmin E..V..... minimum video quantizer scale (VBR) (from -1 to 69) (default 2) -qmax E..V..... maximum video quantizer scale (VBR) (from -1 to 1024) (default 31) -qdiff E..V..... maximum difference between the quantizer scales (VBR) (from INT_MIN to INT_MAX) (default 3) -bf E..V..... set maximum number of B-frames between non-B-frames (from -1 to INT_MAX) (default 0) -b_qfactor E..V..... QP factor between P- and B-frames (from -FLT_MAX to FLT_MAX) (default 1.25) -b_strategy E..V..... strategy to choose between I/P/B-frames (from INT_MIN to INT_MAX) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -bug .D.V..... work around not autodetected encoder bugs (default autodetect) autodetect .D.V..... xvid_ilace .D.V..... Xvid interlacing bug (autodetected if FOURCC == XVIX) ump4 .D.V..... (autodetected if FOURCC == UMP4) no_padding .D.V..... padding bug (autodetected) amv .D.V..... qpel_chroma .D.V..... std_qpel .D.V..... old standard qpel (autodetected per FOURCC/version) qpel_chroma2 .D.V..... direct_blocksize .D.V..... direct-qpel-blocksize bug (autodetected per FOURCC/version) edge .D.V..... edge padding bug (autodetected per FOURCC/version) hpel_chroma .D.V..... dc_clip .D.V..... ms .D.V..... work around various bugs in Microsoft's broken decoders trunc .D.V..... truncated frames iedge .D.V..... -strict ED.VA.... how strictly to follow the standards (from INT_MIN to INT_MAX) (default normal) very ED.VA.... strictly conform to a older more strict version of the spec or reference software strict ED.VA.... strictly conform to all the things in the spec no matter what the consequences normal ED.VA.... unofficial ED.VA.... allow unofficial extensions experimental ED.VA.... allow non-standardized experimental things -b_qoffset E..V..... QP offset between P- and B-frames (from -FLT_MAX to FLT_MAX) (default 1.25) -err_detect .D.VA.... set error detection flags (default 0) crccheck .D.VA.... verify embedded CRCs bitstream .D.VA.... detect bitstream specification deviations buffer .D.VA.... detect improper bitstream length explode .D.VA.... abort decoding on minor error detection ignore_err .D.VA.... ignore errors careful .D.VA.... consider things that violate the spec, are fast to check and have not been seen in the wild as errors compliant .D.VA.... consider all spec non compliancies as errors aggressive .D.VA.... consider things that a sane encoder should not do as an error -mpeg_quant E..V..... use MPEG quantizers instead of H.263 (from INT_MIN to INT_MAX) (default 0) -maxrate E..VA.... maximum bitrate (in bits/s). Used for VBV together with bufsize. (from 0 to INT_MAX) (default 0) -minrate E..VA.... minimum bitrate (in bits/s). Most useful in setting up a CBR encode. It is of little use otherwise. (from INT_MIN to INT_MAX) (default 0) -bufsize E..VA.... set ratecontrol buffer size (in bits) (from INT_MIN to INT_MAX) (default 0) -i_qfactor E..V..... QP factor between P- and I-frames (from -FLT_MAX to FLT_MAX) (default -0.8) -i_qoffset E..V..... QP offset between P- and I-frames (from -FLT_MAX to FLT_MAX) (default 0) -dct E..V..... DCT algorithm (from 0 to INT_MAX) (default auto) auto E..V..... autoselect a good one fastint E..V..... fast integer int E..V..... accurate integer mmx E..V..... altivec E..V..... faan E..V..... floating point AAN DCT -lumi_mask E..V..... compresses bright areas stronger than medium ones (from -FLT_MAX to FLT_MAX) (default 0) -tcplx_mask E..V..... temporal complexity masking (from -FLT_MAX to FLT_MAX) (default 0) -scplx_mask E..V..... spatial complexity masking (from -FLT_MAX to FLT_MAX) (default 0) -p_mask E..V..... inter masking (from -FLT_MAX to FLT_MAX) (default 0) -dark_mask E..V..... compresses dark areas stronger than medium ones (from -FLT_MAX to FLT_MAX) (default 0) -idct ED.V..... select IDCT implementation (from 0 to INT_MAX) (default auto) auto ED.V..... int ED.V..... simple ED.V..... simplemmx ED.V..... arm ED.V..... altivec ED.V..... simplearm ED.V..... simplearmv5te ED.V..... simplearmv6 ED.V..... simpleneon ED.V..... xvid ED.V..... xvidmmx ED.V..... deprecated, for compatibility only faani ED.V..... floating point AAN IDCT simpleauto ED.V..... -ec .D.V..... set error concealment strategy (default guess_mvs+deblock) guess_mvs .D.V..... iterative motion vector (MV) search (slow) deblock .D.V..... use strong deblock filter for damaged MBs favor_inter .D.V..... favor predicting from the previous frame -pred E..V..... prediction method (from INT_MIN to INT_MAX) (default left) left E..V..... plane E..V..... median E..V..... -aspect E..V..... sample aspect ratio (from 0 to 10) (default 0/1) -sar E..V..... sample aspect ratio (from 0 to 10) (default 0/1) -debug ED.VAS... print specific debug info (default 0) pict .D.V..... picture info rc E..V..... rate control bitstream .D.V..... mb_type .D.V..... macroblock (MB) type qp .D.V..... per-block quantization parameter (QP) dct_coeff .D.V..... green_metadata .D.V..... skip .D.V..... startcode .D.V..... er .D.V..... error recognition mmco .D.V..... memory management control operations (H.264) bugs .D.V..... buffers .D.V..... picture buffer allocations thread_ops .D.VA.... threading operations nomc .D.VA.... skip motion compensation -dia_size E..V..... diamond type & size for motion estimation (from INT_MIN to INT_MAX) (default 0) -last_pred E..V..... amount of motion predictors from the previous frame (from INT_MIN to INT_MAX) (default 0) -preme E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -pre_dia_size E..V..... diamond type & size for motion estimation pre-pass (from INT_MIN to INT_MAX) (default 0) -subq E..V..... sub-pel motion estimation quality (from INT_MIN to INT_MAX) (default 8) -me_range E..V..... limit motion vectors range (1023 for DivX player) (from INT_MIN to INT_MAX) (default 0) -global_quality E..VA.... (from INT_MIN to INT_MAX) (default 0) -coder E..V..... (from INT_MIN to INT_MAX) (default vlc) vlc E..V..... variable length coder / Huffman coder ac E..V..... arithmetic coder raw E..V..... raw (no encoding) rle E..V..... run-length coder -context E..V..... context model (from INT_MIN to INT_MAX) (default 0) -mbd E..V..... macroblock decision algorithm (high quality mode) (from 0 to 2) (default simple) simple E..V..... use mbcmp bits E..V..... use fewest bits rd E..V..... use best rate distortion -sc_threshold E..V..... scene change threshold (from INT_MIN to INT_MAX) (default 0) -nr E..V..... noise reduction (from INT_MIN to INT_MAX) (default 0) -rc_init_occupancy E..V..... number of bits which should be loaded into the rc buffer before decoding starts (from INT_MIN to INT_MAX) (default 0) -threads ED.VA.... set the number of threads (from 0 to INT_MAX) (default 1) auto ED.V..... autodetect a suitable number of threads to use -dc E..V..... intra_dc_precision (from -8 to 16) (default 0) -nssew E..V..... nsse weight (from INT_MIN to INT_MAX) (default 8) -skip_top .D.V..... number of macroblock rows at the top which are skipped (from INT_MIN to INT_MAX) (default 0) -skip_bottom .D.V..... number of macroblock rows at the bottom which are skipped (from INT_MIN to INT_MAX) (default 0) -profile E..VA.... (from INT_MIN to INT_MAX) (default unknown) unknown E..VA.... aac_main E...A.... aac_low E...A.... aac_ssr E...A.... aac_ltp E...A.... aac_he E...A.... aac_he_v2 E...A.... aac_ld E...A.... aac_eld E...A.... mpeg2_aac_low E...A.... mpeg2_aac_he E...A.... dts E...A.... dts_es E...A.... dts_96_24 E...A.... dts_hd_hra E...A.... dts_hd_ma E...A.... mpeg4_sp E..V..... mpeg4_core E..V..... mpeg4_main E..V..... mpeg4_asp E..V..... main10 E..V..... msbc E...A.... -level E..VA.... (from INT_MIN to INT_MAX) (default unknown) unknown E..VA.... -lowres .D.VA.... decode at 1= 1/2, 2=1/4, 3=1/8 resolutions (from 0 to INT_MAX) (default 0) -skip_threshold E..V..... frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skipcmp E..V..... frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... sum of absolute differences, fast sse E..V..... sum of squared errors satd E..V..... sum of absolute Hadamard transformed differences dct E..V..... sum of absolute DCT transformed differences psnr E..V..... sum of squared quantization errors (avoid, low quality) bit E..V..... number of bits needed for the block rd E..V..... rate distortion optimal, slow zero E..V..... 0 vsad E..V..... sum of absolute vertical differences vsse E..V..... sum of squared vertical differences nsse E..V..... noise preserving sum of squared differences w53 E..V..... 5/3 wavelet, only used in snow w97 E..V..... 9/7 wavelet, only used in snow dctmax E..V..... chroma E..V..... msad E..V..... sum of absolute differences, median predicted -cmp E..V..... full-pel ME compare function (from INT_MIN to INT_MAX) (default sad) sad E..V..... sum of absolute differences, fast sse E..V..... sum of squared errors satd E..V..... sum of absolute Hadamard transformed differences dct E..V..... sum of absolute DCT transformed differences psnr E..V..... sum of squared quantization errors (avoid, low quality) bit E..V..... number of bits needed for the block rd E..V..... rate distortion optimal, slow zero E..V..... 0 vsad E..V..... sum of absolute vertical differences vsse E..V..... sum of squared vertical differences nsse E..V..... noise preserving sum of squared differences w53 E..V..... 5/3 wavelet, only used in snow w97 E..V..... 9/7 wavelet, only used in snow dctmax E..V..... chroma E..V..... msad E..V..... sum of absolute differences, median predicted -subcmp E..V..... sub-pel ME compare function (from INT_MIN to INT_MAX) (default sad) sad E..V..... sum of absolute differences, fast sse E..V..... sum of squared errors satd E..V..... sum of absolute Hadamard transformed differences dct E..V..... sum of absolute DCT transformed differences psnr E..V..... sum of squared quantization errors (avoid, low quality) bit E..V..... number of bits needed for the block rd E..V..... rate distortion optimal, slow zero E..V..... 0 vsad E..V..... sum of absolute vertical differences vsse E..V..... sum of squared vertical differences nsse E..V..... noise preserving sum of squared differences w53 E..V..... 5/3 wavelet, only used in snow w97 E..V..... 9/7 wavelet, only used in snow dctmax E..V..... chroma E..V..... msad E..V..... sum of absolute differences, median predicted -mbcmp E..V..... macroblock compare function (from INT_MIN to INT_MAX) (default sad) sad E..V..... sum of absolute differences, fast sse E..V..... sum of squared errors satd E..V..... sum of absolute Hadamard transformed differences dct E..V..... sum of absolute DCT transformed differences psnr E..V..... sum of squared quantization errors (avoid, low quality) bit E..V..... number of bits needed for the block rd E..V..... rate distortion optimal, slow zero E..V..... 0 vsad E..V..... sum of absolute vertical differences vsse E..V..... sum of squared vertical differences nsse E..V..... noise preserving sum of squared differences w53 E..V..... 5/3 wavelet, only used in snow w97 E..V..... 9/7 wavelet, only used in snow dctmax E..V..... chroma E..V..... msad E..V..... sum of absolute differences, median predicted -ildctcmp E..V..... interlaced DCT compare function (from INT_MIN to INT_MAX) (default vsad) sad E..V..... sum of absolute differences, fast sse E..V..... sum of squared errors satd E..V..... sum of absolute Hadamard transformed differences dct E..V..... sum of absolute DCT transformed differences psnr E..V..... sum of squared quantization errors (avoid, low quality) bit E..V..... number of bits needed for the block rd E..V..... rate distortion optimal, slow zero E..V..... 0 vsad E..V..... sum of absolute vertical differences vsse E..V..... sum of squared vertical differences nsse E..V..... noise preserving sum of squared differences w53 E..V..... 5/3 wavelet, only used in snow w97 E..V..... 9/7 wavelet, only used in snow dctmax E..V..... chroma E..V..... msad E..V..... sum of absolute differences, median predicted -precmp E..V..... pre motion estimation compare function (from INT_MIN to INT_MAX) (default sad) sad E..V..... sum of absolute differences, fast sse E..V..... sum of squared errors satd E..V..... sum of absolute Hadamard transformed differences dct E..V..... sum of absolute DCT transformed differences psnr E..V..... sum of squared quantization errors (avoid, low quality) bit E..V..... number of bits needed for the block rd E..V..... rate distortion optimal, slow zero E..V..... 0 vsad E..V..... sum of absolute vertical differences vsse E..V..... sum of squared vertical differences nsse E..V..... noise preserving sum of squared differences w53 E..V..... 5/3 wavelet, only used in snow w97 E..V..... 9/7 wavelet, only used in snow dctmax E..V..... chroma E..V..... msad E..V..... sum of absolute differences, median predicted -mblmin E..V..... minimum macroblock Lagrange factor (VBR) (from 1 to 32767) (default 236) -mblmax E..V..... maximum macroblock Lagrange factor (VBR) (from 1 to 32767) (default 3658) -mepc E..V..... motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -skip_loop_filter .D.V..... skip loop filtering process for the selected frames (from INT_MIN to INT_MAX) (default default) none .D.V..... discard no frame default .D.V..... discard useless frames noref .D.V..... discard all non-reference frames bidir .D.V..... discard all bidirectional frames nokey .D.V..... discard all frames except keyframes nointra .D.V..... discard all frames except I frames all .D.V..... discard all frames -skip_idct .D.V..... skip IDCT/dequantization for the selected frames (from INT_MIN to INT_MAX) (default default) none .D.V..... discard no frame default .D.V..... discard useless frames noref .D.V..... discard all non-reference frames bidir .D.V..... discard all bidirectional frames nokey .D.V..... discard all frames except keyframes nointra .D.V..... discard all frames except I frames all .D.V..... discard all frames -skip_frame .D.V..... skip decoding for the selected frames (from INT_MIN to INT_MAX) (default default) none .D.V..... discard no frame default .D.V..... discard useless frames noref .D.V..... discard all non-reference frames bidir .D.V..... discard all bidirectional frames nokey .D.V..... discard all frames except keyframes nointra .D.V..... discard all frames except I frames all .D.V..... discard all frames -bidir_refine E..V..... refine the two motion vectors used in bidirectional macroblocks (from 0 to 4) (default 1) -brd_scale E..V..... downscale frames for dynamic B-frame decision (from 0 to 10) (default 0) -keyint_min E..V..... minimum interval between IDR-frames (from INT_MIN to INT_MAX) (default 25) -refs E..V..... reference frames to consider for motion compensation (from INT_MIN to INT_MAX) (default 1) -chromaoffset E..V..... chroma QP offset from luma (from INT_MIN to INT_MAX) (default 0) -trellis E..VA.... rate-distortion optimal quantization (from INT_MIN to INT_MAX) (default 0) -mv0_threshold E..V..... (from 0 to INT_MAX) (default 256) -b_sensitivity E..V..... adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -compression_level E..VA.... (from INT_MIN to INT_MAX) (default -1) -min_prediction_order E...A.... (from INT_MIN to INT_MAX) (default -1) -max_prediction_order E...A.... (from INT_MIN to INT_MAX) (default -1) -timecode_frame_start E..V..... GOP timecode frame start number, in non-drop-frame format (from -1 to I64_MAX) (default -1) -channel_layout ED..A.... (from 0 to 1.84467e+19) (default 0) -request_channel_layout .D..A.... (from 0 to 1.84467e+19) (default 0) -rc_max_vbv_use E..V..... (from 0 to FLT_MAX) (default 0) -rc_min_vbv_use E..V..... (from 0 to FLT_MAX) (default 3) -ticks_per_frame ED.VA.... (from 1 to INT_MAX) (default 1) -color_primaries ED.V..... color primaries (from 1 to INT_MAX) (default unknown) bt709 ED.V..... BT.709 unknown ED.V..... Unspecified bt470m ED.V..... BT.470 M bt470bg ED.V..... BT.470 BG smpte170m ED.V..... SMPTE 170 M smpte240m ED.V..... SMPTE 240 M film ED.V..... Film bt2020 ED.V..... BT.2020 smpte428 ED.V..... SMPTE 428-1 smpte428_1 ED.V..... SMPTE 428-1 smpte431 ED.V..... SMPTE 431-2 smpte432 ED.V..... SMPTE 422-1 jedec-p22 ED.V..... JEDEC P22 unspecified ED.V..... Unspecified -color_trc ED.V..... color transfer characteristics (from 1 to INT_MAX) (default unknown) bt709 ED.V..... BT.709 unknown ED.V..... Unspecified gamma22 ED.V..... BT.470 M gamma28 ED.V..... BT.470 BG smpte170m ED.V..... SMPTE 170 M smpte240m ED.V..... SMPTE 240 M linear ED.V..... Linear log100 ED.V..... Log log316 ED.V..... Log square root iec61966-2-4 ED.V..... IEC 61966-2-4 bt1361e ED.V..... BT.1361 iec61966-2-1 ED.V..... IEC 61966-2-1 bt2020-10 ED.V..... BT.2020 - 10 bit bt2020-12 ED.V..... BT.2020 - 12 bit smpte2084 ED.V..... SMPTE 2084 smpte428 ED.V..... SMPTE 428-1 arib-std-b67 ED.V..... ARIB STD-B67 unspecified ED.V..... Unspecified log ED.V..... Log log_sqrt ED.V..... Log square root iec61966_2_4 ED.V..... IEC 61966-2-4 bt1361 ED.V..... BT.1361 iec61966_2_1 ED.V..... IEC 61966-2-1 bt2020_10bit ED.V..... BT.2020 - 10 bit bt2020_12bit ED.V..... BT.2020 - 12 bit smpte428_1 ED.V..... SMPTE 428-1 -colorspace ED.V..... color space (from 0 to INT_MAX) (default unknown) rgb ED.V..... RGB bt709 ED.V..... BT.709 unknown ED.V..... Unspecified fcc ED.V..... FCC bt470bg ED.V..... BT.470 BG smpte170m ED.V..... SMPTE 170 M smpte240m ED.V..... SMPTE 240 M ycgco ED.V..... YCGCO bt2020nc ED.V..... BT.2020 NCL bt2020c ED.V..... BT.2020 CL smpte2085 ED.V..... SMPTE 2085 unspecified ED.V..... Unspecified ycocg ED.V..... YCGCO bt2020_ncl ED.V..... BT.2020 NCL bt2020_cl ED.V..... BT.2020 CL -color_range ED.V..... color range (from 0 to INT_MAX) (default unknown) unknown ED.V..... Unspecified tv ED.V..... MPEG (219*2^(n-8)) pc ED.V..... JPEG (2^n-1) unspecified ED.V..... Unspecified mpeg ED.V..... MPEG (219*2^(n-8)) jpeg ED.V..... JPEG (2^n-1) -chroma_sample_location ED.V..... chroma sample location (from 0 to INT_MAX) (default unknown) unknown ED.V..... Unspecified left ED.V..... Left center ED.V..... Center topleft ED.V..... Top-left top ED.V..... Top bottomleft ED.V..... Bottom-left bottom ED.V..... Bottom unspecified ED.V..... Unspecified -slices E..V..... set the number of slices, used in parallelized encoding (from 0 to INT_MAX) (default 0) -thread_type ED.VA.... select multithreading type (default slice+frame) slice ED.V..... frame ED.V..... -audio_service_type E...A.... audio service type (from 0 to 8) (default ma) ma E...A.... Main Audio Service ef E...A.... Effects vi E...A.... Visually Impaired hi E...A.... Hearing Impaired di E...A.... Dialogue co E...A.... Commentary em E...A.... Emergency vo E...A.... Voice Over ka E...A.... Karaoke -request_sample_fmt .D..A.... sample format audio decoders should prefer (default none) -sub_charenc .D...S... set input text subtitles character encoding -sub_charenc_mode .D...S... set input text subtitles character encoding mode (default 0) do_nothing .D...S... auto .D...S... pre_decoder .D...S... ignore .D...S... -sub_text_format .D...S... set decoded text subtitle format (from 0 to 1) (default ass_with_timings) ass .D...S... ass_with_timings .D...S... -refcounted_frames .D.VA.... (default false) -side_data_only_packets E..VA.... (default true) -apply_cropping .D.V..... (default true) -skip_alpha .D.V..... Skip processing alpha (default false) -field_order ED.V..... Field order (from 0 to 5) (default 0) progressive ED.V..... tt ED.V..... bb ED.V..... tb ED.V..... bt ED.V..... -dump_separator ED.VAS... set information dump field separator -codec_whitelist .D.VAS... List of decoders that are allowed to be used -max_pixels ED.VAS... Maximum number of pixels (from 0 to INT_MAX) (default INT_MAX) -hwaccel_flags .D.V..... (default ignore_level) ignore_level .D.V..... ignore level even if the codec level used is unknown or higher than the maximum supported level reported by the hardware driver allow_high_depth .D.V..... allow to output YUV pixel formats with a different chroma sampling than 4:2:0 and/or other than 8 bits per component allow_profile_mismatch .D.V..... attempt to decode anyway if HW accelerated decoder's supported profiles do not exactly match the stream -extra_hw_frames .D.V..... Number of extra hardware frames to allocate for the user (from -1 to INT_MAX) (default -1) -discard_damaged_percentage .D.V..... Percentage of damaged samples to discard a frame (from 0 to 100) (default 95) amv encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) -pred E..V..... Prediction method (from 1 to 3) (default left) left E..V..... plane E..V..... median E..V..... -huffman E..V..... Huffman table strategy (from 0 to 1) (default optimal) default E..V..... optimal E..V..... APNG encoder AVOptions: -dpi E..V..... Set image resolution (in dots per inch) (from 0 to 65536) (default 0) -dpm E..V..... Set image resolution (in dots per meter) (from 0 to 65536) (default 0) -pred E..V..... Prediction method (from 0 to 5) (default none) none E..V..... sub E..V..... up E..V..... avg E..V..... paeth E..V..... mixed E..V..... cinepak AVOptions: -max_extra_cb_iterations E..V..... Max extra codebook recalculation passes, more is better and slower (from 0 to INT_MAX) (default 2) -skip_empty_cb E..V..... Avoid wasting bytes, ignore vintage MacOS decoder (default false) -max_strips E..V..... Limit strips/frame, vintage compatible is 1..3, otherwise the more the better (from 1 to 32) (default 3) -min_strips E..V..... Enforce min strips/frame, more is worse and faster, must be <= max_strips (from 1 to 32) (default 1) -strip_number_adaptivity E..V..... How fast the strip number adapts, more is slightly better, much slower (from 0 to 31) (default 0) cljr encoder AVOptions: -dither_type E..V..... Dither type (from 0 to 2) (default 1) dnxhd AVOptions: -nitris_compat E..V..... encode with Avid Nitris compatibility (default false) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 0) -profile E..V..... (from 0 to 5) (default dnxhd) dnxhd E..V..... dnxhr_444 E..V..... dnxhr_hqx E..V..... dnxhr_hq E..V..... dnxhr_sq E..V..... dnxhr_lb E..V..... dvvideo encoder AVOptions: -quant_deadzone E..V..... Quantizer dead zone (from 0 to 1024) (default 7) ffv1 encoder AVOptions: -slicecrc E..V..... Protect slices with CRCs (default auto) -coder E..V..... Coder type (from -2 to 2) (default rice) rice E..V..... Golomb rice range_def E..V..... Range with default table range_tab E..V..... Range with custom table ac E..V..... Range with custom table (the ac option exists for compatibility and is deprecated) -context E..V..... Context model (from 0 to 1) (default 0) ffvhuff AVOptions: -non_deterministic E..V..... Allow multithreading for e.g. context=1 at the expense of determinism (default true) -pred E..V..... Prediction method (from 0 to 2) (default left) left E..V..... plane E..V..... median E..V..... -context E..V..... Set per-frame huffman tables (from 0 to 1) (default 0) flv encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) GIF encoder AVOptions: -gifflags E..V..... set GIF flags (default offsetting+transdiff) offsetting E..V..... enable picture offsetting transdiff E..V..... enable transparency detection between frames -gifimage E..V..... enable encoding only images per frame (default false) h261 encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) H.263 encoder AVOptions: -obmc E..V..... use overlapped block motion compensation. (default false) -mb_info E..V..... emit macroblock info for RFC 2190 packetization, the parameter value is the maximum payload size (from 0 to INT_MAX) (default 0) -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) H.263p encoder AVOptions: -umv E..V..... Use unlimited motion vectors. (default false) -aiv E..V..... Use alternative inter VLC. (default false) -obmc E..V..... use overlapped block motion compensation. (default false) -structured_slices E..V..... Write slice start position at every GOB header instead of just GOB number. (default false) -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) huffyuv AVOptions: -non_deterministic E..V..... Allow multithreading for e.g. context=1 at the expense of determinism (default true) -pred E..V..... Prediction method (from 0 to 2) (default left) left E..V..... plane E..V..... median E..V..... jpeg 2000 encoder AVOptions: -format E..V..... Codec Format (from 0 to 1) (default jp2) j2k E..V..... jp2 E..V..... -tile_width E..V..... Tile Width (from 1 to 1.07374e+09) (default 256) -tile_height E..V..... Tile Height (from 1 to 1.07374e+09) (default 256) -pred E..V..... DWT Type (from 0 to 1) (default dwt97int) dwt97int E..V..... dwt53 E..V..... jpegls AVOptions: -pred E..V..... Prediction method (from 0 to 2) (default left) left E..V..... plane E..V..... median E..V..... ljpeg AVOptions: -pred E..V..... Prediction method (from 1 to 3) (default left) left E..V..... plane E..V..... median E..V..... magicyuv AVOptions: -pred E..V..... Prediction method (from 1 to 3) (default left) left E..V..... gradient E..V..... median E..V..... mjpeg encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) -pred E..V..... Prediction method (from 1 to 3) (default left) left E..V..... plane E..V..... median E..V..... -huffman E..V..... Huffman table strategy (from 0 to 1) (default optimal) default E..V..... optimal E..V..... mpeg1video encoder AVOptions: -gop_timecode E..V..... MPEG GOP Timecode in hh:mm:ss[:;.]ff format. Overrides timecode_frame_start. -intra_vlc E..V..... Use MPEG-2 intra VLC table. (default false) -drop_frame_timecode E..V..... Timecode is in drop frame format. (default false) -scan_offset E..V..... Reserve space for SVCD scan offset user data. (default false) -timecode_frame_start E..V..... GOP timecode frame start number, in non-drop-frame format (from -1 to I64_MAX) (default -1) -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) mpeg2video encoder AVOptions: -gop_timecode E..V..... MPEG GOP Timecode in hh:mm:ss[:;.]ff format. Overrides timecode_frame_start. -intra_vlc E..V..... Use MPEG-2 intra VLC table. (default false) -drop_frame_timecode E..V..... Timecode is in drop frame format. (default false) -scan_offset E..V..... Reserve space for SVCD scan offset user data. (default false) -timecode_frame_start E..V..... GOP timecode frame start number, in non-drop-frame format (from -1 to I64_MAX) (default -1) -non_linear_quant E..V..... Use nonlinear quantizer. (default false) -alternate_scan E..V..... Enable alternate scantable. (default false) -seq_disp_ext E..V..... Write sequence_display_extension blocks. (from -1 to 1) (default auto) auto E..V..... never E..V..... always E..V..... -video_format E..V..... Video_format in the sequence_display_extension indicating the source of the video. (from 0 to 7) (default unspecified) component E..V..... pal E..V..... ntsc E..V..... secam E..V..... mac E..V..... unspecified E..V..... -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) MPEG4 encoder AVOptions: -data_partitioning E..V..... Use data partitioning. (default false) -alternate_scan E..V..... Enable alternate scantable. (default false) -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) msmpeg4v2 encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) msmpeg4v3 encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) PNG encoder AVOptions: -dpi E..V..... Set image resolution (in dots per inch) (from 0 to 65536) (default 0) -dpm E..V..... Set image resolution (in dots per meter) (from 0 to 65536) (default 0) -pred E..V..... Prediction method (from 0 to 5) (default none) none E..V..... sub E..V..... up E..V..... avg E..V..... paeth E..V..... mixed E..V..... ProRes encoder AVOptions: -vendor E..V..... vendor ID (default "fmpg") ProResAw encoder AVOptions: -vendor E..V..... vendor ID (default "fmpg") ProRes encoder AVOptions: -mbs_per_slice E..V..... macroblocks per slice (from 1 to 8) (default 8) -profile E..V..... (from -1 to 5) (default auto) auto E..V..... proxy E..V..... lt E..V..... standard E..V..... hq E..V..... 4444 E..V..... 4444xq E..V..... -vendor E..V..... vendor ID (default "Lavc") -bits_per_mb E..V..... desired bits per macroblock (from 0 to 8192) (default 0) -quant_mat E..V..... quantiser matrix (from -1 to 6) (default auto) auto E..V..... proxy E..V..... lt E..V..... standard E..V..... hq E..V..... default E..V..... -alpha_bits E..V..... bits for alpha plane (from 0 to 16) (default 16) RoQ AVOptions: -quake3_compat E..V..... Whether to respect known limitations in Quake 3 decoder (default true) rv10 encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) rv20 encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) sgi AVOptions: -rle E..V..... Use run-length compression (from 0 to 1) (default 1) snow encoder AVOptions: -motion_est E..V..... motion estimation algorithm (from 0 to 3) (default epzs) zero E..V..... epzs E..V..... xone E..V..... iter E..V..... -memc_only E..V..... Only do ME/MC (I frames -> ref, P frame -> ME+MC). (default false) -no_bitstream E..V..... Skip final bitstream writeout. (default false) -intra_penalty E..V..... Penalty for intra blocks in block decission (from 0 to INT_MAX) (default 0) -iterative_dia_size E..V..... Dia size for the iterative ME (from 0 to INT_MAX) (default 0) -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -pred E..V..... Spatial decomposition type (from 0 to 1) (default dwt97) dwt97 E..V..... dwt53 E..V..... sunrast AVOptions: -rle E..V..... Use run-length compression (from 0 to 1) (default 1) svq1enc AVOptions: -motion-est E..V..... Motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... targa AVOptions: -rle E..V..... Use run-length compression (from 0 to 1) (default 1) TIFF encoder AVOptions: -dpi E..V..... set the image resolution (in dpi) (from 1 to 65536) (default 72) -compression_algo E..V..... (from 1 to 32946) (default packbits) packbits E..V..... raw E..V..... lzw E..V..... deflate E..V..... utvideo AVOptions: -pred E..V..... Prediction method (from 0 to 3) (default left) none E..V..... left E..V..... gradient E..V..... median E..V..... SMPTE VC-2 encoder AVOptions: -tolerance E..V..... Max undershoot in percent (from 0 to 45) (default 5) -slice_width E..V..... Slice width (from 32 to 1024) (default 32) -slice_height E..V..... Slice height (from 8 to 1024) (default 16) -wavelet_depth E..V..... Transform depth (from 1 to 5) (default 4) -wavelet_type E..V..... Transform type (from 0 to 7) (default 9_7) 9_7 E..V..... Deslauriers-Dubuc (9,7) 5_3 E..V..... LeGall (5,3) haar E..V..... Haar (with shift) haar_noshift E..V..... Haar (without shift) -qm E..V..... Custom quantization matrix (from 0 to 3) (default default) default E..V..... Default from the specifications color E..V..... Prevents low bitrate discoloration flat E..V..... Optimize for PSNR wmv1 encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) wmv2 encoder AVOptions: -mpv_flags E..V..... Flags common for all mpegvideo-based encoders. (default 0) skip_rd E..V..... RD optimal MB level residual skipping strict_gop E..V..... Strictly enforce gop size qp_rd E..V..... Use rate distortion optimization for qp selection cbp_rd E..V..... use rate distortion optimization for CBP naq E..V..... normalize adaptive quantization mv0 E..V..... always try a mb with mv=<0,0> -luma_elim_threshold E..V..... single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -chroma_elim_threshold E..V..... single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) (default 0) -quantizer_noise_shaping E..V..... (from 0 to INT_MAX) (default 0) -error_rate E..V..... Simulate errors in the bitstream to test error concealment. (from 0 to INT_MAX) (default 0) -qsquish E..V..... how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) (default 0) -rc_qmod_amp E..V..... experimental quantizer modulation (from -FLT_MAX to FLT_MAX) (default 0) -rc_qmod_freq E..V..... experimental quantizer modulation (from INT_MIN to INT_MAX) (default 0) -rc_eq E..V..... Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex. -rc_init_cplx E..V..... initial complexity for 1-pass encoding (from -FLT_MAX to FLT_MAX) (default 0) -rc_buf_aggressivity E..V..... currently useless (from -FLT_MAX to FLT_MAX) (default 1) -border_mask E..V..... increase the quantizer for macroblocks close to borders (from -FLT_MAX to FLT_MAX) (default 0) -lmin E..V..... minimum Lagrange factor (VBR) (from 0 to INT_MAX) (default 236) -lmax E..V..... maximum Lagrange factor (VBR) (from 0 to INT_MAX) (default 3658) -ibias E..V..... intra quant bias (from INT_MIN to INT_MAX) (default 999999) -pbias E..V..... inter quant bias (from INT_MIN to INT_MAX) (default 999999) -rc_strategy E..V..... ratecontrol method (from 0 to 1) (default ffmpeg) ffmpeg E..V..... deprecated, does nothing xvid E..V..... deprecated, does nothing -motion_est E..V..... motion estimation algorithm (from 0 to 2) (default epzs) zero E..V..... epzs E..V..... xone E..V..... -force_duplicated_matrix E..V..... Always write luma and chroma matrix for mjpeg, useful for rtp streaming. (default false) -b_strategy E..V..... Strategy to choose between I/P/B-frames (from 0 to 2) (default 0) -b_sensitivity E..V..... Adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) (default 40) -brd_scale E..V..... Downscale frames for dynamic B-frame decision (from 0 to 3) (default 0) -skip_threshold E..V..... Frame skip threshold (from INT_MIN to INT_MAX) (default 0) -skip_factor E..V..... Frame skip factor (from INT_MIN to INT_MAX) (default 0) -skip_exp E..V..... Frame skip exponent (from INT_MIN to INT_MAX) (default 0) -skip_cmp E..V..... Frame skip compare function (from INT_MIN to INT_MAX) (default dctmax) sad E..V..... Sum of absolute differences, fast sse E..V..... Sum of squared errors satd E..V..... Sum of absolute Hadamard transformed differences dct E..V..... Sum of absolute DCT transformed differences psnr E..V..... Sum of squared quantization errors, low quality bit E..V..... Number of bits needed for the block rd E..V..... Rate distortion optimal, slow zero E..V..... Zero vsad E..V..... Sum of absolute vertical differences vsse E..V..... Sum of squared vertical differences nsse E..V..... Noise preserving sum of squared differences dct264 E..V..... dctmax E..V..... chroma E..V..... msad E..V..... Sum of absolute differences, median predicted -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default 0) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default 0) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) -ps E..V..... RTP payload size in bytes (from INT_MIN to INT_MAX) (default 0) -mepc E..V..... Motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) (default 256) -mepre E..V..... pre motion estimation (from INT_MIN to INT_MAX) (default 0) -a53cc E..V..... Use A53 Closed Captions (if available) (default true) AAC encoder AVOptions: -aac_coder E...A.... Coding algorithm (from 0 to 2) (default fast) anmr E...A.... ANMR method twoloop E...A.... Two loop searching method fast E...A.... Default fast search -aac_ms E...A.... Force M/S stereo coding (default auto) -aac_is E...A.... Intensity stereo coding (default true) -aac_pns E...A.... Perceptual noise substitution (default true) -aac_tns E...A.... Temporal noise shaping (default true) -aac_ltp E...A.... Long term prediction (default false) -aac_pred E...A.... AAC-Main prediction (default false) -aac_pce E...A.... Forces the use of PCEs (default false) AC-3 Encoder AVOptions: -per_frame_metadata E...A.... Allow Changing Metadata Per-Frame (default false) -center_mixlev E...A.... Center Mix Level (from 0 to 1) (default 0.594604) -surround_mixlev E...A.... Surround Mix Level (from 0 to 1) (default 0.5) -mixing_level E...A.... Mixing Level (from -1 to 111) (default -1) -room_type E...A.... Room Type (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) large E...A.... Large Room small E...A.... Small Room -copyright E...A.... Copyright Bit (from -1 to 1) (default -1) -dialnorm E...A.... Dialogue Level (dB) (from -31 to -1) (default -31) -dsur_mode E...A.... Dolby Surround Mode (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Surround Encoded off E...A.... Not Dolby Surround Encoded -original E...A.... Original Bit Stream (from -1 to 1) (default -1) -dmix_mode E...A.... Preferred Stereo Downmix Mode (from -1 to 3) (default -1) notindicated E...A.... Not Indicated (default) ltrt E...A.... Lt/Rt Downmix Preferred loro E...A.... Lo/Ro Downmix Preferred dplii E...A.... Dolby Pro Logic II Downmix Preferred -ltrt_cmixlev E...A.... Lt/Rt Center Mix Level (from -1 to 2) (default -1) -ltrt_surmixlev E...A.... Lt/Rt Surround Mix Level (from -1 to 2) (default -1) -loro_cmixlev E...A.... Lo/Ro Center Mix Level (from -1 to 2) (default -1) -loro_surmixlev E...A.... Lo/Ro Surround Mix Level (from -1 to 2) (default -1) -dsurex_mode E...A.... Dolby Surround EX Mode (from -1 to 3) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Surround EX Encoded off E...A.... Not Dolby Surround EX Encoded dpliiz E...A.... Dolby Pro Logic IIz-encoded -dheadphone_mode E...A.... Dolby Headphone Mode (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Headphone Encoded off E...A.... Not Dolby Headphone Encoded -ad_conv_type E...A.... A/D Converter Type (from -1 to 1) (default -1) standard E...A.... Standard (default) hdcd E...A.... HDCD -stereo_rematrixing E...A.... Stereo Rematrixing (default true) -channel_coupling E...A.... Channel Coupling (from -1 to 1) (default auto) auto E...A.... Selected by the Encoder -cpl_start_band E...A.... Coupling Start Band (from -1 to 15) (default auto) auto E...A.... Selected by the Encoder Fixed-Point AC-3 Encoder AVOptions: -per_frame_metadata E...A.... Allow Changing Metadata Per-Frame (default false) -center_mixlev E...A.... Center Mix Level (from 0 to 1) (default 0.594604) -surround_mixlev E...A.... Surround Mix Level (from 0 to 1) (default 0.5) -mixing_level E...A.... Mixing Level (from -1 to 111) (default -1) -room_type E...A.... Room Type (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) large E...A.... Large Room small E...A.... Small Room -copyright E...A.... Copyright Bit (from -1 to 1) (default -1) -dialnorm E...A.... Dialogue Level (dB) (from -31 to -1) (default -31) -dsur_mode E...A.... Dolby Surround Mode (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Surround Encoded off E...A.... Not Dolby Surround Encoded -original E...A.... Original Bit Stream (from -1 to 1) (default -1) -dmix_mode E...A.... Preferred Stereo Downmix Mode (from -1 to 3) (default -1) notindicated E...A.... Not Indicated (default) ltrt E...A.... Lt/Rt Downmix Preferred loro E...A.... Lo/Ro Downmix Preferred dplii E...A.... Dolby Pro Logic II Downmix Preferred -ltrt_cmixlev E...A.... Lt/Rt Center Mix Level (from -1 to 2) (default -1) -ltrt_surmixlev E...A.... Lt/Rt Surround Mix Level (from -1 to 2) (default -1) -loro_cmixlev E...A.... Lo/Ro Center Mix Level (from -1 to 2) (default -1) -loro_surmixlev E...A.... Lo/Ro Surround Mix Level (from -1 to 2) (default -1) -dsurex_mode E...A.... Dolby Surround EX Mode (from -1 to 3) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Surround EX Encoded off E...A.... Not Dolby Surround EX Encoded dpliiz E...A.... Dolby Pro Logic IIz-encoded -dheadphone_mode E...A.... Dolby Headphone Mode (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Headphone Encoded off E...A.... Not Dolby Headphone Encoded -ad_conv_type E...A.... A/D Converter Type (from -1 to 1) (default -1) standard E...A.... Standard (default) hdcd E...A.... HDCD -stereo_rematrixing E...A.... Stereo Rematrixing (default true) -channel_coupling E...A.... Channel Coupling (from -1 to 1) (default auto) auto E...A.... Selected by the Encoder -cpl_start_band E...A.... Coupling Start Band (from -1 to 15) (default auto) auto E...A.... Selected by the Encoder alacenc AVOptions: -min_prediction_order E...A.... (from 1 to 30) (default 4) -max_prediction_order E...A.... (from 1 to 30) (default 6) DCA (DTS Coherent Acoustics) AVOptions: -dca_adpcm E...A.... Use ADPCM encoding (default false) E-AC-3 Encoder AVOptions: -per_frame_metadata E...A.... Allow Changing Metadata Per-Frame (default false) -mixing_level E...A.... Mixing Level (from -1 to 111) (default -1) -room_type E...A.... Room Type (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) large E...A.... Large Room small E...A.... Small Room -copyright E...A.... Copyright Bit (from -1 to 1) (default -1) -dialnorm E...A.... Dialogue Level (dB) (from -31 to -1) (default -31) -dsur_mode E...A.... Dolby Surround Mode (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Surround Encoded off E...A.... Not Dolby Surround Encoded -original E...A.... Original Bit Stream (from -1 to 1) (default -1) -dmix_mode E...A.... Preferred Stereo Downmix Mode (from -1 to 3) (default -1) notindicated E...A.... Not Indicated (default) ltrt E...A.... Lt/Rt Downmix Preferred loro E...A.... Lo/Ro Downmix Preferred dplii E...A.... Dolby Pro Logic II Downmix Preferred -ltrt_cmixlev E...A.... Lt/Rt Center Mix Level (from -1 to 2) (default -1) -ltrt_surmixlev E...A.... Lt/Rt Surround Mix Level (from -1 to 2) (default -1) -loro_cmixlev E...A.... Lo/Ro Center Mix Level (from -1 to 2) (default -1) -loro_surmixlev E...A.... Lo/Ro Surround Mix Level (from -1 to 2) (default -1) -dsurex_mode E...A.... Dolby Surround EX Mode (from -1 to 3) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Surround EX Encoded off E...A.... Not Dolby Surround EX Encoded dpliiz E...A.... Dolby Pro Logic IIz-encoded -dheadphone_mode E...A.... Dolby Headphone Mode (from -1 to 2) (default -1) notindicated E...A.... Not Indicated (default) on E...A.... Dolby Headphone Encoded off E...A.... Not Dolby Headphone Encoded -ad_conv_type E...A.... A/D Converter Type (from -1 to 1) (default -1) standard E...A.... Standard (default) hdcd E...A.... HDCD -stereo_rematrixing E...A.... Stereo Rematrixing (default true) -channel_coupling E...A.... Channel Coupling (from -1 to 1) (default auto) auto E...A.... Selected by the Encoder -cpl_start_band E...A.... Coupling Start Band (from -1 to 15) (default auto) auto E...A.... Selected by the Encoder FLAC encoder AVOptions: -lpc_coeff_precision E...A.... LPC coefficient precision (from 0 to 15) (default 15) -lpc_type E...A.... LPC algorithm (from -1 to 3) (default -1) none E...A.... fixed E...A.... levinson E...A.... cholesky E...A.... -lpc_passes E...A.... Number of passes to use for Cholesky factorization during LPC analysis (from 1 to INT_MAX) (default 2) -min_partition_order E...A.... (from -1 to 8) (default -1) -max_partition_order E...A.... (from -1 to 8) (default -1) -prediction_order_method E...A.... Search method for selecting prediction order (from -1 to 5) (default -1) estimation E...A.... 2level E...A.... 4level E...A.... 8level E...A.... search E...A.... log E...A.... -ch_mode E...A.... Stereo decorrelation mode (from -1 to 3) (default auto) auto E...A.... indep E...A.... left_side E...A.... right_side E...A.... mid_side E...A.... -exact_rice_parameters E...A.... Calculate rice parameters exactly (default false) -multi_dim_quant E...A.... Multi-dimensional quantization (default false) -min_prediction_order E...A.... (from -1 to 32) (default -1) -max_prediction_order E...A.... (from -1 to 32) (default -1) Opus encoder AVOptions: -opus_delay E...A.... Maximum delay in milliseconds (from 2.5 to 360) (default 360) sbc encoder AVOptions: -sbc_delay E...A.... set maximum algorithmic latency (default 0.013) -msbc E...A.... use mSBC mode (wideband speech mono SBC) (default false) WavPack encoder AVOptions: -joint_stereo E...A.... (default auto) -optimize_mono E...A.... (default false) g726 AVOptions: -code_size E...A.... Bits per code (from 2 to 5) (default 4) g726le AVOptions: -code_size E...A.... Bits per code (from 2 to 5) (default 4) VOBSUB subtitle encoder AVOptions: -even_rows_fix E....S... Make number of rows even (workaround for some players) (default false) libaom-av1 encoder AVOptions: -cpu-used E..V..... Quality/Speed ratio modifier (from 0 to 8) (default 1) -auto-alt-ref E..V..... Enable use of alternate reference frames (2-pass only) (from -1 to 2) (default -1) -lag-in-frames E..V..... Number of frames to look ahead at for alternate reference frame selection (from -1 to INT_MAX) (default -1) -arnr-max-frames E..V..... altref noise reduction max frame count (from -1 to INT_MAX) (default -1) -arnr-strength E..V..... altref noise reduction filter strength (from -1 to 6) (default -1) -aq-mode E..V..... adaptive quantization mode (from -1 to 4) (default -1) none E..V..... Aq not used variance E..V..... Variance based Aq complexity E..V..... Complexity based Aq cyclic E..V..... Cyclic Refresh Aq -error-resilience E..V..... Error resilience configuration (default 0) default E..V..... Improve resiliency against losses of whole frames -crf E..V..... Select the quality for constant quality mode (from -1 to 63) (default -1) -static-thresh E..V..... A change threshold on blocks below which they will be skipped by the encoder (from 0 to INT_MAX) (default 0) -drop-threshold E..V..... Frame drop threshold (from INT_MIN to INT_MAX) (default 0) -denoise-noise-level E..V..... Amount of noise to be removed (from -1 to INT_MAX) (default -1) -denoise-block-size E..V..... Denoise block size (from -1 to INT_MAX) (default -1) -undershoot-pct E..V..... Datarate undershoot (min) target (%) (from -1 to 100) (default -1) -overshoot-pct E..V..... Datarate overshoot (max) target (%) (from -1 to 1000) (default -1) -minsection-pct E..V..... GOP min bitrate (% of target) (from -1 to 100) (default -1) -maxsection-pct E..V..... GOP max bitrate (% of target) (from -1 to 5000) (default -1) -frame-parallel E..V..... Enable frame parallel decodability features (default auto) -tiles E..V..... Tile columns x rows -tile-columns E..V..... Log2 of number of tile columns to use (from -1 to 6) (default -1) -tile-rows E..V..... Log2 of number of tile rows to use (from -1 to 6) (default -1) -row-mt E..V..... Enable row based multi-threading (default auto) -enable-cdef E..V..... Enable CDEF filtering (default auto) -enable-global-motion E..V..... Enable global motion (default auto) -enable-intrabc E..V..... Enable intra block copy prediction mode (default auto) libmp3lame encoder AVOptions: -reservoir E...A.... use bit reservoir (default true) -joint_stereo E...A.... use joint stereo (default true) -abr E...A.... use ABR (default false) libopencore_amrnb AVOptions: -dtx E...A.... Allow DTX (generate comfort noise) (from 0 to 1) (default 0) libopenjpeg AVOptions: -format E..V..... Codec Format (from 0 to 2) (default jp2) j2k E..V..... jp2 E..V..... -profile E..V..... (from 0 to 4) (default jpeg2000) jpeg2000 E..V..... cinema2k E..V..... cinema4k E..V..... -cinema_mode E..V..... Digital Cinema (from 0 to 3) (default off) off E..V..... 2k_24 E..V..... 2k_48 E..V..... 4k_24 E..V..... -prog_order E..V..... Progression Order (from 0 to 4) (default lrcp) lrcp E..V..... rlcp E..V..... rpcl E..V..... pcrl E..V..... cprl E..V..... -numresolution E..V..... (from 0 to 33) (default 6) -irreversible E..V..... (from 0 to 1) (default 0) -disto_alloc E..V..... (from 0 to 1) (default 1) -fixed_quality E..V..... (from 0 to 1) (default 0) libopus AVOptions: -application E...A.... Intended application type (from 2048 to 2051) (default audio) voip E...A.... Favor improved speech intelligibility audio E...A.... Favor faithfulness to the input lowdelay E...A.... Restrict to only the lowest delay modes -frame_duration E...A.... Duration of a frame in milliseconds (from 2.5 to 120) (default 20) -packet_loss E...A.... Expected packet loss percentage (from 0 to 100) (default 0) -vbr E...A.... Variable bit rate mode (from 0 to 2) (default on) off E...A.... Use constant bit rate on E...A.... Use variable bit rate constrained E...A.... Use constrained VBR -mapping_family E...A.... Channel Mapping Family (from -1 to 255) (default -1) -apply_phase_inv E...A.... Apply intensity stereo phase inversion (default true) libspeex AVOptions: -abr E...A.... Use average bit rate (from 0 to 1) (default 0) -cbr_quality E...A.... Set quality value (0 to 10) for CBR (from 0 to 10) (default 8) -frames_per_packet E...A.... Number of frames to encode in each packet (from 1 to 8) (default 1) -vad E...A.... Voice Activity Detection (from 0 to 1) (default 0) -dtx E...A.... Discontinuous Transmission (from 0 to 1) (default 0) libvo_amrwbenc AVOptions: -dtx E...A.... Allow DTX (generate comfort noise) (from 0 to 1) (default 0) libvorbis AVOptions: -iblock E...A.... Sets the impulse block bias (from -15 to 0) (default 0) libvpx-vp8 encoder AVOptions: -lag-in-frames E..V..... Number of frames to look ahead for alternate reference frame selection (from -1 to INT_MAX) (default -1) -arnr-maxframes E..V..... altref noise reduction max frame count (from -1 to INT_MAX) (default -1) -arnr-strength E..V..... altref noise reduction filter strength (from -1 to INT_MAX) (default -1) -arnr-type E..V..... altref noise reduction filter type (from -1 to INT_MAX) (default -1) backward E..V..... forward E..V..... centered E..V..... -tune E..V..... Tune the encoding to a specific scenario (from -1 to INT_MAX) (default -1) psnr E..V..... ssim E..V..... -deadline E..V..... Time to spend encoding, in microseconds. (from INT_MIN to INT_MAX) (default good) best E..V..... good E..V..... realtime E..V..... -error-resilient E..V..... Error resilience configuration (default 0) default E..V..... Improve resiliency against losses of whole frames partitions E..V..... The frame partitions are independently decodable by the bool decoder, meaning that partitions can be decoded even though earlier partitions have been lost. Note that intra predicition is still done over the partition boundary. -max-intra-rate E..V..... Maximum I-frame bitrate (pct) 0=unlimited (from -1 to INT_MAX) (default -1) -crf E..V..... Select the quality for constant quality mode (from -1 to 63) (default -1) -static-thresh E..V..... A change threshold on blocks below which they will be skipped by the encoder (from 0 to INT_MAX) (default 0) -drop-threshold E..V..... Frame drop threshold (from INT_MIN to INT_MAX) (default 0) -noise-sensitivity E..V..... Noise sensitivity (from 0 to 4) (default 0) -undershoot-pct E..V..... Datarate undershoot (min) target (%) (from -1 to 100) (default -1) -overshoot-pct E..V..... Datarate overshoot (max) target (%) (from -1 to 1000) (default -1) -auto-alt-ref E..V..... Enable use of alternate reference frames (2-pass only) (from -1 to 2) (default -1) -cpu-used E..V..... Quality/Speed ratio modifier (from -16 to 16) (default 1) -ts-parameters E..V..... Temporal scaling configuration using a :-separated list of key=value parameters -speed E..V..... (from -16 to 16) (default 1) -quality E..V..... (from INT_MIN to INT_MAX) (default good) best E..V..... good E..V..... realtime E..V..... -vp8flags E..V..... (default 0) error_resilient E..V..... enable error resilience altref E..V..... enable use of alternate reference frames (VP8/2-pass only) -arnr_max_frames E..V..... altref noise reduction max frame count (from 0 to 15) (default 0) -arnr_strength E..V..... altref noise reduction filter strength (from 0 to 6) (default 3) -arnr_type E..V..... altref noise reduction filter type (from 1 to 3) (default 3) -rc_lookahead E..V..... Number of frames to look ahead for alternate reference frame selection (from 0 to 25) (default 25) -sharpness E..V..... Increase sharpness at the expense of lower PSNR (from -1 to 7) (default -1) libvpx-vp9 encoder AVOptions: -lag-in-frames E..V..... Number of frames to look ahead for alternate reference frame selection (from -1 to INT_MAX) (default -1) -arnr-maxframes E..V..... altref noise reduction max frame count (from -1 to INT_MAX) (default -1) -arnr-strength E..V..... altref noise reduction filter strength (from -1 to INT_MAX) (default -1) -arnr-type E..V..... altref noise reduction filter type (from -1 to INT_MAX) (default -1) backward E..V..... forward E..V..... centered E..V..... -tune E..V..... Tune the encoding to a specific scenario (from -1 to INT_MAX) (default -1) psnr E..V..... ssim E..V..... -deadline E..V..... Time to spend encoding, in microseconds. (from INT_MIN to INT_MAX) (default good) best E..V..... good E..V..... realtime E..V..... -error-resilient E..V..... Error resilience configuration (default 0) default E..V..... Improve resiliency against losses of whole frames partitions E..V..... The frame partitions are independently decodable by the bool decoder, meaning that partitions can be decoded even though earlier partitions have been lost. Note that intra predicition is still done over the partition boundary. -max-intra-rate E..V..... Maximum I-frame bitrate (pct) 0=unlimited (from -1 to INT_MAX) (default -1) -crf E..V..... Select the quality for constant quality mode (from -1 to 63) (default -1) -static-thresh E..V..... A change threshold on blocks below which they will be skipped by the encoder (from 0 to INT_MAX) (default 0) -drop-threshold E..V..... Frame drop threshold (from INT_MIN to INT_MAX) (default 0) -noise-sensitivity E..V..... Noise sensitivity (from 0 to 4) (default 0) -undershoot-pct E..V..... Datarate undershoot (min) target (%) (from -1 to 100) (default -1) -overshoot-pct E..V..... Datarate overshoot (max) target (%) (from -1 to 1000) (default -1) -auto-alt-ref E..V..... Enable use of alternate reference frames (2-pass only) (from -1 to 6) (default -1) -cpu-used E..V..... Quality/Speed ratio modifier (from -8 to 8) (default 1) -lossless E..V..... Lossless mode (from -1 to 1) (default -1) -tile-columns E..V..... Number of tile columns to use, log2 (from -1 to 6) (default -1) -tile-rows E..V..... Number of tile rows to use, log2 (from -1 to 2) (default -1) -frame-parallel E..V..... Enable frame parallel decodability features (default auto) -aq-mode E..V..... adaptive quantization mode (from -1 to 4) (default -1) none E..V..... Aq not used variance E..V..... Variance based Aq complexity E..V..... Complexity based Aq cyclic E..V..... Cyclic Refresh Aq equator360 E..V..... 360 video Aq -level E..V..... Specify level (from -1 to 6.2) (default -1) -row-mt E..V..... Row based multi-threading (default auto) -tune-content E..V..... Tune content type (from -1 to 2) (default -1) default E..V..... Regular video content screen E..V..... Screen capture content film E..V..... Film content; improves grain retention -corpus-complexity E..V..... corpus vbr complexity midpoint (from -1 to 10000) (default -1) -enable-tpl E..V..... Enable temporal dependency model (default auto) -speed E..V..... (from -16 to 16) (default 1) -quality E..V..... (from INT_MIN to INT_MAX) (default good) best E..V..... good E..V..... realtime E..V..... -vp8flags E..V..... (default 0) error_resilient E..V..... enable error resilience altref E..V..... enable use of alternate reference frames (VP8/2-pass only) -arnr_max_frames E..V..... altref noise reduction max frame count (from 0 to 15) (default 0) -arnr_strength E..V..... altref noise reduction filter strength (from 0 to 6) (default 3) -arnr_type E..V..... altref noise reduction filter type (from 1 to 3) (default 3) -rc_lookahead E..V..... Number of frames to look ahead for alternate reference frame selection (from 0 to 25) (default 25) -sharpness E..V..... Increase sharpness at the expense of lower PSNR (from -1 to 7) (default -1) libwebp_anim AVOptions: -lossless E..V..... Use lossless mode (from 0 to 1) (default 0) -preset E..V..... Configuration preset (from -1 to 5) (default none) none E..V..... do not use a preset default E..V..... default preset picture E..V..... digital picture, like portrait, inner shot photo E..V..... outdoor photograph, with natural lighting drawing E..V..... hand or line drawing, with high-contrast details icon E..V..... small-sized colorful images text E..V..... text-like -cr_threshold E..V..... Conditional replenishment threshold (from 0 to INT_MAX) (default 0) -cr_size E..V..... Conditional replenishment block size (from 0 to 256) (default 16) -quality E..V..... Quality (from 0 to 100) (default 75) libwebp AVOptions: -lossless E..V..... Use lossless mode (from 0 to 1) (default 0) -preset E..V..... Configuration preset (from -1 to 5) (default none) none E..V..... do not use a preset default E..V..... default preset picture E..V..... digital picture, like portrait, inner shot photo E..V..... outdoor photograph, with natural lighting drawing E..V..... hand or line drawing, with high-contrast details icon E..V..... small-sized colorful images text E..V..... text-like -cr_threshold E..V..... Conditional replenishment threshold (from 0 to INT_MAX) (default 0) -cr_size E..V..... Conditional replenishment block size (from 0 to 256) (default 16) -quality E..V..... Quality (from 0 to 100) (default 75) libx264 AVOptions: -preset E..V..... Set the encoding preset (cf. x264 --fullhelp) (default "medium") -tune E..V..... Tune the encoding params (cf. x264 --fullhelp) -profile E..V..... Set profile restrictions (cf. x264 --fullhelp) -fastfirstpass E..V..... Use fast settings when encoding first pass (default true) -level E..V..... Specify level (as defined by Annex A) -passlogfile E..V..... Filename for 2 pass stats -wpredp E..V..... Weighted prediction for P-frames -a53cc E..V..... Use A53 Closed Captions (if available) (default true) -x264opts E..V..... x264 options -crf E..V..... Select the quality for constant quality mode (from -1 to FLT_MAX) (default -1) -crf_max E..V..... In CRF mode, prevents VBV from lowering quality beyond this point. (from -1 to FLT_MAX) (default -1) -qp E..V..... Constant quantization parameter rate control method (from -1 to INT_MAX) (default -1) -aq-mode E..V..... AQ method (from -1 to INT_MAX) (default -1) none E..V..... variance E..V..... Variance AQ (complexity mask) autovariance E..V..... Auto-variance AQ autovariance-biased E..V..... Auto-variance AQ with bias to dark scenes -aq-strength E..V..... AQ strength. Reduces blocking and blurring in flat and textured areas. (from -1 to FLT_MAX) (default -1) -psy E..V..... Use psychovisual optimizations. (default auto) -psy-rd E..V..... Strength of psychovisual optimization, in : format. -rc-lookahead E..V..... Number of frames to look ahead for frametype and ratecontrol (from -1 to INT_MAX) (default -1) -weightb E..V..... Weighted prediction for B-frames. (default auto) -weightp E..V..... Weighted prediction analysis method. (from -1 to INT_MAX) (default -1) none E..V..... simple E..V..... smart E..V..... -ssim E..V..... Calculate and print SSIM stats. (default auto) -intra-refresh E..V..... Use Periodic Intra Refresh instead of IDR frames. (default auto) -bluray-compat E..V..... Bluray compatibility workarounds. (default auto) -b-bias E..V..... Influences how often B-frames are used (from INT_MIN to INT_MAX) (default INT_MIN) -b-pyramid E..V..... Keep some B-frames as references. (from -1 to INT_MAX) (default -1) none E..V..... strict E..V..... Strictly hierarchical pyramid normal E..V..... Non-strict (not Blu-ray compatible) -mixed-refs E..V..... One reference per partition, as opposed to one reference per macroblock (default auto) -8x8dct E..V..... High profile 8x8 transform. (default auto) -fast-pskip E..V..... (default auto) -aud E..V..... Use access unit delimiters. (default auto) -mbtree E..V..... Use macroblock tree ratecontrol. (default auto) -deblock E..V..... Loop filter parameters, in form. -cplxblur E..V..... Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX) (default -1) -partitions E..V..... A comma-separated list of partitions to consider. Possible values: p8x8, p4x4, b8x8, i8x8, i4x4, none, all -direct-pred E..V..... Direct MV prediction mode (from -1 to INT_MAX) (default -1) none E..V..... spatial E..V..... temporal E..V..... auto E..V..... -slice-max-size E..V..... Limit the size of each slice in bytes (from -1 to INT_MAX) (default -1) -stats E..V..... Filename for 2 pass stats -nal-hrd E..V..... Signal HRD information (requires vbv-bufsize; cbr not allowed in .mp4) (from -1 to INT_MAX) (default -1) none E..V..... vbr E..V..... cbr E..V..... -avcintra-class E..V..... AVC-Intra class 50/100/200 (from -1 to 200) (default -1) -me_method E..V..... Set motion estimation method (from -1 to 4) (default -1) dia E..V..... hex E..V..... umh E..V..... esa E..V..... tesa E..V..... -motion-est E..V..... Set motion estimation method (from -1 to 4) (default -1) dia E..V..... hex E..V..... umh E..V..... esa E..V..... tesa E..V..... -forced-idr E..V..... If forcing keyframes, force them as IDR frames. (default false) -coder E..V..... Coder type (from -1 to 1) (default default) default E..V..... cavlc E..V..... cabac E..V..... vlc E..V..... ac E..V..... -b_strategy E..V..... Strategy to choose between I/P/B-frames (from -1 to 2) (default -1) -chromaoffset E..V..... QP difference between chroma and luma (from INT_MIN to INT_MAX) (default -1) -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default -1) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default -1) -x264-params E..V..... Override the x264 configuration using a :-separated list of key=value parameters libx264rgb AVOptions: -preset E..V..... Set the encoding preset (cf. x264 --fullhelp) (default "medium") -tune E..V..... Tune the encoding params (cf. x264 --fullhelp) -profile E..V..... Set profile restrictions (cf. x264 --fullhelp) -fastfirstpass E..V..... Use fast settings when encoding first pass (default true) -level E..V..... Specify level (as defined by Annex A) -passlogfile E..V..... Filename for 2 pass stats -wpredp E..V..... Weighted prediction for P-frames -a53cc E..V..... Use A53 Closed Captions (if available) (default true) -x264opts E..V..... x264 options -crf E..V..... Select the quality for constant quality mode (from -1 to FLT_MAX) (default -1) -crf_max E..V..... In CRF mode, prevents VBV from lowering quality beyond this point. (from -1 to FLT_MAX) (default -1) -qp E..V..... Constant quantization parameter rate control method (from -1 to INT_MAX) (default -1) -aq-mode E..V..... AQ method (from -1 to INT_MAX) (default -1) none E..V..... variance E..V..... Variance AQ (complexity mask) autovariance E..V..... Auto-variance AQ autovariance-biased E..V..... Auto-variance AQ with bias to dark scenes -aq-strength E..V..... AQ strength. Reduces blocking and blurring in flat and textured areas. (from -1 to FLT_MAX) (default -1) -psy E..V..... Use psychovisual optimizations. (default auto) -psy-rd E..V..... Strength of psychovisual optimization, in : format. -rc-lookahead E..V..... Number of frames to look ahead for frametype and ratecontrol (from -1 to INT_MAX) (default -1) -weightb E..V..... Weighted prediction for B-frames. (default auto) -weightp E..V..... Weighted prediction analysis method. (from -1 to INT_MAX) (default -1) none E..V..... simple E..V..... smart E..V..... -ssim E..V..... Calculate and print SSIM stats. (default auto) -intra-refresh E..V..... Use Periodic Intra Refresh instead of IDR frames. (default auto) -bluray-compat E..V..... Bluray compatibility workarounds. (default auto) -b-bias E..V..... Influences how often B-frames are used (from INT_MIN to INT_MAX) (default INT_MIN) -b-pyramid E..V..... Keep some B-frames as references. (from -1 to INT_MAX) (default -1) none E..V..... strict E..V..... Strictly hierarchical pyramid normal E..V..... Non-strict (not Blu-ray compatible) -mixed-refs E..V..... One reference per partition, as opposed to one reference per macroblock (default auto) -8x8dct E..V..... High profile 8x8 transform. (default auto) -fast-pskip E..V..... (default auto) -aud E..V..... Use access unit delimiters. (default auto) -mbtree E..V..... Use macroblock tree ratecontrol. (default auto) -deblock E..V..... Loop filter parameters, in form. -cplxblur E..V..... Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX) (default -1) -partitions E..V..... A comma-separated list of partitions to consider. Possible values: p8x8, p4x4, b8x8, i8x8, i4x4, none, all -direct-pred E..V..... Direct MV prediction mode (from -1 to INT_MAX) (default -1) none E..V..... spatial E..V..... temporal E..V..... auto E..V..... -slice-max-size E..V..... Limit the size of each slice in bytes (from -1 to INT_MAX) (default -1) -stats E..V..... Filename for 2 pass stats -nal-hrd E..V..... Signal HRD information (requires vbv-bufsize; cbr not allowed in .mp4) (from -1 to INT_MAX) (default -1) none E..V..... vbr E..V..... cbr E..V..... -avcintra-class E..V..... AVC-Intra class 50/100/200 (from -1 to 200) (default -1) -me_method E..V..... Set motion estimation method (from -1 to 4) (default -1) dia E..V..... hex E..V..... umh E..V..... esa E..V..... tesa E..V..... -motion-est E..V..... Set motion estimation method (from -1 to 4) (default -1) dia E..V..... hex E..V..... umh E..V..... esa E..V..... tesa E..V..... -forced-idr E..V..... If forcing keyframes, force them as IDR frames. (default false) -coder E..V..... Coder type (from -1 to 1) (default default) default E..V..... cavlc E..V..... cabac E..V..... vlc E..V..... ac E..V..... -b_strategy E..V..... Strategy to choose between I/P/B-frames (from -1 to 2) (default -1) -chromaoffset E..V..... QP difference between chroma and luma (from INT_MIN to INT_MAX) (default -1) -sc_threshold E..V..... Scene change threshold (from INT_MIN to INT_MAX) (default -1) -noise_reduction E..V..... Noise reduction (from INT_MIN to INT_MAX) (default -1) -x264-params E..V..... Override the x264 configuration using a :-separated list of key=value parameters libx265 AVOptions: -crf E..V..... set the x265 crf (from -1 to FLT_MAX) (default -1) -forced-idr E..V..... if forcing keyframes, force them as IDR frames (default false) -preset E..V..... set the x265 preset -tune E..V..... set the x265 tune parameter -profile E..V..... set the x265 profile -x265-params E..V..... set the x265 configuration using a :-separated list of key=value parameters libxvid AVOptions: -lumi_aq E..V..... Luminance masking AQ (from 0 to 1) (default 0) -variance_aq E..V..... Variance AQ (from 0 to 1) (default 0) -ssim E..V..... Show SSIM information to stdout (from 0 to 2) (default off) off E..V..... avg E..V..... frame E..V..... -ssim_acc E..V..... SSIM accuracy (from 0 to 4) (default 2) -gmc E..V..... use GMC (from 0 to 1) (default 0) -me_quality E..V..... Motion estimation quality (from 0 to 6) (default 4) -mpeg_quant E..V..... Use MPEG quantizers instead of H.263 (from 0 to 1) (default 0) h263_v4l2_m2m_encoder AVOptions: -num_output_buffers E..V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers E..V..... Number of buffers in the capture context (from 4 to INT_MAX) (default 4) h264_v4l2_m2m_encoder AVOptions: -num_output_buffers E..V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers E..V..... Number of buffers in the capture context (from 4 to INT_MAX) (default 4) hevc_v4l2_m2m_encoder AVOptions: -num_output_buffers E..V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers E..V..... Number of buffers in the capture context (from 4 to INT_MAX) (default 4) mpeg4_v4l2_m2m_encoder AVOptions: -num_output_buffers E..V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers E..V..... Number of buffers in the capture context (from 4 to INT_MAX) (default 4) vp8_v4l2_m2m_encoder AVOptions: -num_output_buffers E..V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers E..V..... Number of buffers in the capture context (from 4 to INT_MAX) (default 4) EXR AVOptions: -layer .D.V..... Set the decoding layer (default "") -gamma .D.V..... Set the float gamma value when decoding (from 0.001 to FLT_MAX) (default 1) -apply_trc .D.V..... color transfer characteristics to apply to EXR linear input (from 1 to 18) (default gamma) bt709 .D.V..... BT.709 gamma .D.V..... gamma gamma22 .D.V..... BT.470 M gamma28 .D.V..... BT.470 BG smpte170m .D.V..... SMPTE 170 M smpte240m .D.V..... SMPTE 240 M linear .D.V..... Linear log .D.V..... Log log_sqrt .D.V..... Log square root iec61966_2_4 .D.V..... IEC 61966-2-4 bt1361 .D.V..... BT.1361 iec61966_2_1 .D.V..... IEC 61966-2-1 bt2020_10bit .D.V..... BT.2020 - 10 bit bt2020_12bit .D.V..... BT.2020 - 12 bit smpte2084 .D.V..... SMPTE ST 2084 smpte428_1 .D.V..... SMPTE ST 428-1 FIC decoder AVOptions: -skip_cursor .D.V..... skip the cursor (default false) FITS decoder AVOptions: -blank_value .D.V..... value that is used to replace BLANK pixels in data array (from 0 to 65535) (default 0) frwu Decoder AVOptions: -change_field_order .D.V..... Change field order (default false) gif decoder AVOptions: -trans_color .D.V..... color value (ARGB) that is used instead of transparent color (from 0 to UINT32_MAX) (default 1.67772e+07) h263_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) H264 Decoder AVOptions: -enable_er .D.V..... Enable error resilience on damaged frames (unsafe) (default auto) -x264_build .D.V..... Assume this x264 version if no x264 version found in any SEI (from -1 to INT_MAX) (default -1) h264_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) HEVC decoder AVOptions: -apply_defdispwin .D.V..... Apply default display window from VUI (default false) -strict-displaywin .D.V..... stricly apply default display window size (default false) hevc_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) jpeg2000 AVOptions: -lowres .D.V..... Lower the decoding resolution by a power of two (from 0 to 33) (default 0) MJPEG decoder AVOptions: -extern_huff .D.V..... Use external huffman table. (default false) MPEG4 Video Decoder AVOptions: mpeg4_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) mpeg1_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) mpeg2_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) rasc decoder AVOptions: -skip_cursor .D.V..... skip the cursor (default false) rawdec AVOptions: -top .D.V..... top field first (default auto) SMPTE 302M Decoder AVOptions: -non_pcm_mode .D..A.... Chooses what to do with NON-PCM (from 0 to 3) (default decode_drop) copy .D..A.... Pass NON-PCM through unchanged drop .D..A.... Drop NON-PCM decode_copy .D..A.... Decode if possible else passthrough decode_drop .D..A.... Decode if possible else drop TIFF decoder AVOptions: -subimage .D.V..... decode subimage instead if available (default false) -thumbnail .D.V..... decode embedded thumbnail subimage instead if available (default false) -page .D.V..... page number of multi-page image to decode (starting from 1) (from 0 to 65535) (default 0) V210 Decoder AVOptions: -custom_stride .D.V..... Custom V210 stride (from INT_MIN to INT_MAX) (default 0) vc1_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) vp8_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) vp9_v4l2_m2m_decoder AVOptions: -num_output_buffers .D.V..... Number of buffers in the output context (from 6 to INT_MAX) (default 16) -num_capture_buffers .D.V..... Number of buffers in the capture context (from 20 to INT_MAX) (default 20) AAC decoder AVOptions: -dual_mono_mode .D..A.... Select the channel to decode for dual mono (from -1 to 2) (default auto) auto .D..A.... autoselection main .D..A.... Select Main/Left channel sub .D..A.... Select Sub/Right channel both .D..A.... Select both channels AC3 decoder AVOptions: -cons_noisegen .D..A.... enable consistent noise generation (default false) -drc_scale .D..A.... percentage of dynamic range compression to apply (from 0 to 6) (default 1) -heavy_compr .D..A.... enable heavy dynamic range compression (default false) -target_level .D..A.... target level in -dBFS (0 not applied) (from -31 to 0) (default 0) Fixed-Point AC-3 Decoder AVOptions: -cons_noisegen .D..A.... enable consistent noise generation (default false) -drc_scale .D..A.... percentage of dynamic range compression to apply (from 0 to 6) (default 1) -heavy_compr .D..A.... enable heavy dynamic range compression (default false) alac AVOptions: -extra_bits_bug .D..A.... Force non-standard decoding process (default false) APE decoder AVOptions: -max_samples .D..A.... maximum number of samples decoded per call (from 1 to INT_MAX) (default 4608) all .D..A.... no maximum. decode all samples for each packet at once DCA decoder AVOptions: -core_only .D..A.... Decode core only without extensions (default false) E-AC3 decoder AVOptions: -cons_noisegen .D..A.... enable consistent noise generation (default false) -drc_scale .D..A.... percentage of dynamic range compression to apply (from 0 to 6) (default 1) -heavy_compr .D..A.... enable heavy dynamic range compression (default false) -target_level .D..A.... target level in -dBFS (0 not applied) (from -31 to 0) (default 0) evrc AVOptions: -postfilter .D..A.... enable postfilter (default true) FLAC decoder AVOptions: -use_buggy_lpc .D..A.... emulate old buggy lavc behavior (default false) G.723.1 decoder AVOptions: -postfilter .D..A.... enable postfilter (default true) Opus Decoder AVOptions: -apply_phase_inv .D..A.... Apply intensity stereo phase inversion (default true) TTA Decoder AVOptions: -password .D..A.... Set decoding password g722 decoder AVOptions: -bits_per_codeword .D..A.... Bits per G722 codeword (from 6 to 8) (default 8) Closed caption Decoder AVOptions: -real_time .D...S... emit subtitle events as they are decoded for real-time display (default false) DVB Sub Decoder AVOptions: -compute_edt .D...S... compute end of time using pts or timeout (default false) -compute_clut .D...S... compute clut when not available(-1) or always(1) or never(0) (default auto) -dvb_substream .D...S... (from -1 to 63) (default -1) dvdsubdec AVOptions: -palette .D...S... set the global palette -ifo_palette .D...S... obtain the global palette from .IFO file -forced_subs_only .D...S... Only show forced subtitles (default false) PGS subtitle decoder AVOptions: -forced_subs_only .D...S... Only show forced subtitles (default false) pjs decoder AVOptions: -keep_ass_markup .D...S... Set if ASS tags must be escaped (default false) stl decoder AVOptions: -keep_ass_markup .D...S... Set if ASS tags must be escaped (default false) subviewer1 decoder AVOptions: -keep_ass_markup .D...S... Set if ASS tags must be escaped (default false) text decoder AVOptions: -keep_ass_markup .D...S... Set if ASS tags must be escaped (default false) vplayer decoder AVOptions: -keep_ass_markup .D...S... Set if ASS tags must be escaped (default false) libdav1d decoder AVOptions: -tilethreads .D.V..... Tile threads (from 0 to 64) (default 0) -framethreads .D.V..... Frame threads (from 0 to 256) (default 0) -filmgrain .D.V..... Apply Film Grain (default true) libopenjpeg AVOptions: -lowqual .D.V..... Limit the number of layers used for decoding (from 0 to INT_MAX) (default 0) libopusdec AVOptions: -apply_phase_inv .D..A.... Apply intensity stereo phase inversion (default true) libzvbi_teletextdec AVOptions: -txt_page .D...S... page numbers to decode, subtitle for subtitles, * for all (default "*") -txt_chop_top .D...S... discards the top teletext line (from 0 to 1) (default 1) -txt_format .D...S... format of the subtitles (bitmap or text or ass) (from 0 to 2) (default bitmap) bitmap .D...S... text .D...S... ass .D...S... -txt_left .D...S... x offset of generated bitmaps (from 0 to 65535) (default 0) -txt_top .D...S... y offset of generated bitmaps (from 0 to 65535) (default 0) -txt_chop_spaces .D...S... chops leading and trailing spaces from text (from 0 to 1) (default 1) -txt_duration .D...S... display duration of teletext pages in msecs (from -1 to 8.64e+07) (default -1) -txt_transparent .D...S... force transparent background of the teletext (from 0 to 1) (default 0) -txt_opacity .D...S... set opacity of the transparent background (from -1 to 255) (default -1) AVFormatContext AVOptions: -avioflags ED....... (default 0) direct ED....... reduce buffering -probesize .D....... set probing size (from 32 to I64_MAX) (default 5e+06) -formatprobesize .D....... number of bytes to probe file format (from 0 to 2.14748e+09) (default 1.04858e+06) -packetsize E........ set packet size (from 0 to INT_MAX) (default 0) -fflags ED....... (default autobsf) flush_packets E........ reduce the latency by flushing out packets immediately ignidx .D....... ignore index genpts .D....... generate pts nofillin .D....... do not fill in missing values that can be exactly calculated noparse .D....... disable AVParsers, this needs nofillin too igndts .D....... ignore dts discardcorrupt .D....... discard corrupted frames sortdts .D....... try to interleave outputted packets by dts keepside .D....... deprecated, does nothing fastseek .D....... fast but inaccurate seeks latm E........ deprecated, does nothing nobuffer .D....... reduce the latency introduced by optional buffering bitexact E........ do not write random/volatile data shortest E........ stop muxing with the shortest stream autobsf E........ add needed bsfs automatically -seek2any .D....... allow seeking to non-keyframes on demuxer level when supported (default false) -analyzeduration .D....... specify how many microseconds are analyzed to probe the input (from 0 to I64_MAX) (default 0) -cryptokey .D....... decryption key -indexmem .D....... max memory used for timestamp index (per stream) (from 0 to INT_MAX) (default 1.04858e+06) -rtbufsize .D....... max memory used for buffering real-time frames (from 0 to INT_MAX) (default 3.04128e+06) -fdebug ED....... print specific debug info (default 0) ts ED....... -max_delay ED....... maximum muxing or demuxing delay in microseconds (from -1 to INT_MAX) (default -1) -start_time_realtime E........ wall-clock time when stream begins (PTS==0) (from I64_MIN to I64_MAX) (default I64_MIN) -fpsprobesize .D....... number of frames used to probe fps (from -1 to 2.14748e+09) (default -1) -audio_preload E........ microseconds by which audio packets should be interleaved earlier (from 0 to 2.14748e+09) (default 0) -chunk_duration E........ microseconds for each chunk (from 0 to 2.14748e+09) (default 0) -chunk_size E........ size in bytes for each chunk (from 0 to 2.14748e+09) (default 0) -f_err_detect .D....... set error detection flags (deprecated; use err_detect, save via avconv) (default crccheck) crccheck .D....... verify embedded CRCs bitstream .D....... detect bitstream specification deviations buffer .D....... detect improper bitstream length explode .D....... abort decoding on minor error detection ignore_err .D....... ignore errors careful .D....... consider things that violate the spec, are fast to check and have not been seen in the wild as errors compliant .D....... consider all spec non compliancies as errors aggressive .D....... consider things that a sane encoder shouldn't do as an error -err_detect .D....... set error detection flags (default crccheck) crccheck .D....... verify embedded CRCs bitstream .D....... detect bitstream specification deviations buffer .D....... detect improper bitstream length explode .D....... abort decoding on minor error detection ignore_err .D....... ignore errors careful .D....... consider things that violate the spec, are fast to check and have not been seen in the wild as errors compliant .D....... consider all spec non compliancies as errors aggressive .D....... consider things that a sane encoder shouldn't do as an error -use_wallclock_as_timestamps .D....... use wallclock as timestamps (default false) -skip_initial_bytes .D....... set number of bytes to skip before reading header and frames (from 0 to I64_MAX) (default 0) -correct_ts_overflow .D....... correct single timestamp overflows (default true) -flush_packets E........ enable flushing of the I/O context after each packet (from -1 to 1) (default -1) -metadata_header_padding E........ set number of bytes to be written as padding in a metadata header (from -1 to INT_MAX) (default -1) -output_ts_offset E........ set output timestamp offset (default 0) -max_interleave_delta E........ maximum buffering duration for interleaving (from 0 to I64_MAX) (default 1e+07) -f_strict ED....... how strictly to follow the standards (deprecated; use strict, save via avconv) (from INT_MIN to INT_MAX) (default normal) very ED....... strictly conform to a older more strict version of the spec or reference software strict ED....... strictly conform to all the things in the spec no matter what the consequences normal ED....... unofficial ED....... allow unofficial extensions experimental ED....... allow non-standardized experimental variants -strict ED....... how strictly to follow the standards (from INT_MIN to INT_MAX) (default normal) very ED....... strictly conform to a older more strict version of the spec or reference software strict ED....... strictly conform to all the things in the spec no matter what the consequences normal ED....... unofficial ED....... allow unofficial extensions experimental ED....... allow non-standardized experimental variants -max_ts_probe .D....... maximum number of packets to read while waiting for the first timestamp (from 0 to INT_MAX) (default 50) -avoid_negative_ts E........ shift timestamps so they start at 0 (from -1 to 2) (default auto) auto E........ enabled when required by target format disabled E........ do not change timestamps make_non_negative E........ shift timestamps so they are non negative make_zero E........ shift timestamps so they start at 0 -dump_separator ED....... set information dump field separator (default ", ") -codec_whitelist .D....... List of decoders that are allowed to be used -format_whitelist .D....... List of demuxers that are allowed to be used -protocol_whitelist .D....... List of protocols that are allowed to be used -protocol_blacklist .D....... List of protocols that are not allowed to be used -max_streams .D....... maximum number of streams (from 0 to INT_MAX) (default 1000) -skip_estimate_duration_from_pts .D....... skip duration calculation in estimate_timings_from_pts (default false) AVIOContext AVOptions: -protocol_whitelist .D....... List of protocols that are allowed to be used URLContext AVOptions: -protocol_whitelist .D....... List of protocols that are allowed to be used -protocol_blacklist .D....... List of protocols that are not allowed to be used -rw_timeout ED....... Timeout for IO operations (in microseconds) (from 0 to I64_MAX) (default 0) Async AVOptions: Cache AVOptions: -read_ahead_limit .D....... Amount in bytes that may be read ahead when seeking isn't supported, -1 for unlimited (from -1 to INT_MAX) (default 65536) crypto AVOptions: -key ED....... AES encryption/decryption key -iv ED....... AES encryption/decryption initialization vector -decryption_key .D....... AES decryption key -decryption_iv .D....... AES decryption initialization vector -encryption_key E........ AES encryption key -encryption_iv E........ AES encryption initialization vector ffrtmpcrypt AVOptions: -ffrtmpcrypt_tunneling .D....... Use a HTTP tunneling connection (RTMPTE). (from 0 to 1) (default 0) ffrtmphttp AVOptions: -ffrtmphttp_tls .D....... Use a HTTPS tunneling connection (RTMPTS). (default false) file AVOptions: -truncate E........ truncate existing files on write (default true) -blocksize E........ set I/O operation maximum block size (from 1 to INT_MAX) (default INT_MAX) -follow .D....... Follow a file as it is being written (from 0 to 1) (default 0) -seekable ED....... Sets if the file is seekable (from -1 to 0) (default -1) ftp AVOptions: -timeout ED....... set timeout of socket I/O operations (from -1 to INT_MAX) (default -1) -ftp-write-seekable E........ control seekability of connection during encoding (default false) -ftp-anonymous-password ED....... password for anonymous login. E-mail address should be used. http AVOptions: -seekable .D....... control seekability of connection (default auto) -chunked_post E........ use chunked transfer-encoding for posts (default true) -http_proxy ED....... set HTTP proxy to tunnel through -headers ED....... set custom HTTP headers, can override built in default headers -content_type ED....... set a specific content type for the POST messages -user_agent .D....... override User-Agent header (default "Lavf/58.29.100") -referer .D....... override referer header -user-agent .D....... use the "user_agent" option instead (default "Lavf/58.29.100") -multiple_requests ED....... use persistent connections (default false) -post_data ED....... set custom HTTP post data -cookies .D....... set cookies to be sent in applicable future requests, use newline delimited Set-Cookie HTTP field value syntax -icy .D....... request ICY metadata (default true) -auth_type ED....... HTTP authentication type (from 0 to 1) (default none) none ED....... No auth method set, autodetect basic ED....... HTTP basic authentication -send_expect_100 E........ Force sending an Expect: 100-continue header for POST (default auto) -location ED....... The actual location of the data received -offset .D....... initial byte offset (from 0 to I64_MAX) (default 0) -end_offset .D....... try to limit the request to bytes preceding this offset (from 0 to I64_MAX) (default 0) -method ED....... Override the HTTP method or set the expected HTTP method from a client -reconnect .D....... auto reconnect after disconnect before EOF (default false) -reconnect_at_eof .D....... auto reconnect at EOF (default false) -reconnect_streamed .D....... auto reconnect streamed / non seekable streams (default false) -reconnect_delay_max .D....... max reconnect delay in seconds after which to give up (from 0 to 4294) (default 120) -listen ED....... listen on HTTP (from 0 to 2) (default 0) -resource E........ The resource requested by a client -reply_code E........ The http status code to return to a client (from INT_MIN to 599) (default 200) https AVOptions: -seekable .D....... control seekability of connection (default auto) -chunked_post E........ use chunked transfer-encoding for posts (default true) -http_proxy ED....... set HTTP proxy to tunnel through -headers ED....... set custom HTTP headers, can override built in default headers -content_type ED....... set a specific content type for the POST messages -user_agent .D....... override User-Agent header (default "Lavf/58.29.100") -referer .D....... override referer header -user-agent .D....... use the "user_agent" option instead (default "Lavf/58.29.100") -multiple_requests ED....... use persistent connections (default false) -post_data ED....... set custom HTTP post data -cookies .D....... set cookies to be sent in applicable future requests, use newline delimited Set-Cookie HTTP field value syntax -icy .D....... request ICY metadata (default true) -auth_type ED....... HTTP authentication type (from 0 to 1) (default none) none ED....... No auth method set, autodetect basic ED....... HTTP basic authentication -send_expect_100 E........ Force sending an Expect: 100-continue header for POST (default auto) -location ED....... The actual location of the data received -offset .D....... initial byte offset (from 0 to I64_MAX) (default 0) -end_offset .D....... try to limit the request to bytes preceding this offset (from 0 to I64_MAX) (default 0) -method ED....... Override the HTTP method or set the expected HTTP method from a client -reconnect .D....... auto reconnect after disconnect before EOF (default false) -reconnect_at_eof .D....... auto reconnect at EOF (default false) -reconnect_streamed .D....... auto reconnect streamed / non seekable streams (default false) -reconnect_delay_max .D....... max reconnect delay in seconds after which to give up (from 0 to 4294) (default 120) -listen ED....... listen on HTTP (from 0 to 2) (default 0) -resource E........ The resource requested by a client -reply_code E........ The http status code to return to a client (from INT_MIN to 599) (default 200) icecast AVOptions: -ice_genre E........ set stream genre -ice_name E........ set stream description -ice_description E........ set stream description -ice_url E........ set stream website -ice_public E........ set if stream is public (default false) -user_agent E........ override User-Agent header -password E........ set password -content_type E........ set content-type, MUST be set if not audio/mpeg -legacy_icecast E........ use legacy SOURCE method, for Icecast < v2.4 (default false) pipe AVOptions: -blocksize E........ set I/O operation maximum block size (from 1 to INT_MAX) (default INT_MAX) prompeg AVOptions: -ttl E........ Time to live (in milliseconds, multicast only) (from -1 to INT_MAX) (default -1) -l E........ FEC L (from 4 to 20) (default 5) -d E........ FEC D (from 4 to 20) (default 5) rtmp AVOptions: -rtmp_app ED....... Name of application to connect to on the RTMP server -rtmp_buffer ED....... Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000) -rtmp_conn ED....... Append arbitrary AMF data to the Connect message -rtmp_flashver ED....... Version of the Flash plugin used to run the SWF player. -rtmp_flush_interval E........ Number of packets flushed in the same request (RTMPT only). (from 0 to INT_MAX) (default 10) -rtmp_live .D....... Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any) any .D....... both live .D....... live stream recorded .D....... recorded stream -rtmp_pageurl .D....... URL of the web page in which the media was embedded. By default no value will be sent. -rtmp_playpath ED....... Stream identifier to play or to publish -rtmp_subscribe .D....... Name of live stream to subscribe to. Defaults to rtmp_playpath. -rtmp_swfhash .D....... SHA256 hash of the decompressed SWF file (32 bytes). -rtmp_swfsize .D....... Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0) -rtmp_swfurl ED....... URL of the SWF player. By default no value will be sent -rtmp_swfverify .D....... URL to player swf file, compute hash/size automatically. -rtmp_tcurl ED....... URL of the target stream. Defaults to proto://host[:port]/app. -rtmp_listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -timeout .D....... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1) rtmpe AVOptions: -rtmp_app ED....... Name of application to connect to on the RTMP server -rtmp_buffer ED....... Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000) -rtmp_conn ED....... Append arbitrary AMF data to the Connect message -rtmp_flashver ED....... Version of the Flash plugin used to run the SWF player. -rtmp_flush_interval E........ Number of packets flushed in the same request (RTMPT only). (from 0 to INT_MAX) (default 10) -rtmp_live .D....... Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any) any .D....... both live .D....... live stream recorded .D....... recorded stream -rtmp_pageurl .D....... URL of the web page in which the media was embedded. By default no value will be sent. -rtmp_playpath ED....... Stream identifier to play or to publish -rtmp_subscribe .D....... Name of live stream to subscribe to. Defaults to rtmp_playpath. -rtmp_swfhash .D....... SHA256 hash of the decompressed SWF file (32 bytes). -rtmp_swfsize .D....... Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0) -rtmp_swfurl ED....... URL of the SWF player. By default no value will be sent -rtmp_swfverify .D....... URL to player swf file, compute hash/size automatically. -rtmp_tcurl ED....... URL of the target stream. Defaults to proto://host[:port]/app. -rtmp_listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -timeout .D....... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1) rtmps AVOptions: -rtmp_app ED....... Name of application to connect to on the RTMP server -rtmp_buffer ED....... Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000) -rtmp_conn ED....... Append arbitrary AMF data to the Connect message -rtmp_flashver ED....... Version of the Flash plugin used to run the SWF player. -rtmp_flush_interval E........ Number of packets flushed in the same request (RTMPT only). (from 0 to INT_MAX) (default 10) -rtmp_live .D....... Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any) any .D....... both live .D....... live stream recorded .D....... recorded stream -rtmp_pageurl .D....... URL of the web page in which the media was embedded. By default no value will be sent. -rtmp_playpath ED....... Stream identifier to play or to publish -rtmp_subscribe .D....... Name of live stream to subscribe to. Defaults to rtmp_playpath. -rtmp_swfhash .D....... SHA256 hash of the decompressed SWF file (32 bytes). -rtmp_swfsize .D....... Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0) -rtmp_swfurl ED....... URL of the SWF player. By default no value will be sent -rtmp_swfverify .D....... URL to player swf file, compute hash/size automatically. -rtmp_tcurl ED....... URL of the target stream. Defaults to proto://host[:port]/app. -rtmp_listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -timeout .D....... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1) rtmpt AVOptions: -rtmp_app ED....... Name of application to connect to on the RTMP server -rtmp_buffer ED....... Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000) -rtmp_conn ED....... Append arbitrary AMF data to the Connect message -rtmp_flashver ED....... Version of the Flash plugin used to run the SWF player. -rtmp_flush_interval E........ Number of packets flushed in the same request (RTMPT only). (from 0 to INT_MAX) (default 10) -rtmp_live .D....... Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any) any .D....... both live .D....... live stream recorded .D....... recorded stream -rtmp_pageurl .D....... URL of the web page in which the media was embedded. By default no value will be sent. -rtmp_playpath ED....... Stream identifier to play or to publish -rtmp_subscribe .D....... Name of live stream to subscribe to. Defaults to rtmp_playpath. -rtmp_swfhash .D....... SHA256 hash of the decompressed SWF file (32 bytes). -rtmp_swfsize .D....... Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0) -rtmp_swfurl ED....... URL of the SWF player. By default no value will be sent -rtmp_swfverify .D....... URL to player swf file, compute hash/size automatically. -rtmp_tcurl ED....... URL of the target stream. Defaults to proto://host[:port]/app. -rtmp_listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -timeout .D....... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1) rtmpte AVOptions: -rtmp_app ED....... Name of application to connect to on the RTMP server -rtmp_buffer ED....... Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000) -rtmp_conn ED....... Append arbitrary AMF data to the Connect message -rtmp_flashver ED....... Version of the Flash plugin used to run the SWF player. -rtmp_flush_interval E........ Number of packets flushed in the same request (RTMPT only). (from 0 to INT_MAX) (default 10) -rtmp_live .D....... Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any) any .D....... both live .D....... live stream recorded .D....... recorded stream -rtmp_pageurl .D....... URL of the web page in which the media was embedded. By default no value will be sent. -rtmp_playpath ED....... Stream identifier to play or to publish -rtmp_subscribe .D....... Name of live stream to subscribe to. Defaults to rtmp_playpath. -rtmp_swfhash .D....... SHA256 hash of the decompressed SWF file (32 bytes). -rtmp_swfsize .D....... Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0) -rtmp_swfurl ED....... URL of the SWF player. By default no value will be sent -rtmp_swfverify .D....... URL to player swf file, compute hash/size automatically. -rtmp_tcurl ED....... URL of the target stream. Defaults to proto://host[:port]/app. -rtmp_listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -timeout .D....... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1) rtmpts AVOptions: -rtmp_app ED....... Name of application to connect to on the RTMP server -rtmp_buffer ED....... Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000) -rtmp_conn ED....... Append arbitrary AMF data to the Connect message -rtmp_flashver ED....... Version of the Flash plugin used to run the SWF player. -rtmp_flush_interval E........ Number of packets flushed in the same request (RTMPT only). (from 0 to INT_MAX) (default 10) -rtmp_live .D....... Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any) any .D....... both live .D....... live stream recorded .D....... recorded stream -rtmp_pageurl .D....... URL of the web page in which the media was embedded. By default no value will be sent. -rtmp_playpath ED....... Stream identifier to play or to publish -rtmp_subscribe .D....... Name of live stream to subscribe to. Defaults to rtmp_playpath. -rtmp_swfhash .D....... SHA256 hash of the decompressed SWF file (32 bytes). -rtmp_swfsize .D....... Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0) -rtmp_swfurl ED....... URL of the SWF player. By default no value will be sent -rtmp_swfverify .D....... URL to player swf file, compute hash/size automatically. -rtmp_tcurl ED....... URL of the target stream. Defaults to proto://host[:port]/app. -rtmp_listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -listen .D....... Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0) -timeout .D....... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1) rtp AVOptions: -ttl ED....... Time to live (in milliseconds, multicast only) (from -1 to INT_MAX) (default -1) -buffer_size ED....... Send/Receive buffer size (in bytes) (from -1 to INT_MAX) (default -1) -rtcp_port ED....... Custom rtcp port (from -1 to INT_MAX) (default -1) -local_rtpport ED....... Local rtp port (from -1 to INT_MAX) (default -1) -local_rtcpport ED....... Local rtcp port (from -1 to INT_MAX) (default -1) -connect ED....... Connect socket (default false) -write_to_source ED....... Send packets to the source address of the latest received packet (default false) -pkt_size ED....... Maximum packet size (from -1 to INT_MAX) (default -1) -dscp ED....... DSCP class (from -1 to INT_MAX) (default -1) -sources ED....... Source list -block ED....... Block list -fec E........ FEC sctp AVOptions: -listen ED....... Listen for incoming connections (default false) -timeout ED....... Connection timeout (in milliseconds) (from INT_MIN to INT_MAX) (default 10000) -listen_timeout ED....... Bind timeout (in milliseconds) (from INT_MIN to INT_MAX) (default -1) -max_streams ED....... Max stream to allocate (from 0 to 32767) (default 0) srtp AVOptions: -srtp_out_suite E........ -srtp_out_params E........ -srtp_in_suite .D....... -srtp_in_params .D....... subfile AVOptions: -start .D....... start offset (from 0 to I64_MAX) (default 0) -end .D....... end offset (from 0 to I64_MAX) (default 0) tee AVOptions: tcp AVOptions: -listen ED....... Listen for incoming connections (from 0 to 2) (default 0) -timeout ED....... set timeout (in microseconds) of socket I/O operations (from -1 to INT_MAX) (default -1) -listen_timeout ED....... Connection awaiting timeout (in milliseconds) (from -1 to INT_MAX) (default -1) -send_buffer_size ED....... Socket send buffer size (in bytes) (from -1 to INT_MAX) (default -1) -recv_buffer_size ED....... Socket receive buffer size (in bytes) (from -1 to INT_MAX) (default -1) -tcp_nodelay ED....... Use TCP_NODELAY to disable nagle's algorithm (default false) -tcp_mss ED....... Maximum segment size for outgoing TCP packets (from -1 to INT_MAX) (default -1) tls AVOptions: -ca_file ED....... Certificate Authority database file -cafile ED....... Certificate Authority database file -tls_verify ED....... Verify the peer certificate (from 0 to 1) (default 0) -cert_file ED....... Certificate file -key_file ED....... Private key file -listen ED....... Listen for incoming connections (from 0 to 1) (default 0) -verifyhost ED....... Verify against a specific hostname udp AVOptions: -buffer_size ED....... System data size (in bytes) (from -1 to INT_MAX) (default -1) -bitrate E........ Bits to send per second (from 0 to I64_MAX) (default 0) -burst_bits E........ Max length of bursts in bits (when using bitrate) (from 0 to I64_MAX) (default 0) -localport ED....... Local port (from -1 to INT_MAX) (default -1) -local_port ED....... Local port (from -1 to INT_MAX) (default -1) -localaddr ED....... Local address -udplite_coverage ED....... choose UDPLite head size which should be validated by checksum (from 0 to INT_MAX) (default 0) -pkt_size ED....... Maximum UDP packet size (from -1 to INT_MAX) (default 1472) -reuse ED....... explicitly allow reusing UDP sockets (default auto) -reuse_socket ED....... explicitly allow reusing UDP sockets (default auto) -broadcast E........ explicitly allow or disallow broadcast destination (default false) -ttl E........ Time to live (multicast only) (from 0 to INT_MAX) (default 16) -connect ED....... set if connect() should be called on socket (default false) -fifo_size .D....... set the UDP receiving circular buffer size, expressed as a number of packets with size of 188 bytes (from 0 to INT_MAX) (default 28672) -overrun_nonfatal .D....... survive in case of UDP receiving circular buffer overrun (default false) -timeout .D....... set raise error timeout (only in read mode) (from 0 to INT_MAX) (default 0) -sources ED....... Source list -block ED....... Block list udplite AVOptions: -buffer_size ED....... System data size (in bytes) (from -1 to INT_MAX) (default -1) -bitrate E........ Bits to send per second (from 0 to I64_MAX) (default 0) -burst_bits E........ Max length of bursts in bits (when using bitrate) (from 0 to I64_MAX) (default 0) -localport ED....... Local port (from -1 to INT_MAX) (default -1) -local_port ED....... Local port (from -1 to INT_MAX) (default -1) -localaddr ED....... Local address -udplite_coverage ED....... choose UDPLite head size which should be validated by checksum (from 0 to INT_MAX) (default 0) -pkt_size ED....... Maximum UDP packet size (from -1 to INT_MAX) (default 1472) -reuse ED....... explicitly allow reusing UDP sockets (default auto) -reuse_socket ED....... explicitly allow reusing UDP sockets (default auto) -broadcast E........ explicitly allow or disallow broadcast destination (default false) -ttl E........ Time to live (multicast only) (from 0 to INT_MAX) (default 16) -connect ED....... set if connect() should be called on socket (default false) -fifo_size .D....... set the UDP receiving circular buffer size, expressed as a number of packets with size of 188 bytes (from 0 to INT_MAX) (default 28672) -overrun_nonfatal .D....... survive in case of UDP receiving circular buffer overrun (default false) -timeout .D....... set raise error timeout (only in read mode) (from 0 to INT_MAX) (default 0) -sources ED....... Source list -block ED....... Block list unix AVOptions: -listen ED....... Open socket for listening (default false) -timeout ED....... Timeout in ms (from -1 to INT_MAX) (default -1) -type ED....... Socket type (from INT_MIN to INT_MAX) (default stream) stream ED....... Stream (reliable stream-oriented) datagram ED....... Datagram (unreliable packet-oriented) seqpacket ED....... Seqpacket (reliable packet-oriented libsrt AVOptions: -rw_timeout ED....... Timeout of socket I/O operations (from -1 to I64_MAX) (default -1) -listen_timeout ED....... Connection awaiting timeout (from -1 to I64_MAX) (default -1) -send_buffer_size ED....... Socket send buffer size (in bytes) (from -1 to INT_MAX) (default -1) -recv_buffer_size ED....... Socket receive buffer size (in bytes) (from -1 to INT_MAX) (default -1) -pkt_size ED....... Maximum SRT packet size (from -1 to 1456) (default -1) ts_size ED....... max_size ED....... -payload_size ED....... Maximum SRT packet size (from -1 to 1456) (default -1) ts_size ED....... max_size ED....... -maxbw ED....... Maximum bandwidth (bytes per second) that the connection can use (from -1 to I64_MAX) (default -1) -pbkeylen ED....... Crypto key len in bytes {16,24,32} Default: 16 (128-bit) (from -1 to 32) (default -1) -passphrase ED....... Crypto PBKDF2 Passphrase size[0,10..64] 0:disable crypto -mss ED....... The Maximum Segment Size (from -1 to 1500) (default -1) -ffs ED....... Flight flag size (window size) (in bytes) (from -1 to INT_MAX) (default -1) -ipttl ED....... IP Time To Live (from -1 to 255) (default -1) -iptos ED....... IP Type of Service (from -1 to 255) (default -1) -inputbw ED....... Estimated input stream rate (from -1 to I64_MAX) (default -1) -oheadbw ED....... MaxBW ceiling based on % over input stream rate (from -1 to 100) (default -1) -latency ED....... receiver delay to absorb bursts of missed packet retransmissions (from -1 to I64_MAX) (default -1) -tsbpddelay ED....... deprecated, same effect as latency option (from -1 to I64_MAX) (default -1) -rcvlatency ED....... receive latency (from -1 to I64_MAX) (default -1) -peerlatency ED....... peer latency (from -1 to I64_MAX) (default -1) -tlpktdrop ED....... Enable receiver pkt drop (from -1 to 1) (default -1) -nakreport ED....... Enable receiver to send periodic NAK reports (from -1 to 1) (default -1) -connect_timeout ED....... Connect timeout. Caller default: 3000, rendezvous (x 10) (from -1 to I64_MAX) (default -1) -mode ED....... Connection mode (caller, listener, rendezvous) (from 0 to 2) (default caller) caller ED....... listener ED....... rendezvous ED....... -sndbuf ED....... Send buffer size (in bytes) (from -1 to INT_MAX) (default -1) -rcvbuf ED....... Receive buffer size (in bytes) (from -1 to INT_MAX) (default -1) -lossmaxttl ED....... Maximum possible packet reorder tolerance (from -1 to INT_MAX) (default -1) -minversion ED....... The minimum SRT version that is required from the peer (from -1 to INT_MAX) (default -1) -streamid ED....... A string of up to 512 characters that an Initiator can pass to a Responder -smoother ED....... The type of Smoother used for the transmission for that socket -messageapi ED....... Enable message API (from -1 to 1) (default -1) -transtype ED....... The transmission type for the socket (from 0 to 2) (default 2) live ED....... file ED....... aa AVOptions: -aa_fixed_key .D....... Fixed key used for handling Audible AA files ac3 demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) acm demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) Artworx Data Format demuxer AVOptions: -linespeed .D....... set simulated line speed (bytes per second) (from 1 to INT_MAX) (default 6000) -video_size .D....... set video size, such as 640x480 or hd720. -framerate .D....... set framerate (frames per second) (default "25") APNG demuxer AVOptions: -ignore_loop .D....... ignore loop setting (default true) -max_fps .D....... maximum framerate (0 is no limit) (from 0 to INT_MAX) (default 0) -default_fps .D....... default framerate (0 is as fast as possible) (from 0 to INT_MAX) (default 15) aptx demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 48000) aptx hd demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 48000) aqtdec AVOptions: -subfps .D...S... set the movie frame rate (from 0 to INT_MAX) (default 25/1) asf demuxer AVOptions: -no_resync_search .D....... Don't try to resynchronize by looking for a certain optional start code (default false) -export_xmp .D....... Export full XMP metadata (default false) avi AVOptions: -use_odml .D....... use odml index (default true) avs2 demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) Binary text demuxer AVOptions: -linespeed .D....... set simulated line speed (bytes per second) (from 1 to INT_MAX) (default 6000) -video_size .D....... set video size, such as 640x480 or hd720. -framerate .D....... set framerate (frames per second) (default "25") cavsvideo demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) CDXL demuxer AVOptions: -sample_rate .D....... (from 1 to INT_MAX) (default 11025) -framerate .D....... codec2 demuxer AVOptions: -frames_per_packet .D....... Number of frames to read at a time. Higher = faster decoding, lower granularity (from 1 to INT_MAX) (default 1) codec2raw demuxer AVOptions: -mode .D....... codec2 mode [mandatory] (from -1 to 8) (default -1) 3200 .D....... 3200 2400 .D....... 2400 1600 .D....... 1600 1400 .D....... 1400 1300 .D....... 1300 1200 .D....... 1200 700 .D....... 700 700B .D....... 700B 700C .D....... 700C -frames_per_packet .D....... Number of frames to read at a time. Higher = faster decoding, lower granularity (from 1 to INT_MAX) (default 1) concat demuxer AVOptions: -safe .D....... enable safe mode (default true) -auto_convert .D....... automatically convert bitstream format (default true) -segment_time_metadata .D....... output file segment start time and duration as packet metadata (default false) dash AVOptions: -allowed_extensions .D....... List of file extensions that dash is allowed to access (default "aac,m4a,m4s,m4v,mov,mp4,webm") raw_data demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) dirac demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) dnxhd demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) dts demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) dvbsub demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) dvbtxt demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) eac3 demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) FITS demuxer AVOptions: -framerate .D....... set the framerate (default "1") flac demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) flvdec AVOptions: -flv_metadata .D.V..... Allocate streams according to the onMetaData array (default false) -flv_full_metadata .D.V..... Dump full metadata of the onMetadata (default false) -flv_ignore_prevtag .D.V..... Ignore the Size of previous tag (default false) -missing_streams .D.V..XR. (from 0 to 255) (default 0) live_flvdec AVOptions: -flv_metadata .D.V..... Allocate streams according to the onMetaData array (default false) -flv_full_metadata .D.V..... Dump full metadata of the onMetadata (default false) -flv_ignore_prevtag .D.V..... Ignore the Size of previous tag (default false) -missing_streams .D.V..XR. (from 0 to 255) (default 0) g722 demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) G.726 big-endian demuxer AVOptions: -code_size .D....... Bits per G.726 code (from 2 to 5) (default 4) -sample_rate .D....... (from 0 to INT_MAX) (default 8000) G.726 little-endian demuxer AVOptions: -code_size .D....... Bits per G.726 code (from 2 to 5) (default 4) -sample_rate .D....... (from 0 to INT_MAX) (default 8000) g729 demuxer AVOptions: -bit_rate .D....... (from 0 to INT_MAX) (default 8000) GIF demuxer AVOptions: -min_delay .D....... minimum valid delay between frames (in hundredths of second) (from 0 to 6000) (default 2) -max_gif_delay .D....... maximum valid delay between frames (in hundredths of seconds) (from 0 to 65535) (default 65535) -default_delay .D....... default delay between frames (in hundredths of second) (from 0 to 6000) (default 10) -ignore_loop .D....... ignore loop setting (netscape extension) (default true) gsm demuxer AVOptions: -sample_rate .D....... (from 1 to 6.50753e+07) (default 8000) h261 demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) h263 demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) h264 demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) hevc demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) hls demuxer AVOptions: -live_start_index .D....... segment index to start live streams at (negative values are from the end) (from INT_MIN to INT_MAX) (default -3) -allowed_extensions .D....... List of file extensions that hls is allowed to access (default "3gp,aac,avi,flac,mkv,m3u8,m4a,m4s,m4v,mpg,mov,mp2,mp3,mp4,mpeg,mpegts,ogg,ogv,oga,ts,vob,wav") -max_reload .D....... Maximum number of times a insufficient list is attempted to be reloaded (from 0 to INT_MAX) (default 1000) -http_persistent .D....... Use persistent HTTP connections (default true) -http_multiple .D....... Use multiple HTTP connections for fetching segments (default auto) iCE Draw File demuxer AVOptions: -linespeed .D....... set simulated line speed (bytes per second) (from 1 to INT_MAX) (default 6000) -video_size .D....... set video size, such as 640x480 or hd720. -framerate .D....... set framerate (frames per second) (default "25") image2 demuxer AVOptions: -pattern_type .D....... set pattern type (from 0 to INT_MAX) (default 4) glob_sequence .D....... select glob/sequence pattern type glob .D....... select glob pattern type sequence .D....... select sequence pattern type none .D....... disable pattern matching -start_number .D....... set first number in the sequence (from INT_MIN to INT_MAX) (default 0) -start_number_range .D....... set range for looking at the first sequence number (from 1 to INT_MAX) (default 5) -ts_from_file .D....... set frame timestamp from file's one (from 0 to 2) (default none) none .D....... none sec .D....... second precision ns .D....... nano second precision -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) image2pipe demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) alias_pix demuxer AVOptions: -pattern_type .D....... set pattern type (from 0 to INT_MAX) (default 4) glob_sequence .D....... select glob/sequence pattern type glob .D....... select glob pattern type sequence .D....... select sequence pattern type none .D....... disable pattern matching -start_number .D....... set first number in the sequence (from INT_MIN to INT_MAX) (default 0) -start_number_range .D....... set range for looking at the first sequence number (from 1 to INT_MAX) (default 5) -ts_from_file .D....... set frame timestamp from file's one (from 0 to 2) (default none) none .D....... none sec .D....... second precision ns .D....... nano second precision -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) brender_pix demuxer AVOptions: -pattern_type .D....... set pattern type (from 0 to INT_MAX) (default 4) glob_sequence .D....... select glob/sequence pattern type glob .D....... select glob pattern type sequence .D....... select sequence pattern type none .D....... disable pattern matching -start_number .D....... set first number in the sequence (from INT_MIN to INT_MAX) (default 0) -start_number_range .D....... set range for looking at the first sequence number (from 1 to INT_MAX) (default 5) -ts_from_file .D....... set frame timestamp from file's one (from 0 to 2) (default none) none .D....... none sec .D....... second precision ns .D....... nano second precision -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) ingenient demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) kuxdec AVOptions: -flv_metadata .D.V..... Allocate streams according to the onMetaData array (default false) -flv_full_metadata .D.V..... Dump full metadata of the onMetadata (default false) -flv_ignore_prevtag .D.V..... Ignore the Size of previous tag (default false) -missing_streams .D.V..XR. (from 0 to 255) (default 0) loas demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) m4v demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) microdvddec AVOptions: -subfps .D...S... set the movie frame rate fallback (from 0 to INT_MAX) (default 0/1) mjpeg demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) mjpeg_2000 demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) mlp demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) mov,mp4,m4a,3gp,3g2,mj2 AVOptions: -use_absolute_path .D.V..... allow using absolute path when opening alias, this is a possible security issue (default false) -seek_streams_individually .D.V..... Seek each stream individually to the to the closest point (default true) -ignore_editlist .D.V..... Ignore the edit list atom. (default false) -advanced_editlist .D.V..... Modify the AVIndex according to the editlists. Use this option to decode in the order specified by the edits. (default true) -ignore_chapters .D.V..... (default false) -use_mfra_for .D.V..... use mfra for fragment timestamps (from -1 to 2) (default auto) auto .D.V..... auto dts .D.V..... dts pts .D.V..... pts -export_all .D.V..... Export unrecognized metadata entries (default false) -export_xmp .D.V..... Export full XMP metadata (default false) -activation_bytes .D....... Secret bytes for Audible AAX files -audible_fixed_key .D....... Fixed key used for handling Audible AAX files -decryption_key .D....... The media decryption key (hex) -enable_drefs .D.V..... Enable external track support. (default false) mp3 AVOptions: -usetoc .D....... use table of contents (default false) mpegts demuxer AVOptions: -resync_size .D....... set size limit for looking up a new synchronization (from 0 to INT_MAX) (default 65536) -fix_teletext_pts .D....... try to fix pts values of dvb teletext streams (default true) -ts_packetsize .D....XR. output option carrying the raw packet size (from 0 to 0) (default 0) -scan_all_pmts .D....... scan and combine all PMTs (default auto) -skip_unknown_pmt .D....... skip PMTs for programs not advertised in the PAT (default false) -merge_pmt_versions .D....... re-use streams when PMT's version/pids change (default false) mpegtsraw demuxer AVOptions: -resync_size .D....... set size limit for looking up a new synchronization (from 0 to INT_MAX) (default 65536) -compute_pcr .D....... compute exact PCR for each transport stream packet (default false) -ts_packetsize .D....XR. output option carrying the raw packet size (from 0 to 0) (default 0) mpegvideo demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) MPJPEG demuxer AVOptions: -strict_mime_boundary .D....... require MIME boundaries match (default false) mxf AVOptions: -eia608_extract .D....... extract eia 608 captions from s436m track (default false) alaw demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) mulaw demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) vidc demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) f64be demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) f64le demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) f32be demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) f32le demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) s32be demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) s32le demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) s24be demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) s24le demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) s16be demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) s16le demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) s8 demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) u32be demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) u32le demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) u24be demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) u24le demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) u16be demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) u16le demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) u8 demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 44100) -channels .D....... (from 0 to INT_MAX) (default 1) rawvideo demuxer AVOptions: -video_size .D....... set frame size -pixel_format .D....... set pixel format (default "yuv420p") -framerate .D....... set frame rate (default "25") RTP demuxer AVOptions: -rtp_flags .D....... set RTP flags (default 0) filter_src .D....... only receive packets from the negotiated peer IP -reorder_queue_size .D....... set number of packets to buffer for handling of reordered packets (from -1 to INT_MAX) (default -1) -buffer_size ED....... Underlying protocol send/receive buffer size (from -1 to INT_MAX) (default -1) -pkt_size E........ Underlying protocol send packet size (from -1 to INT_MAX) (default -1) RTSP demuxer AVOptions: -initial_pause .D....... do not start playing the stream immediately (default false) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -rtsp_transport ED....... set RTSP transport protocols (default 0) udp ED....... UDP tcp ED....... TCP udp_multicast .D....... UDP multicast http .D....... HTTP tunneling https .D....... HTTPS tunneling -rtsp_flags .D....... set RTSP flags (default 0) filter_src .D....... only receive packets from the negotiated peer IP listen .D....... wait for incoming connections prefer_tcp ED....... try RTP via TCP first, if available -allowed_media_types .D....... set media types to accept from the server (default video+audio+data+subtitle) video .D....... Video audio .D....... Audio data .D....... Data subtitle .D....... Subtitle -min_port ED....... set minimum local UDP port (from 0 to 65535) (default 5000) -max_port ED....... set maximum local UDP port (from 0 to 65535) (default 65000) -listen_timeout .D....... set maximum timeout (in seconds) to wait for incoming connections (-1 is infinite, imply flag listen) (from INT_MIN to INT_MAX) (default -1) -timeout .D....... set maximum timeout (in seconds) to wait for incoming connections (-1 is infinite, imply flag listen) (deprecated, use listen_timeout) (from INT_MIN to INT_MAX) (default -1) -stimeout .D....... set timeout (in microseconds) of socket TCP I/O operations (from INT_MIN to INT_MAX) (default 0) -reorder_queue_size .D....... set number of packets to buffer for handling of reordered packets (from -1 to INT_MAX) (default -1) -buffer_size ED....... Underlying protocol send/receive buffer size (from -1 to INT_MAX) (default -1) -pkt_size E........ Underlying protocol send packet size (from -1 to INT_MAX) (default -1) -user_agent .D....... override User-Agent header (default "Lavf58.29.100") -user-agent .D....... override User-Agent header (deprecated, use user_agent) (default "Lavf58.29.100") sbc demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) sbg_demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 0) -frame_size .D....... (from 0 to INT_MAX) (default 0) -max_file_size .D....... (from 0 to INT_MAX) (default 5e+06) SDP demuxer AVOptions: -sdp_flags .D....... SDP flags (default 0) filter_src .D....... only receive packets from the negotiated peer IP custom_io .D....... use custom I/O rtcp_to_source .D....... send RTCP packets to the source address of received packets -allowed_media_types .D....... set media types to accept from the server (default video+audio+data+subtitle) video .D....... Video audio .D....... Audio data .D....... Data subtitle .D....... Subtitle -reorder_queue_size .D....... set number of packets to buffer for handling of reordered packets (from -1 to INT_MAX) (default -1) -buffer_size ED....... Underlying protocol send/receive buffer size (from -1 to INT_MAX) (default -1) -pkt_size E........ Underlying protocol send packet size (from -1 to INT_MAX) (default -1) ser demuxer AVOptions: -framerate .D....... set frame rate (default "25") shorten demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) sln demuxer AVOptions: -sample_rate .D....... (from 0 to INT_MAX) (default 8000) -channels .D....... (from 0 to INT_MAX) (default 1) tak demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) tedcaptions_demuxer AVOptions: -start_time .D...S... set the start time (offset) of the subtitles, in ms (from I64_MIN to I64_MAX) (default 15000) truehd demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) TTY demuxer AVOptions: -chars_per_frame .D....... (from 1 to INT_MAX) (default 6000) -video_size .D....... A string describing frame size, such as 640x480 or hd720. -framerate .D....... (default "25") v210 demuxer AVOptions: -video_size .D....... set frame size -framerate .D....... set frame rate (default "25") v210x demuxer AVOptions: -video_size .D....... set frame size -framerate .D....... set frame rate (default "25") vc1 demuxer AVOptions: -framerate .D....... (default "25") -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) vobsub AVOptions: -sub_name .D....... URI for .sub file WAV demuxer AVOptions: -ignore_length .D....... Ignore length (default false) WebM DASH Manifest demuxer AVOptions: -live .D....... flag indicating that the input is a live file that only has the headers. (default false) -bandwidth .D....... bandwidth of this stream to be specified in the DASH manifest. (from 0 to INT_MAX) (default 0) WebVTT demuxer AVOptions: -kind .D...S... Set kind of WebVTT track (from 0 to INT_MAX) (default subtitles) subtitles .D...S... WebVTT subtitles kind captions .D...S... WebVTT captions kind descriptions .D...S... WebVTT descriptions kind metadata .D...S... WebVTT metadata kind wsd demuxer AVOptions: -raw_packet_size .D....... (from 1 to INT_MAX) (default 1024) eXtended BINary text (XBIN) demuxer AVOptions: -linespeed .D....... set simulated line speed (bytes per second) (from 1 to INT_MAX) (default 6000) -video_size .D....... set video size, such as 640x480 or hd720. -framerate .D....... set framerate (frames per second) (default "25") bmp demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) dds demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) dpx demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) exr demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) gif demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) j2k demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) jpeg demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) jpegls demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) pam demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) pbm demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) pcx demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) pgmyuv demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) pgm demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) pictor demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) png demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) ppm demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) psd demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) qdraw demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) sgi demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) svg demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) sunrast demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) tiff demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) webp demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) xpm demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) xwd demuxer AVOptions: -frame_size .D....... force frame size in bytes (from 0 to INT_MAX) (default 0) -framerate .D....... set the video framerate (default "25") -pixel_format .D....... set video pixel format -video_size .D....... set video size -loop .D....... force loop over input file sequence (default false) Game Music Emu demuxer AVOptions: -track_index .D..A.... set track that should be played (from 0 to INT_MAX) (default 0) -sample_rate .D..A.... set sample rate (from 1000 to 999999) (default 44100) -max_size .D..A.... set max file size supported (in bytes) (from 0 to 1.84467e+19) (default 5.24288e+07) ALSA demuxer AVOptions: -sample_rate .D....... (from 1 to INT_MAX) (default 48000) -channels .D....... (from 1 to INT_MAX) (default 2) fbdev indev AVOptions: -framerate .D....... (default "25") lavfi indev AVOptions: -graph .D....... set libavfilter graph -graph_file .D....... set libavfilter graph filename -dumpgraph .D....... dump graph to stderr OSS demuxer AVOptions: -sample_rate .D....... (from 1 to INT_MAX) (default 48000) -channels .D....... (from 1 to INT_MAX) (default 2) V4L2 indev AVOptions: -standard .D....... set TV standard, used only by analog frame grabber -channel .D....... set TV channel, used only by frame grabber (from -1 to INT_MAX) (default -1) -video_size .D....... set frame size -pixel_format .D....... set preferred pixel format -input_format .D....... set preferred pixel format (for raw video) or codec name -framerate .D....... set frame rate -list_formats .D....... list available formats and exit (from 0 to INT_MAX) (default 0) all .D....... show all available formats raw .D....... show only non-compressed formats compressed .D....... show only compressed formats -list_standards .D....... list supported standards and exit (from 0 to 1) (default 0) all .D....... show all supported standards -timestamps .D....... set type of timestamps for grabbed frames (from 0 to 2) (default default) default .D....... use timestamps from the kernel abs .D....... use absolute timestamps (wall clock) mono2abs .D....... force conversion from monotonic to absolute timestamps -ts .D....... set type of timestamps for grabbed frames (from 0 to 2) (default default) default .D....... use timestamps from the kernel abs .D....... use absolute timestamps (wall clock) mono2abs .D....... force conversion from monotonic to absolute timestamps -use_libv4l2 .D....... use libv4l2 (v4l-utils) conversion functions (default false) xcbgrab indev AVOptions: -x .D....... Initial x coordinate. (from 0 to INT_MAX) (default 0) -y .D....... Initial y coordinate. (from 0 to INT_MAX) (default 0) -grab_x .D....... Initial x coordinate. (from 0 to INT_MAX) (default 0) -grab_y .D....... Initial y coordinate. (from 0 to INT_MAX) (default 0) -video_size .D....... A string describing frame size, such as 640x480 or hd720. (default "vga") -framerate .D....... (default "ntsc") -draw_mouse .D....... Draw the mouse pointer. (from 0 to 1) (default 1) -follow_mouse .D....... Move the grabbing region when the mouse pointer reaches within specified amount of pixels to the edge of region. (from -1 to INT_MAX) (default 0) centered .D....... Keep the mouse pointer at the center of grabbing region when following. -show_region .D....... Show the grabbing region. (from 0 to 1) (default 0) -region_border .D....... Set the region border thickness. (from 1 to 128) (default 3) ADTS muxer AVOptions: -write_id3v2 E........ Enable ID3v2 tag writing (default false) -write_apetag E........ Enable APE tag writing (default false) AIFF muxer AVOptions: -write_id3v2 E........ Enable ID3 tags writing. (default false) -id3v2_version E........ Select ID3v2 version to write. Currently 3 and 4 are supported. (from 3 to 4) (default 4) APNG muxer AVOptions: -plays E........ Number of times to play the output: 0 - infinite loop, 1 - no loop (from 0 to UINT32_MAX) (default 1) -final_delay E........ Force delay after the last frame (from 0 to 65535) (default 0/1) ASF muxer AVOptions: -packet_size E........ Packet size (from 100 to 65536) (default 3200) ass muxer AVOptions: -ignore_readorder E........ write events immediately, even if they're out-of-order (default false) AST muxer AVOptions: -loopstart E........ Loopstart position in milliseconds. (from -1 to INT_MAX) (default -1) -loopend E........ Loopend position in milliseconds. (from 0 to INT_MAX) (default 0) ASF stream muxer AVOptions: -packet_size E........ Packet size (from 100 to 65536) (default 3200) AVI muxer AVOptions: -reserve_index_space E........ reserve space (in bytes) at the beginning of the file for each stream index (from 0 to INT_MAX) (default 0) -write_channel_mask E........ write channel mask into wave format header (default true) dash muxer AVOptions: -adaptation_sets E........ Adaptation sets. Syntax: id=0,streams=0,1,2 id=1,streams=3,4 and so on -window_size E........ number of segments kept in the manifest (from 0 to INT_MAX) (default 0) -extra_window_size E........ number of segments kept outside of the manifest before removing from disk (from 0 to INT_MAX) (default 5) -min_seg_duration E........ minimum segment duration (in microseconds) (will be deprecated) (from 0 to INT_MAX) (default 5e+06) -seg_duration E........ segment duration (in seconds, fractional value can be set) (default 5) -remove_at_exit E........ remove all segments when finished (default false) -use_template E........ Use SegmentTemplate instead of SegmentList (default true) -use_timeline E........ Use SegmentTimeline in SegmentTemplate (default true) -single_file E........ Store all segments in one file, accessed using byte ranges (default false) -single_file_name E........ DASH-templated name to be used for baseURL. Implies storing all segments in one file, accessed using byte ranges -init_seg_name E........ DASH-templated name to used for the initialization segment (default "init-stream$RepresentationID$.$ext$") -media_seg_name E........ DASH-templated name to used for the media segments (default "chunk-stream$RepresentationID$-$Number%05d$.$ext$") -utc_timing_url E........ URL of the page that will return the UTC timestamp in ISO format -method E........ set the HTTP method -http_user_agent E........ override User-Agent field in HTTP header -http_persistent E........ Use persistent HTTP connections (default false) -hls_playlist E........ Generate HLS playlist files(master.m3u8, media_%d.m3u8) (default false) -streaming E........ Enable/Disable streaming mode of output. Each frame will be moof fragment (default false) -timeout E........ set timeout for socket I/O operations (default -0.000001) -index_correction E........ Enable/Disable segment index correction logic (default false) -format_options E........ set list of options for the container format (mp4/webm) used for dash -global_sidx E........ Write global SIDX atom. Applicable only for single file, mp4 output, non-streaming mode (default false) -dash_segment_type E........ set dash segment files type (from 0 to 2) (default auto) auto E........ select segment file format based on codec mp4 E........ make segment file in ISOBMFF format webm E........ make segment file in WebM format -ignore_io_errors E........ Ignore IO errors during open and write. Useful for long-duration runs with network output (default false) -lhls E........ Enable Low-latency HLS(Experimental). Adds #EXT-X-PREFETCH tag with current segment's URI (default false) -master_m3u8_publish_rate E........ Publish master playlist every after this many segment intervals (from 0 to UINT32_MAX) (default 0) f4v muxer AVOptions: -movflags E........ MOV muxer flags (default 0) rtphint E........ Add RTP hint tracks empty_moov E........ Make the initial moov atom empty frag_keyframe E........ Fragment at video keyframes frag_every_frame E........ Fragment at every frame separate_moof E........ Write separate moof/mdat atoms for each track frag_custom E........ Flush fragments on caller requests isml E........ Create a live smooth streaming feed (for pushing to a publishing point) faststart E........ Run a second pass to put the index (moov atom) at the beginning of the file omit_tfhd_offset E........ Omit the base data offset in tfhd atoms disable_chpl E........ Disable Nero chapter atom default_base_moof E........ Set the default-base-is-moof flag in tfhd atoms dash E........ Write DASH compatible fragmented MP4 frag_discont E........ Signal that the next fragment is discontinuous from earlier ones delay_moov E........ Delay writing the initial moov until the first fragment is cut, or until the first fragment flush global_sidx E........ Write a global sidx index at the start of the file skip_sidx E........ Skip writing of sidx atom write_colr E........ Write colr atom (Experimental, may be renamed or changed, do not use from scripts) write_gama E........ Write deprecated gama atom use_metadata_tags E........ Use mdta atom for metadata. skip_trailer E........ Skip writing the mfra/tfra/mfro trailer for fragmented files negative_cts_offsets E........ Use negative CTS offsets (reducing the need for edit lists) -moov_size E........ maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -skip_iods E........ Skip writing iods atom. (default true) -iods_audio_profile E........ iods audio profile atom. (from -1 to 255) (default -1) -iods_video_profile E........ iods video profile atom. (from -1 to 255) (default -1) -frag_duration E........ Maximum fragment duration (from 0 to INT_MAX) (default 0) -min_frag_duration E........ Minimum fragment duration (from 0 to INT_MAX) (default 0) -frag_size E........ Maximum fragment size (from 0 to INT_MAX) (default 0) -ism_lookahead E........ Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0) -video_track_timescale E........ set timescale of all video tracks (from 0 to INT_MAX) (default 0) -brand E........ Override major brand -use_editlist E........ use edit list (default auto) -fragment_index E........ Fragment number of the next fragment (from 1 to INT_MAX) (default 1) -mov_gamma E........ gamma value for gama atom (from 0 to 10) (default 0) -frag_interleave E........ Interleave samples within fragments (max number of consecutive samples, lower is tighter interleaving, but with more overhead) (from 0 to INT_MAX) (default 0) -encryption_scheme E........ Configures the encryption scheme, allowed values are none, cenc-aes-ctr -encryption_key E........ The media encryption key (hex) -encryption_kid E........ The media encryption key identifier (hex) -use_stream_ids_as_track_ids E........ use stream ids as track ids (default false) -write_tmcd E........ force or disable writing tmcd (default auto) -write_prft E........ Write producer reference time box with specified time source (from 0 to 2) (default 0) wallclock E........ pts E........ -empty_hdlr_name E........ write zero-length name string in hdlr atoms within mdia and minf atoms (default false) Fifo muxer AVOptions: -fifo_format E........ Target muxer -queue_size E........ Size of fifo queue (from 1 to INT_MAX) (default 60) -format_opts E........ Options to be passed to underlying muxer -drop_pkts_on_overflow E........ Drop packets on fifo queue overflow not to block encoder (default false) -restart_with_keyframe E........ Wait for keyframe when restarting output (default false) -attempt_recovery E........ Attempt recovery in case of failure (default false) -max_recovery_attempts E........ Maximal number of recovery attempts (from 0 to INT_MAX) (default 0) -recovery_wait_time E........ Waiting time between recovery attempts (default 5) -recovery_wait_streamtime E........ Use stream time instead of real time while waiting for recovery (default false) -recover_any_error E........ Attempt recovery regardless of type of the error (default false) Fifo test muxer AVOptions: -write_header_ret E........ write_header() return value (from INT_MIN to INT_MAX) (default 0) -write_trailer_ret E........ write_trailer() return value (from INT_MIN to INT_MAX) (default 0) -print_deinit_summary E........ print summary when deinitializing muxer (default true) flac muxer AVOptions: -write_header E........ Write the file header (default true) flv muxer AVOptions: -flvflags E........ FLV muxer flags (default 0) aac_seq_header_detect E........ Put AAC sequence header based on stream data no_sequence_end E........ disable sequence end for FLV no_metadata E........ disable metadata for FLV no_duration_filesize E........ disable duration and filesize zero value metadata for FLV add_keyframe_index E........ Add keyframe index metadata frame hash muxer AVOptions: -hash E........ set hash to use (default "sha256") -format_version E........ file format version (from 1 to 2) (default 2) frame MD5 muxer AVOptions: -hash E........ set hash to use (default "md5") -format_version E........ file format version (from 1 to 2) (default 2) GIF muxer AVOptions: -loop E........ Number of times to loop the output: -1 - no loop, 0 - infinite loop (from -1 to 65535) (default 0) -final_delay E........ Force delay (in centiseconds) after the last frame (from -1 to 65535) (default -1) hash muxer AVOptions: -hash E........ set hash to use (default "sha256") -format_version E........ file format version (from 1 to 2) (default 2) HDS muxer AVOptions: -window_size E........ number of fragments kept in the manifest (from 0 to INT_MAX) (default 0) -extra_window_size E........ number of fragments kept outside of the manifest before removing from disk (from 0 to INT_MAX) (default 5) -min_frag_duration E........ minimum fragment duration (in microseconds) (from 0 to INT_MAX) (default 1e+07) -remove_at_exit E........ remove all fragments when finished (default false) hls muxer AVOptions: -start_number E........ set first number in the sequence (from 0 to I64_MAX) (default 0) -hls_time E........ set segment length in seconds (from 0 to FLT_MAX) (default 2) -hls_init_time E........ set segment length in seconds at init list (from 0 to FLT_MAX) (default 0) -hls_list_size E........ set maximum number of playlist entries (from 0 to INT_MAX) (default 5) -hls_delete_threshold E........ set number of unreferenced segments to keep before deleting (from 1 to INT_MAX) (default 1) -hls_ts_options E........ set hls mpegts list of options for the container format used for hls -hls_vtt_options E........ set hls vtt list of options for the container format used for hls -hls_wrap E........ set number after which the index wraps (will be deprecated) (from 0 to INT_MAX) (default 0) -hls_allow_cache E........ explicitly set whether the client MAY (1) or MUST NOT (0) cache media segments (from INT_MIN to INT_MAX) (default -1) -hls_base_url E........ url to prepend to each playlist entry -hls_segment_filename E........ filename template for segment files -hls_segment_size E........ maximum size per segment file, (in bytes) (from 0 to INT_MAX) (default 0) -hls_key_info_file E........ file with key URI and key file path -hls_enc E........ enable AES128 encryption support (default false) -hls_enc_key E........ hex-coded 16 byte key to encrypt the segments -hls_enc_key_url E........ url to access the key to decrypt the segments -hls_enc_iv E........ hex-coded 16 byte initialization vector -hls_subtitle_path E........ set path of hls subtitles -hls_segment_type E........ set hls segment files type (from 0 to 1) (default mpegts) mpegts E........ make segment file to mpegts files in m3u8 fmp4 E........ make segment file to fragment mp4 files in m3u8 -hls_fmp4_init_filename E........ set fragment mp4 file init filename (default "init.mp4") -hls_flags E........ set flags affecting HLS playlist and media file generation (default 0) single_file E........ generate a single media file indexed with byte ranges temp_file E........ write segment and playlist to temporary file and rename when complete delete_segments E........ delete segment files that are no longer part of the playlist round_durations E........ round durations in m3u8 to whole numbers discont_start E........ start the playlist with a discontinuity tag omit_endlist E........ Do not append an endlist when ending stream split_by_time E........ split the hls segment by time which user set by hls_time append_list E........ append the new segments into old hls segment list program_date_time E........ add EXT-X-PROGRAM-DATE-TIME second_level_segment_index E........ include segment index in segment filenames when use_localtime second_level_segment_duration E........ include segment duration in segment filenames when use_localtime second_level_segment_size E........ include segment size in segment filenames when use_localtime periodic_rekey E........ reload keyinfo file periodically for re-keying independent_segments E........ add EXT-X-INDEPENDENT-SEGMENTS, whenever applicable iframes_only E........ add EXT-X-I-FRAMES-ONLY, whenever applicable -use_localtime E........ set filename expansion with strftime at segment creation(will be deprecated ) (default false) -strftime E........ set filename expansion with strftime at segment creation (default false) -use_localtime_mkdir E........ create last directory component in strftime-generated filename(will be deprecated) (default false) -strftime_mkdir E........ create last directory component in strftime-generated filename (default false) -hls_playlist_type E........ set the HLS playlist type (from 0 to 2) (default 0) event E........ EVENT playlist vod E........ VOD playlist -method E........ set the HTTP method(default: PUT) -hls_start_number_source E........ set source of first number in sequence (from 0 to 2) (default generic) generic E........ start_number value (default) epoch E........ seconds since epoch datetime E........ current datetime as YYYYMMDDhhmmss -http_user_agent E........ override User-Agent field in HTTP header -var_stream_map E........ Variant stream map string -cc_stream_map E........ Closed captions stream map string -master_pl_name E........ Create HLS master playlist with this name -master_pl_publish_rate E........ Publish master play list every after this many segment intervals (from 0 to UINT32_MAX) (default 0) -http_persistent E........ Use persistent HTTP connections (default false) -timeout E........ set timeout for socket I/O operations (default -0.000001) -ignore_io_errors E........ Ignore IO errors for stable long-duration runs with network output (default false) -headers E........ set custom HTTP headers, can override built in default headers image2 muxer AVOptions: -update E........ continuously overwrite one file (default false) -start_number E........ set first number in the sequence (from 0 to INT_MAX) (default 1) -strftime E........ use strftime for filename (default false) -frame_pts E........ use current frame pts for filename (default false) -atomic_writing E........ write files atomically (using temporary files and renames) (default false) ipod muxer AVOptions: -movflags E........ MOV muxer flags (default 0) rtphint E........ Add RTP hint tracks empty_moov E........ Make the initial moov atom empty frag_keyframe E........ Fragment at video keyframes frag_every_frame E........ Fragment at every frame separate_moof E........ Write separate moof/mdat atoms for each track frag_custom E........ Flush fragments on caller requests isml E........ Create a live smooth streaming feed (for pushing to a publishing point) faststart E........ Run a second pass to put the index (moov atom) at the beginning of the file omit_tfhd_offset E........ Omit the base data offset in tfhd atoms disable_chpl E........ Disable Nero chapter atom default_base_moof E........ Set the default-base-is-moof flag in tfhd atoms dash E........ Write DASH compatible fragmented MP4 frag_discont E........ Signal that the next fragment is discontinuous from earlier ones delay_moov E........ Delay writing the initial moov until the first fragment is cut, or until the first fragment flush global_sidx E........ Write a global sidx index at the start of the file skip_sidx E........ Skip writing of sidx atom write_colr E........ Write colr atom (Experimental, may be renamed or changed, do not use from scripts) write_gama E........ Write deprecated gama atom use_metadata_tags E........ Use mdta atom for metadata. skip_trailer E........ Skip writing the mfra/tfra/mfro trailer for fragmented files negative_cts_offsets E........ Use negative CTS offsets (reducing the need for edit lists) -moov_size E........ maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -skip_iods E........ Skip writing iods atom. (default true) -iods_audio_profile E........ iods audio profile atom. (from -1 to 255) (default -1) -iods_video_profile E........ iods video profile atom. (from -1 to 255) (default -1) -frag_duration E........ Maximum fragment duration (from 0 to INT_MAX) (default 0) -min_frag_duration E........ Minimum fragment duration (from 0 to INT_MAX) (default 0) -frag_size E........ Maximum fragment size (from 0 to INT_MAX) (default 0) -ism_lookahead E........ Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0) -video_track_timescale E........ set timescale of all video tracks (from 0 to INT_MAX) (default 0) -brand E........ Override major brand -use_editlist E........ use edit list (default auto) -fragment_index E........ Fragment number of the next fragment (from 1 to INT_MAX) (default 1) -mov_gamma E........ gamma value for gama atom (from 0 to 10) (default 0) -frag_interleave E........ Interleave samples within fragments (max number of consecutive samples, lower is tighter interleaving, but with more overhead) (from 0 to INT_MAX) (default 0) -encryption_scheme E........ Configures the encryption scheme, allowed values are none, cenc-aes-ctr -encryption_key E........ The media encryption key (hex) -encryption_kid E........ The media encryption key identifier (hex) -use_stream_ids_as_track_ids E........ use stream ids as track ids (default false) -write_tmcd E........ force or disable writing tmcd (default auto) -write_prft E........ Write producer reference time box with specified time source (from 0 to 2) (default 0) wallclock E........ pts E........ -empty_hdlr_name E........ write zero-length name string in hdlr atoms within mdia and minf atoms (default false) ismv muxer AVOptions: -movflags E........ MOV muxer flags (default 0) rtphint E........ Add RTP hint tracks empty_moov E........ Make the initial moov atom empty frag_keyframe E........ Fragment at video keyframes frag_every_frame E........ Fragment at every frame separate_moof E........ Write separate moof/mdat atoms for each track frag_custom E........ Flush fragments on caller requests isml E........ Create a live smooth streaming feed (for pushing to a publishing point) faststart E........ Run a second pass to put the index (moov atom) at the beginning of the file omit_tfhd_offset E........ Omit the base data offset in tfhd atoms disable_chpl E........ Disable Nero chapter atom default_base_moof E........ Set the default-base-is-moof flag in tfhd atoms dash E........ Write DASH compatible fragmented MP4 frag_discont E........ Signal that the next fragment is discontinuous from earlier ones delay_moov E........ Delay writing the initial moov until the first fragment is cut, or until the first fragment flush global_sidx E........ Write a global sidx index at the start of the file skip_sidx E........ Skip writing of sidx atom write_colr E........ Write colr atom (Experimental, may be renamed or changed, do not use from scripts) write_gama E........ Write deprecated gama atom use_metadata_tags E........ Use mdta atom for metadata. skip_trailer E........ Skip writing the mfra/tfra/mfro trailer for fragmented files negative_cts_offsets E........ Use negative CTS offsets (reducing the need for edit lists) -moov_size E........ maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -skip_iods E........ Skip writing iods atom. (default true) -iods_audio_profile E........ iods audio profile atom. (from -1 to 255) (default -1) -iods_video_profile E........ iods video profile atom. (from -1 to 255) (default -1) -frag_duration E........ Maximum fragment duration (from 0 to INT_MAX) (default 0) -min_frag_duration E........ Minimum fragment duration (from 0 to INT_MAX) (default 0) -frag_size E........ Maximum fragment size (from 0 to INT_MAX) (default 0) -ism_lookahead E........ Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0) -video_track_timescale E........ set timescale of all video tracks (from 0 to INT_MAX) (default 0) -brand E........ Override major brand -use_editlist E........ use edit list (default auto) -fragment_index E........ Fragment number of the next fragment (from 1 to INT_MAX) (default 1) -mov_gamma E........ gamma value for gama atom (from 0 to 10) (default 0) -frag_interleave E........ Interleave samples within fragments (max number of consecutive samples, lower is tighter interleaving, but with more overhead) (from 0 to INT_MAX) (default 0) -encryption_scheme E........ Configures the encryption scheme, allowed values are none, cenc-aes-ctr -encryption_key E........ The media encryption key (hex) -encryption_kid E........ The media encryption key identifier (hex) -use_stream_ids_as_track_ids E........ use stream ids as track ids (default false) -write_tmcd E........ force or disable writing tmcd (default auto) -write_prft E........ Write producer reference time box with specified time source (from 0 to 2) (default 0) wallclock E........ pts E........ -empty_hdlr_name E........ write zero-length name string in hdlr atoms within mdia and minf atoms (default false) LATM/LOAS muxer AVOptions: -smc-interval E........ StreamMuxConfig interval. (from 1 to 65535) (default 20) MD5 muxer AVOptions: -hash E........ set hash to use (default "md5") -format_version E........ file format version (from 1 to 2) (default 2) matroska muxer AVOptions: -reserve_index_space E........ Reserve a given amount of space (in bytes) at the beginning of the file for the index (cues). (from 0 to INT_MAX) (default 0) -cluster_size_limit E........ Store at most the provided amount of bytes in a cluster. (from -1 to INT_MAX) (default -1) -cluster_time_limit E........ Store at most the provided number of milliseconds in a cluster. (from -1 to I64_MAX) (default -1) -dash E........ Create a WebM file conforming to WebM DASH specification (default false) -dash_track_number E........ Track number for the DASH stream (from 0 to 127) (default 1) -live E........ Write files assuming it is a live stream. (default false) -allow_raw_vfw E........ allow RAW VFW mode (default false) -write_crc32 E........ write a CRC32 element inside every Level 1 element (default true) matroska audio muxer AVOptions: -reserve_index_space E........ Reserve a given amount of space (in bytes) at the beginning of the file for the index (cues). (from 0 to INT_MAX) (default 0) -cluster_size_limit E........ Store at most the provided amount of bytes in a cluster. (from -1 to INT_MAX) (default -1) -cluster_time_limit E........ Store at most the provided number of milliseconds in a cluster. (from -1 to I64_MAX) (default -1) -dash E........ Create a WebM file conforming to WebM DASH specification (default false) -dash_track_number E........ Track number for the DASH stream (from 0 to 127) (default 1) -live E........ Write files assuming it is a live stream. (default false) -allow_raw_vfw E........ allow RAW VFW mode (default false) -write_crc32 E........ write a CRC32 element inside every Level 1 element (default true) mov muxer AVOptions: -movflags E........ MOV muxer flags (default 0) rtphint E........ Add RTP hint tracks empty_moov E........ Make the initial moov atom empty frag_keyframe E........ Fragment at video keyframes frag_every_frame E........ Fragment at every frame separate_moof E........ Write separate moof/mdat atoms for each track frag_custom E........ Flush fragments on caller requests isml E........ Create a live smooth streaming feed (for pushing to a publishing point) faststart E........ Run a second pass to put the index (moov atom) at the beginning of the file omit_tfhd_offset E........ Omit the base data offset in tfhd atoms disable_chpl E........ Disable Nero chapter atom default_base_moof E........ Set the default-base-is-moof flag in tfhd atoms dash E........ Write DASH compatible fragmented MP4 frag_discont E........ Signal that the next fragment is discontinuous from earlier ones delay_moov E........ Delay writing the initial moov until the first fragment is cut, or until the first fragment flush global_sidx E........ Write a global sidx index at the start of the file skip_sidx E........ Skip writing of sidx atom write_colr E........ Write colr atom (Experimental, may be renamed or changed, do not use from scripts) write_gama E........ Write deprecated gama atom use_metadata_tags E........ Use mdta atom for metadata. skip_trailer E........ Skip writing the mfra/tfra/mfro trailer for fragmented files negative_cts_offsets E........ Use negative CTS offsets (reducing the need for edit lists) -moov_size E........ maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -skip_iods E........ Skip writing iods atom. (default true) -iods_audio_profile E........ iods audio profile atom. (from -1 to 255) (default -1) -iods_video_profile E........ iods video profile atom. (from -1 to 255) (default -1) -frag_duration E........ Maximum fragment duration (from 0 to INT_MAX) (default 0) -min_frag_duration E........ Minimum fragment duration (from 0 to INT_MAX) (default 0) -frag_size E........ Maximum fragment size (from 0 to INT_MAX) (default 0) -ism_lookahead E........ Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0) -video_track_timescale E........ set timescale of all video tracks (from 0 to INT_MAX) (default 0) -brand E........ Override major brand -use_editlist E........ use edit list (default auto) -fragment_index E........ Fragment number of the next fragment (from 1 to INT_MAX) (default 1) -mov_gamma E........ gamma value for gama atom (from 0 to 10) (default 0) -frag_interleave E........ Interleave samples within fragments (max number of consecutive samples, lower is tighter interleaving, but with more overhead) (from 0 to INT_MAX) (default 0) -encryption_scheme E........ Configures the encryption scheme, allowed values are none, cenc-aes-ctr -encryption_key E........ The media encryption key (hex) -encryption_kid E........ The media encryption key identifier (hex) -use_stream_ids_as_track_ids E........ use stream ids as track ids (default false) -write_tmcd E........ force or disable writing tmcd (default auto) -write_prft E........ Write producer reference time box with specified time source (from 0 to 2) (default 0) wallclock E........ pts E........ -empty_hdlr_name E........ write zero-length name string in hdlr atoms within mdia and minf atoms (default false) MP3 muxer AVOptions: -id3v2_version E........ Select ID3v2 version to write. Currently 3 and 4 are supported. (from 0 to 4) (default 4) -write_id3v1 E........ Enable ID3v1 writing. ID3v1 tags are written in UTF-8 which may not be supported by most software. (default false) -write_xing E........ Write the Xing header containing file duration. (default true) mp4 muxer AVOptions: -movflags E........ MOV muxer flags (default 0) rtphint E........ Add RTP hint tracks empty_moov E........ Make the initial moov atom empty frag_keyframe E........ Fragment at video keyframes frag_every_frame E........ Fragment at every frame separate_moof E........ Write separate moof/mdat atoms for each track frag_custom E........ Flush fragments on caller requests isml E........ Create a live smooth streaming feed (for pushing to a publishing point) faststart E........ Run a second pass to put the index (moov atom) at the beginning of the file omit_tfhd_offset E........ Omit the base data offset in tfhd atoms disable_chpl E........ Disable Nero chapter atom default_base_moof E........ Set the default-base-is-moof flag in tfhd atoms dash E........ Write DASH compatible fragmented MP4 frag_discont E........ Signal that the next fragment is discontinuous from earlier ones delay_moov E........ Delay writing the initial moov until the first fragment is cut, or until the first fragment flush global_sidx E........ Write a global sidx index at the start of the file skip_sidx E........ Skip writing of sidx atom write_colr E........ Write colr atom (Experimental, may be renamed or changed, do not use from scripts) write_gama E........ Write deprecated gama atom use_metadata_tags E........ Use mdta atom for metadata. skip_trailer E........ Skip writing the mfra/tfra/mfro trailer for fragmented files negative_cts_offsets E........ Use negative CTS offsets (reducing the need for edit lists) -moov_size E........ maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -skip_iods E........ Skip writing iods atom. (default true) -iods_audio_profile E........ iods audio profile atom. (from -1 to 255) (default -1) -iods_video_profile E........ iods video profile atom. (from -1 to 255) (default -1) -frag_duration E........ Maximum fragment duration (from 0 to INT_MAX) (default 0) -min_frag_duration E........ Minimum fragment duration (from 0 to INT_MAX) (default 0) -frag_size E........ Maximum fragment size (from 0 to INT_MAX) (default 0) -ism_lookahead E........ Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0) -video_track_timescale E........ set timescale of all video tracks (from 0 to INT_MAX) (default 0) -brand E........ Override major brand -use_editlist E........ use edit list (default auto) -fragment_index E........ Fragment number of the next fragment (from 1 to INT_MAX) (default 1) -mov_gamma E........ gamma value for gama atom (from 0 to 10) (default 0) -frag_interleave E........ Interleave samples within fragments (max number of consecutive samples, lower is tighter interleaving, but with more overhead) (from 0 to INT_MAX) (default 0) -encryption_scheme E........ Configures the encryption scheme, allowed values are none, cenc-aes-ctr -encryption_key E........ The media encryption key (hex) -encryption_kid E........ The media encryption key identifier (hex) -use_stream_ids_as_track_ids E........ use stream ids as track ids (default false) -write_tmcd E........ force or disable writing tmcd (default auto) -write_prft E........ Write producer reference time box with specified time source (from 0 to 2) (default 0) wallclock E........ pts E........ -empty_hdlr_name E........ write zero-length name string in hdlr atoms within mdia and minf atoms (default false) mpeg muxer AVOptions: -muxrate E........ (from 0 to 1.67772e+09) (default 0) -preload E........ Initial demux-decode delay in microseconds. (from 0 to INT_MAX) (default 500000) vcd muxer AVOptions: -muxrate E........ (from 0 to 1.67772e+09) (default 0) -preload E........ Initial demux-decode delay in microseconds. (from 0 to INT_MAX) (default 500000) dvd muxer AVOptions: -muxrate E........ (from 0 to 1.67772e+09) (default 0) -preload E........ Initial demux-decode delay in microseconds. (from 0 to INT_MAX) (default 500000) svcd muxer AVOptions: -muxrate E........ (from 0 to 1.67772e+09) (default 0) -preload E........ Initial demux-decode delay in microseconds. (from 0 to INT_MAX) (default 500000) vob muxer AVOptions: -muxrate E........ (from 0 to 1.67772e+09) (default 0) -preload E........ Initial demux-decode delay in microseconds. (from 0 to INT_MAX) (default 500000) MPEGTS muxer AVOptions: -mpegts_transport_stream_id E........ Set transport_stream_id field. (from 1 to 65535) (default 1) -mpegts_original_network_id E........ Set original_network_id field. (from 1 to 65535) (default 65281) -mpegts_service_id E........ Set service_id field. (from 1 to 65535) (default 1) -mpegts_service_type E........ Set service_type field. (from 1 to 255) (default digital_tv) digital_tv E........ Digital Television. digital_radio E........ Digital Radio. teletext E........ Teletext. advanced_codec_digital_radio E........ Advanced Codec Digital Radio. mpeg2_digital_hdtv E........ MPEG2 Digital HDTV. advanced_codec_digital_sdtv E........ Advanced Codec Digital SDTV. advanced_codec_digital_hdtv E........ Advanced Codec Digital HDTV. hevc_digital_hdtv E........ HEVC Digital Television Service. -mpegts_pmt_start_pid E........ Set the first pid of the PMT. (from 16 to 7936) (default 4096) -mpegts_start_pid E........ Set the first pid. (from 16 to 3840) (default 256) -mpegts_m2ts_mode E........ Enable m2ts mode. (default auto) -muxrate E........ (from 0 to INT_MAX) (default 1) -pes_payload_size E........ Minimum PES packet payload in bytes (from 0 to INT_MAX) (default 2930) -mpegts_flags E........ MPEG-TS muxing flags (default 0) resend_headers E........ Reemit PAT/PMT before writing the next packet latm E........ Use LATM packetization for AAC pat_pmt_at_frames E........ Reemit PAT and PMT at each video frame system_b E........ Conform to System B (DVB) instead of System A (ATSC) initial_discontinuity E........ Mark initial packets as discontinuous -resend_headers E........ Reemit PAT/PMT before writing the next packet (from 0 to INT_MAX) (default 0) -mpegts_copyts E........ don't offset dts/pts (default auto) -tables_version E........ set PAT, PMT and SDT version (from 0 to 31) (default 0) -omit_video_pes_length E........ Omit the PES packet length for video packets (default true) -pcr_period E........ PCR retransmission time in milliseconds (from 0 to INT_MAX) (default 20) -pat_period E........ PAT/PMT retransmission time limit in seconds (from 0 to INT_MAX) (default INT_MAX) -sdt_period E........ SDT retransmission time limit in seconds (from 0 to INT_MAX) (default INT_MAX) mpjpeg_muxer AVOptions: -boundary_tag E........ Boundary tag (default "ffmpeg") MXF muxer AVOptions: -signal_standard E........ Force/set Signal Standard (from -1 to 7) (default -1) bt601 E........ ITU-R BT.601 and BT.656, also SMPTE 125M (525 and 625 line interlaced) bt1358 E........ ITU-R BT.1358 and ITU-R BT.799-3, also SMPTE 293M (525 and 625 line progressive) smpte347m E........ SMPTE 347M (540 Mbps mappings) smpte274m E........ SMPTE 274M (1125 line) smpte296m E........ SMPTE 296M (750 line progressive) smpte349m E........ SMPTE 349M (1485 Mbps mappings) smpte428 E........ SMPTE 428-1 DCDM -store_user_comments E........ (default true) MXF-D10 muxer AVOptions: -d10_channelcount E........ Force/set channelcount in generic sound essence descriptor (from -1 to 8) (default -1) -signal_standard E........ Force/set Signal Standard (from -1 to 7) (default -1) bt601 E........ ITU-R BT.601 and BT.656, also SMPTE 125M (525 and 625 line interlaced) bt1358 E........ ITU-R BT.1358 and ITU-R BT.799-3, also SMPTE 293M (525 and 625 line progressive) smpte347m E........ SMPTE 347M (540 Mbps mappings) smpte274m E........ SMPTE 274M (1125 line) smpte296m E........ SMPTE 296M (750 line progressive) smpte349m E........ SMPTE 349M (1485 Mbps mappings) smpte428 E........ SMPTE 428-1 DCDM -store_user_comments E........ (default false) MXF-OPAtom muxer AVOptions: -mxf_audio_edit_rate E........ Audio edit rate for timecode (from 0 to INT_MAX) (default 25/1) -signal_standard E........ Force/set Signal Standard (from -1 to 7) (default -1) bt601 E........ ITU-R BT.601 and BT.656, also SMPTE 125M (525 and 625 line interlaced) bt1358 E........ ITU-R BT.1358 and ITU-R BT.799-3, also SMPTE 293M (525 and 625 line progressive) smpte347m E........ SMPTE 347M (540 Mbps mappings) smpte274m E........ SMPTE 274M (1125 line) smpte296m E........ SMPTE 296M (750 line progressive) smpte349m E........ SMPTE 349M (1485 Mbps mappings) smpte428 E........ SMPTE 428-1 DCDM -store_user_comments E........ (default true) nutenc AVOptions: -syncpoints E........ NUT syncpoint behaviour (default 0) default E........ none E........ Disable syncpoints, low overhead and unseekable timestamped E........ Extend syncpoints with a wallclock timestamp -write_index E........ Write index (default true) Ogg audio muxer AVOptions: -serial_offset E........ serial number offset (from 0 to INT_MAX) (default 0) -oggpagesize E........ Set preferred Ogg page size. (from 0 to 65025) (default 0) -pagesize E........ preferred page size in bytes (deprecated) (from 0 to 65025) (default 0) -page_duration E........ preferred page duration, in microseconds (from 0 to I64_MAX) (default 1e+06) Ogg muxer AVOptions: -serial_offset E........ serial number offset (from 0 to INT_MAX) (default 0) -oggpagesize E........ Set preferred Ogg page size. (from 0 to 65025) (default 0) -pagesize E........ preferred page size in bytes (deprecated) (from 0 to 65025) (default 0) -page_duration E........ preferred page duration, in microseconds (from 0 to I64_MAX) (default 1e+06) Ogg video muxer AVOptions: -serial_offset E........ serial number offset (from 0 to INT_MAX) (default 0) -oggpagesize E........ Set preferred Ogg page size. (from 0 to 65025) (default 0) -pagesize E........ preferred page size in bytes (deprecated) (from 0 to 65025) (default 0) -page_duration E........ preferred page duration, in microseconds (from 0 to I64_MAX) (default 1e+06) Ogg Opus muxer AVOptions: -serial_offset E........ serial number offset (from 0 to INT_MAX) (default 0) -oggpagesize E........ Set preferred Ogg page size. (from 0 to 65025) (default 0) -pagesize E........ preferred page size in bytes (deprecated) (from 0 to 65025) (default 0) -page_duration E........ preferred page duration, in microseconds (from 0 to I64_MAX) (default 1e+06) psp muxer AVOptions: -movflags E........ MOV muxer flags (default 0) rtphint E........ Add RTP hint tracks empty_moov E........ Make the initial moov atom empty frag_keyframe E........ Fragment at video keyframes frag_every_frame E........ Fragment at every frame separate_moof E........ Write separate moof/mdat atoms for each track frag_custom E........ Flush fragments on caller requests isml E........ Create a live smooth streaming feed (for pushing to a publishing point) faststart E........ Run a second pass to put the index (moov atom) at the beginning of the file omit_tfhd_offset E........ Omit the base data offset in tfhd atoms disable_chpl E........ Disable Nero chapter atom default_base_moof E........ Set the default-base-is-moof flag in tfhd atoms dash E........ Write DASH compatible fragmented MP4 frag_discont E........ Signal that the next fragment is discontinuous from earlier ones delay_moov E........ Delay writing the initial moov until the first fragment is cut, or until the first fragment flush global_sidx E........ Write a global sidx index at the start of the file skip_sidx E........ Skip writing of sidx atom write_colr E........ Write colr atom (Experimental, may be renamed or changed, do not use from scripts) write_gama E........ Write deprecated gama atom use_metadata_tags E........ Use mdta atom for metadata. skip_trailer E........ Skip writing the mfra/tfra/mfro trailer for fragmented files negative_cts_offsets E........ Use negative CTS offsets (reducing the need for edit lists) -moov_size E........ maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -skip_iods E........ Skip writing iods atom. (default true) -iods_audio_profile E........ iods audio profile atom. (from -1 to 255) (default -1) -iods_video_profile E........ iods video profile atom. (from -1 to 255) (default -1) -frag_duration E........ Maximum fragment duration (from 0 to INT_MAX) (default 0) -min_frag_duration E........ Minimum fragment duration (from 0 to INT_MAX) (default 0) -frag_size E........ Maximum fragment size (from 0 to INT_MAX) (default 0) -ism_lookahead E........ Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0) -video_track_timescale E........ set timescale of all video tracks (from 0 to INT_MAX) (default 0) -brand E........ Override major brand -use_editlist E........ use edit list (default auto) -fragment_index E........ Fragment number of the next fragment (from 1 to INT_MAX) (default 1) -mov_gamma E........ gamma value for gama atom (from 0 to 10) (default 0) -frag_interleave E........ Interleave samples within fragments (max number of consecutive samples, lower is tighter interleaving, but with more overhead) (from 0 to INT_MAX) (default 0) -encryption_scheme E........ Configures the encryption scheme, allowed values are none, cenc-aes-ctr -encryption_key E........ The media encryption key (hex) -encryption_kid E........ The media encryption key identifier (hex) -use_stream_ids_as_track_ids E........ use stream ids as track ids (default false) -write_tmcd E........ force or disable writing tmcd (default auto) -write_prft E........ Write producer reference time box with specified time source (from 0 to 2) (default 0) wallclock E........ pts E........ -empty_hdlr_name E........ write zero-length name string in hdlr atoms within mdia and minf atoms (default false) RTP muxer AVOptions: -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -payload_type E........ Specify RTP payload type (from -1 to 127) (default -1) -ssrc E........ Stream identifier (from INT_MIN to INT_MAX) (default 0) -cname E........ CNAME to include in RTCP SR packets -seq E........ Starting sequence number (from -1 to 65535) (default -1) RTSP muxer AVOptions: -initial_pause .D....... do not start playing the stream immediately (default false) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -rtsp_transport ED....... set RTSP transport protocols (default 0) udp ED....... UDP tcp ED....... TCP udp_multicast .D....... UDP multicast http .D....... HTTP tunneling https .D....... HTTPS tunneling -rtsp_flags .D....... set RTSP flags (default 0) filter_src .D....... only receive packets from the negotiated peer IP listen .D....... wait for incoming connections prefer_tcp ED....... try RTP via TCP first, if available -allowed_media_types .D....... set media types to accept from the server (default video+audio+data+subtitle) video .D....... Video audio .D....... Audio data .D....... Data subtitle .D....... Subtitle -min_port ED....... set minimum local UDP port (from 0 to 65535) (default 5000) -max_port ED....... set maximum local UDP port (from 0 to 65535) (default 65000) -listen_timeout .D....... set maximum timeout (in seconds) to wait for incoming connections (-1 is infinite, imply flag listen) (from INT_MIN to INT_MAX) (default -1) -timeout .D....... set maximum timeout (in seconds) to wait for incoming connections (-1 is infinite, imply flag listen) (deprecated, use listen_timeout) (from INT_MIN to INT_MAX) (default -1) -stimeout .D....... set timeout (in microseconds) of socket TCP I/O operations (from INT_MIN to INT_MAX) (default 0) -reorder_queue_size .D....... set number of packets to buffer for handling of reordered packets (from -1 to INT_MAX) (default -1) -buffer_size ED....... Underlying protocol send/receive buffer size (from -1 to INT_MAX) (default -1) -pkt_size E........ Underlying protocol send packet size (from -1 to INT_MAX) (default -1) -user_agent .D....... override User-Agent header (default "Lavf58.29.100") -user-agent .D....... override User-Agent header (deprecated, use user_agent) (default "Lavf58.29.100") segment muxer AVOptions: -reference_stream E........ set reference stream (default "auto") -segment_format E........ set container format used for the segments -segment_format_options E........ set list of options for the container format used for the segments -segment_list E........ set the segment list filename -segment_header_filename E........ write a single file containing the header -segment_list_flags E........ set flags affecting segment list generation (default cache) cache E........ allow list caching live E........ enable live-friendly list generation (useful for HLS) -segment_list_size E........ set the maximum number of playlist entries (from 0 to INT_MAX) (default 0) -segment_list_type E........ set the segment list type (from -1 to 4) (default -1) flat E........ flat format csv E........ csv format ext E........ extended format ffconcat E........ ffconcat format m3u8 E........ M3U8 format hls E........ Apple HTTP Live Streaming compatible -segment_atclocktime E........ set segment to be cut at clocktime (default false) -segment_clocktime_offset E........ set segment clocktime offset (default 0) -segment_clocktime_wrap_duration E........ set segment clocktime wrapping duration (default INT64_MAX) -segment_time E........ set segment duration -segment_time_delta E........ set approximation value used for the segment times (default 0) -segment_times E........ set segment split time points -segment_frames E........ set segment split frame numbers -segment_wrap E........ set number after which the index wraps (from 0 to INT_MAX) (default 0) -segment_list_entry_prefix E........ set base url prefix for segments -segment_start_number E........ set the sequence number of the first segment (from 0 to INT_MAX) (default 0) -segment_wrap_number E........ set the number of wrap before the first segment (from 0 to INT_MAX) (default 0) -strftime E........ set filename expansion with strftime at segment creation (default false) -increment_tc E........ increment timecode between each segment (default false) -break_non_keyframes E........ allow breaking segments on non-keyframes (default false) -individual_header_trailer E........ write header/trailer to each segment (default true) -write_header_trailer E........ write a header to the first segment and a trailer to the last one (default true) -reset_timestamps E........ reset timestamps at the beginning of each segment (default false) -initial_offset E........ set initial timestamp offset (default 0) -write_empty_segments E........ allow writing empty 'filler' segments (default false) stream_segment muxer AVOptions: -reference_stream E........ set reference stream (default "auto") -segment_format E........ set container format used for the segments -segment_format_options E........ set list of options for the container format used for the segments -segment_list E........ set the segment list filename -segment_header_filename E........ write a single file containing the header -segment_list_flags E........ set flags affecting segment list generation (default cache) cache E........ allow list caching live E........ enable live-friendly list generation (useful for HLS) -segment_list_size E........ set the maximum number of playlist entries (from 0 to INT_MAX) (default 0) -segment_list_type E........ set the segment list type (from -1 to 4) (default -1) flat E........ flat format csv E........ csv format ext E........ extended format ffconcat E........ ffconcat format m3u8 E........ M3U8 format hls E........ Apple HTTP Live Streaming compatible -segment_atclocktime E........ set segment to be cut at clocktime (default false) -segment_clocktime_offset E........ set segment clocktime offset (default 0) -segment_clocktime_wrap_duration E........ set segment clocktime wrapping duration (default INT64_MAX) -segment_time E........ set segment duration -segment_time_delta E........ set approximation value used for the segment times (default 0) -segment_times E........ set segment split time points -segment_frames E........ set segment split frame numbers -segment_wrap E........ set number after which the index wraps (from 0 to INT_MAX) (default 0) -segment_list_entry_prefix E........ set base url prefix for segments -segment_start_number E........ set the sequence number of the first segment (from 0 to INT_MAX) (default 0) -segment_wrap_number E........ set the number of wrap before the first segment (from 0 to INT_MAX) (default 0) -strftime E........ set filename expansion with strftime at segment creation (default false) -increment_tc E........ increment timecode between each segment (default false) -break_non_keyframes E........ allow breaking segments on non-keyframes (default false) -individual_header_trailer E........ write header/trailer to each segment (default true) -write_header_trailer E........ write a header to the first segment and a trailer to the last one (default true) -reset_timestamps E........ reset timestamps at the beginning of each segment (default false) -initial_offset E........ set initial timestamp offset (default 0) -write_empty_segments E........ allow writing empty 'filler' segments (default false) smooth streaming muxer AVOptions: -window_size E........ number of fragments kept in the manifest (from 0 to INT_MAX) (default 0) -extra_window_size E........ number of fragments kept outside of the manifest before removing from disk (from 0 to INT_MAX) (default 5) -lookahead_count E........ number of lookahead fragments (from 0 to INT_MAX) (default 2) -min_frag_duration E........ minimum fragment duration (in microseconds) (from 0 to INT_MAX) (default 5e+06) -remove_at_exit E........ remove all fragments when finished (default false) Ogg Speex muxer AVOptions: -serial_offset E........ serial number offset (from 0 to INT_MAX) (default 0) -oggpagesize E........ Set preferred Ogg page size. (from 0 to 65025) (default 0) -pagesize E........ preferred page size in bytes (deprecated) (from 0 to 65025) (default 0) -page_duration E........ preferred page duration, in microseconds (from 0 to I64_MAX) (default 1e+06) spdif AVOptions: -spdif_flags E........ IEC 61937 encapsulation flags (default 0) be E........ output in big-endian format (for use as s16be) -dtshd_rate E........ mux complete DTS frames in HD mode at the specified IEC958 rate (in Hz, default 0=disabled) (from 0 to 768000) (default 0) -dtshd_fallback_time E........ min secs to strip HD for after an overflow (-1: till the end, default 60) (from -1 to INT_MAX) (default 60) Tee muxer AVOptions: -use_fifo E........ Use fifo pseudo-muxer to separate actual muxers from encoder (default false) -fifo_options E........ fifo pseudo-muxer options tg2 muxer AVOptions: -movflags E........ MOV muxer flags (default 0) rtphint E........ Add RTP hint tracks empty_moov E........ Make the initial moov atom empty frag_keyframe E........ Fragment at video keyframes frag_every_frame E........ Fragment at every frame separate_moof E........ Write separate moof/mdat atoms for each track frag_custom E........ Flush fragments on caller requests isml E........ Create a live smooth streaming feed (for pushing to a publishing point) faststart E........ Run a second pass to put the index (moov atom) at the beginning of the file omit_tfhd_offset E........ Omit the base data offset in tfhd atoms disable_chpl E........ Disable Nero chapter atom default_base_moof E........ Set the default-base-is-moof flag in tfhd atoms dash E........ Write DASH compatible fragmented MP4 frag_discont E........ Signal that the next fragment is discontinuous from earlier ones delay_moov E........ Delay writing the initial moov until the first fragment is cut, or until the first fragment flush global_sidx E........ Write a global sidx index at the start of the file skip_sidx E........ Skip writing of sidx atom write_colr E........ Write colr atom (Experimental, may be renamed or changed, do not use from scripts) write_gama E........ Write deprecated gama atom use_metadata_tags E........ Use mdta atom for metadata. skip_trailer E........ Skip writing the mfra/tfra/mfro trailer for fragmented files negative_cts_offsets E........ Use negative CTS offsets (reducing the need for edit lists) -moov_size E........ maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -skip_iods E........ Skip writing iods atom. (default true) -iods_audio_profile E........ iods audio profile atom. (from -1 to 255) (default -1) -iods_video_profile E........ iods video profile atom. (from -1 to 255) (default -1) -frag_duration E........ Maximum fragment duration (from 0 to INT_MAX) (default 0) -min_frag_duration E........ Minimum fragment duration (from 0 to INT_MAX) (default 0) -frag_size E........ Maximum fragment size (from 0 to INT_MAX) (default 0) -ism_lookahead E........ Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0) -video_track_timescale E........ set timescale of all video tracks (from 0 to INT_MAX) (default 0) -brand E........ Override major brand -use_editlist E........ use edit list (default auto) -fragment_index E........ Fragment number of the next fragment (from 1 to INT_MAX) (default 1) -mov_gamma E........ gamma value for gama atom (from 0 to 10) (default 0) -frag_interleave E........ Interleave samples within fragments (max number of consecutive samples, lower is tighter interleaving, but with more overhead) (from 0 to INT_MAX) (default 0) -encryption_scheme E........ Configures the encryption scheme, allowed values are none, cenc-aes-ctr -encryption_key E........ The media encryption key (hex) -encryption_kid E........ The media encryption key identifier (hex) -use_stream_ids_as_track_ids E........ use stream ids as track ids (default false) -write_tmcd E........ force or disable writing tmcd (default auto) -write_prft E........ Write producer reference time box with specified time source (from 0 to 2) (default 0) wallclock E........ pts E........ -empty_hdlr_name E........ write zero-length name string in hdlr atoms within mdia and minf atoms (default false) tgp muxer AVOptions: -movflags E........ MOV muxer flags (default 0) rtphint E........ Add RTP hint tracks empty_moov E........ Make the initial moov atom empty frag_keyframe E........ Fragment at video keyframes frag_every_frame E........ Fragment at every frame separate_moof E........ Write separate moof/mdat atoms for each track frag_custom E........ Flush fragments on caller requests isml E........ Create a live smooth streaming feed (for pushing to a publishing point) faststart E........ Run a second pass to put the index (moov atom) at the beginning of the file omit_tfhd_offset E........ Omit the base data offset in tfhd atoms disable_chpl E........ Disable Nero chapter atom default_base_moof E........ Set the default-base-is-moof flag in tfhd atoms dash E........ Write DASH compatible fragmented MP4 frag_discont E........ Signal that the next fragment is discontinuous from earlier ones delay_moov E........ Delay writing the initial moov until the first fragment is cut, or until the first fragment flush global_sidx E........ Write a global sidx index at the start of the file skip_sidx E........ Skip writing of sidx atom write_colr E........ Write colr atom (Experimental, may be renamed or changed, do not use from scripts) write_gama E........ Write deprecated gama atom use_metadata_tags E........ Use mdta atom for metadata. skip_trailer E........ Skip writing the mfra/tfra/mfro trailer for fragmented files negative_cts_offsets E........ Use negative CTS offsets (reducing the need for edit lists) -moov_size E........ maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0) -rtpflags E........ RTP muxer flags (default 0) latm E........ Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC rfc2190 E........ Use RFC 2190 packetization instead of RFC 4629 for H.263 skip_rtcp E........ Don't send RTCP sender reports h264_mode0 E........ Use mode 0 for H.264 in RTP send_bye E........ Send RTCP BYE packets when finishing -skip_iods E........ Skip writing iods atom. (default true) -iods_audio_profile E........ iods audio profile atom. (from -1 to 255) (default -1) -iods_video_profile E........ iods video profile atom. (from -1 to 255) (default -1) -frag_duration E........ Maximum fragment duration (from 0 to INT_MAX) (default 0) -min_frag_duration E........ Minimum fragment duration (from 0 to INT_MAX) (default 0) -frag_size E........ Maximum fragment size (from 0 to INT_MAX) (default 0) -ism_lookahead E........ Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0) -video_track_timescale E........ set timescale of all video tracks (from 0 to INT_MAX) (default 0) -brand E........ Override major brand -use_editlist E........ use edit list (default auto) -fragment_index E........ Fragment number of the next fragment (from 1 to INT_MAX) (default 1) -mov_gamma E........ gamma value for gama atom (from 0 to 10) (default 0) -frag_interleave E........ Interleave samples within fragments (max number of consecutive samples, lower is tighter interleaving, but with more overhead) (from 0 to INT_MAX) (default 0) -encryption_scheme E........ Configures the encryption scheme, allowed values are none, cenc-aes-ctr -encryption_key E........ The media encryption key (hex) -encryption_kid E........ The media encryption key identifier (hex) -use_stream_ids_as_track_ids E........ use stream ids as track ids (default false) -write_tmcd E........ force or disable writing tmcd (default auto) -write_prft E........ Write producer reference time box with specified time source (from 0 to 2) (default 0) wallclock E........ pts E........ -empty_hdlr_name E........ write zero-length name string in hdlr atoms within mdia and minf atoms (default false) WAV muxer AVOptions: -write_bext E........ Write BEXT chunk. (default false) -write_peak E........ Write Peak Envelope chunk. (from 0 to 2) (default off) off E........ Do not write peak chunk. on E........ Append peak chunk after wav data. only E........ Write only peak chunk, omit wav data. -rf64 E........ Use RF64 header rather than RIFF for large files. (from -1 to 1) (default never) auto E........ Write RF64 header if file grows large enough. always E........ Always write RF64 header regardless of file size. never E........ Never write RF64 header regardless of file size. -peak_block_size E........ Number of audio samples used to generate each peak frame. (from 0 to 65536) (default 256) -peak_format E........ The format of the peak envelope data (1: uint8, 2: uint16). (from 1 to 2) (default 2) -peak_ppv E........ Number of peak points per peak value (1 or 2). (from 1 to 2) (default 2) webm muxer AVOptions: -reserve_index_space E........ Reserve a given amount of space (in bytes) at the beginning of the file for the index (cues). (from 0 to INT_MAX) (default 0) -cluster_size_limit E........ Store at most the provided amount of bytes in a cluster. (from -1 to INT_MAX) (default -1) -cluster_time_limit E........ Store at most the provided number of milliseconds in a cluster. (from -1 to I64_MAX) (default -1) -dash E........ Create a WebM file conforming to WebM DASH specification (default false) -dash_track_number E........ Track number for the DASH stream (from 0 to 127) (default 1) -live E........ Write files assuming it is a live stream. (default false) -allow_raw_vfw E........ allow RAW VFW mode (default false) -write_crc32 E........ write a CRC32 element inside every Level 1 element (default true) WebM DASH Manifest muxer AVOptions: -adaptation_sets E........ Adaptation sets. Syntax: id=0,streams=0,1,2 id=1,streams=3,4 and so on -debug_mode E........ [private option - users should never set this]. Create deterministic output (default false) -live E........ create a live stream manifest (default false) -chunk_start_index E........ start index of the chunk (from 0 to INT_MAX) (default 0) -chunk_duration_ms E........ duration of each chunk (in milliseconds) (from 0 to INT_MAX) (default 1000) -utc_timing_url E........ URL of the page that will return the UTC timestamp in ISO format -time_shift_buffer_depth E........ Smallest time (in seconds) shifting buffer for which any Representation is guaranteed to be available. (from 1 to DBL_MAX) (default 60) -minimum_update_period E........ Minimum Update Period (in seconds) of the manifest. (from 0 to INT_MAX) (default 0) WebM Chunk Muxer AVOptions: -chunk_start_index E........ start index of the chunk (from 0 to INT_MAX) (default 0) -header E........ filename of the header where the initialization data will be written -audio_chunk_duration E........ duration of each chunk in milliseconds (from 0 to INT_MAX) (default 5000) -method E........ set the HTTP method WebP muxer AVOptions: -loop E........ Number of times to loop the output: 0 - infinite loop (from 0 to 65535) (default 1) fbdev outdev AVOptions: -xoffset E........ set x coordinate of top left corner (from INT_MIN to INT_MAX) (default 0) -yoffset E........ set y coordinate of top left corner (from INT_MIN to INT_MAX) (default 0) SWScaler AVOptions: -sws_flags E..V..... scaler flags (default bicubic) fast_bilinear E..V..... fast bilinear bilinear E..V..... bilinear bicubic E..V..... bicubic experimental E..V..... experimental neighbor E..V..... nearest neighbor area E..V..... averaging area bicublin E..V..... luma bicubic, chroma bilinear gauss E..V..... Gaussian sinc E..V..... sinc lanczos E..V..... Lanczos spline E..V..... natural bicubic spline print_info E..V..... print info accurate_rnd E..V..... accurate rounding full_chroma_int E..V..... full chroma interpolation full_chroma_inp E..V..... full chroma input bitexact E..V..... error_diffusion E..V..... error diffusion dither -srcw E..V..... source width (from 1 to INT_MAX) (default 16) -srch E..V..... source height (from 1 to INT_MAX) (default 16) -dstw E..V..... destination width (from 1 to INT_MAX) (default 16) -dsth E..V..... destination height (from 1 to INT_MAX) (default 16) -src_format E..V..... source format (default yuv420p) -dst_format E..V..... destination format (default yuv420p) -src_range E..V..... source is full range (default false) -dst_range E..V..... destination is full range (default false) -param0 E..V..... scaler param 0 (from INT_MIN to INT_MAX) (default 123456) -param1 E..V..... scaler param 1 (from INT_MIN to INT_MAX) (default 123456) -src_v_chr_pos E..V..... source vertical chroma position in luma grid/256 (from -513 to 512) (default -513) -src_h_chr_pos E..V..... source horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) -dst_v_chr_pos E..V..... destination vertical chroma position in luma grid/256 (from -513 to 512) (default -513) -dst_h_chr_pos E..V..... destination horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) -sws_dither E..V..... set dithering algorithm (from 0 to 6) (default auto) auto E..V..... leave choice to sws bayer E..V..... bayer dither ed E..V..... error diffusion a_dither E..V..... arithmetic addition dither x_dither E..V..... arithmetic xor dither -gamma E..V..... gamma correct scaling (default false) -alphablend E..V..... mode for alpha -> non alpha (from 0 to 2) (default none) none E..V..... ignore alpha uniform_color E..V..... blend onto a uniform color checkerboard E..V..... blend onto a checkerboard SWResampler AVOptions: -ich ....A.... set input channel count (from 0 to 64) (default 0) -in_channel_count ....A.... set input channel count (from 0 to 64) (default 0) -och ....A.... set output channel count (from 0 to 64) (default 0) -out_channel_count ....A.... set output channel count (from 0 to 64) (default 0) -uch ....A.... set used channel count (from 0 to 64) (default 0) -used_channel_count ....A.... set used channel count (from 0 to 64) (default 0) -isr ....A.... set input sample rate (from 0 to INT_MAX) (default 0) -in_sample_rate ....A.... set input sample rate (from 0 to INT_MAX) (default 0) -osr ....A.... set output sample rate (from 0 to INT_MAX) (default 0) -out_sample_rate ....A.... set output sample rate (from 0 to INT_MAX) (default 0) -isf ....A.... set input sample format (default none) -in_sample_fmt ....A.... set input sample format (default none) -osf ....A.... set output sample format (default none) -out_sample_fmt ....A.... set output sample format (default none) -tsf ....A.... set internal sample format (default none) -internal_sample_fmt ....A.... set internal sample format (default none) -icl ....A.... set input channel layout (default 0x0) -in_channel_layout ....A.... set input channel layout (default 0x0) -ocl ....A.... set output channel layout (default 0x0) -out_channel_layout ....A.... set output channel layout (default 0x0) -clev ....A.... set center mix level (from -32 to 32) (default 0.707107) -center_mix_level ....A.... set center mix level (from -32 to 32) (default 0.707107) -slev ....A.... set surround mix level (from -32 to 32) (default 0.707107) -surround_mix_level ....A.... set surround mix Level (from -32 to 32) (default 0.707107) -lfe_mix_level ....A.... set LFE mix level (from -32 to 32) (default 0) -rmvol ....A.... set rematrix volume (from -1000 to 1000) (default 1) -rematrix_volume ....A.... set rematrix volume (from -1000 to 1000) (default 1) -rematrix_maxval ....A.... set rematrix maxval (from 0 to 1000) (default 0) -flags ....A.... set flags (default 0) res ....A.... force resampling -swr_flags ....A.... set flags (default 0) res ....A.... force resampling -dither_scale ....A.... set dither scale (from 0 to INT_MAX) (default 1) -dither_method ....A.... set dither method (from 0 to 71) (default 0) rectangular ....A.... select rectangular dither triangular ....A.... select triangular dither triangular_hp ....A.... select triangular dither with high pass lipshitz ....A.... select Lipshitz noise shaping dither shibata ....A.... select Shibata noise shaping dither low_shibata ....A.... select low Shibata noise shaping dither high_shibata ....A.... select high Shibata noise shaping dither f_weighted ....A.... select f-weighted noise shaping dither modified_e_weighted ....A.... select modified-e-weighted noise shaping dither improved_e_weighted ....A.... select improved-e-weighted noise shaping dither -filter_size ....A.... set swr resampling filter size (from 0 to INT_MAX) (default 32) -phase_shift ....A.... set swr resampling phase shift (from 0 to 24) (default 10) -linear_interp ....A.... enable linear interpolation (default true) -exact_rational ....A.... enable exact rational (default true) -cutoff ....A.... set cutoff frequency ratio (from 0 to 1) (default 0) -resample_cutoff ....A.... set cutoff frequency ratio (from 0 to 1) (default 0) -resampler ....A.... set resampling Engine (from 0 to 1) (default swr) swr ....A.... select SW Resampler soxr ....A.... select SoX Resampler -precision ....A.... set soxr resampling precision (in bits) (from 15 to 33) (default 20) -cheby ....A.... enable soxr Chebyshev passband & higher-precision irrational ratio approximation (default false) -min_comp ....A.... set minimum difference between timestamps and audio data (in seconds) below which no timestamp compensation of either kind is applied (from 0 to FLT_MAX) (default FLT_MAX) -min_hard_comp ....A.... set minimum difference between timestamps and audio data (in seconds) to trigger padding/trimming the data. (from 0 to INT_MAX) (default 0.1) -comp_duration ....A.... set duration (in seconds) over which data is stretched/squeezed to make it match the timestamps. (from 0 to INT_MAX) (default 1) -max_soft_comp ....A.... set maximum factor by which data is stretched/squeezed to make it match the timestamps. (from INT_MIN to INT_MAX) (default 0) -async ....A.... simplified 1 parameter audio timestamp matching, 0(disabled), 1(filling and trimming), >1(maximum stretch/squeeze in samples per second) (from INT_MIN to INT_MAX) (default 0) -first_pts ....A.... Assume the first pts should be this value (in samples). (from I64_MIN to I64_MAX) (default I64_MIN) -matrix_encoding ....A.... set matrixed stereo encoding (from 0 to 6) (default none) none ....A.... select none dolby ....A.... select Dolby dplii ....A.... select Dolby Pro Logic II -filter_type ....A.... select swr filter type (from 0 to 2) (default kaiser) cubic ....A.... select cubic blackman_nuttall ....A.... select Blackman Nuttall windowed sinc kaiser ....A.... select Kaiser windowed sinc -kaiser_beta ....A.... set swr Kaiser window beta (from 2 to 16) (default 9) -output_sample_bits ....A.... set swr number of output sample bits (from 0 to 64) (default 0) AVFilter AVOptions: thread_type ..F...... Allowed thread types (default slice) slice ..F...... enable ..F...... set enable expression threads ..F...... Allowed number of threads (from 0 to INT_MAX) (default 0) extra_hw_frames ..F...... Number of extra hardware frames to allocate for the user (from -1 to INT_MAX) (default -1) abench AVOptions: action ..F.A.... set action (from 0 to 1) (default start) start ..F.A.... start timer stop ..F.A.... stop timer acompressor AVOptions: level_in ..F.A.... set input gain (from 0.015625 to 64) (default 1) mode ..F.A.... set mode (from 0 to 1) (default downward) downward ..F.A.... upward ..F.A.... threshold ..F.A.... set threshold (from 0.000976563 to 1) (default 0.125) ratio ..F.A.... set ratio (from 1 to 20) (default 2) attack ..F.A.... set attack (from 0.01 to 2000) (default 20) release ..F.A.... set release (from 0.01 to 9000) (default 250) makeup ..F.A.... set make up gain (from 1 to 64) (default 1) knee ..F.A.... set knee (from 1 to 8) (default 2.82843) link ..F.A.... set link type (from 0 to 1) (default average) average ..F.A.... maximum ..F.A.... detection ..F.A.... set detection (from 0 to 1) (default rms) peak ..F.A.... rms ..F.A.... level_sc ..F.A.... set sidechain gain (from 0.015625 to 64) (default 1) mix ..F.A.... set mix (from 0 to 1) (default 1) acontrast AVOptions: contrast ..F.A.... set contrast (from 0 to 100) (default 33) acue AVOptions: cue ..FVA.... cue unix timestamp in microseconds (from 0 to I64_MAX) (default 0) preroll ..FVA.... preroll duration in seconds (default 0) buffer ..FVA.... buffer duration in seconds (default 0) acrossfade AVOptions: nb_samples ..F.A.... set number of samples for cross fade duration (from 1 to 2.14748e+08) (default 44100) ns ..F.A.... set number of samples for cross fade duration (from 1 to 2.14748e+08) (default 44100) duration ..F.A.... set cross fade duration (default 0) d ..F.A.... set cross fade duration (default 0) overlap ..F.A.... overlap 1st stream end with 2nd stream start (default true) o ..F.A.... overlap 1st stream end with 2nd stream start (default true) curve1 ..F.A.... set fade curve type for 1st stream (from 0 to 17) (default tri) tri ..F.A.... linear slope qsin ..F.A.... quarter of sine wave esin ..F.A.... exponential sine wave hsin ..F.A.... half of sine wave log ..F.A.... logarithmic ipar ..F.A.... inverted parabola qua ..F.A.... quadratic cub ..F.A.... cubic squ ..F.A.... square root cbr ..F.A.... cubic root par ..F.A.... parabola exp ..F.A.... exponential iqsin ..F.A.... inverted quarter of sine wave ihsin ..F.A.... inverted half of sine wave dese ..F.A.... double-exponential seat desi ..F.A.... double-exponential sigmoid losi ..F.A.... logistic sigmoid nofade ..F.A.... no fade; keep audio as-is c1 ..F.A.... set fade curve type for 1st stream (from 0 to 17) (default tri) tri ..F.A.... linear slope qsin ..F.A.... quarter of sine wave esin ..F.A.... exponential sine wave hsin ..F.A.... half of sine wave log ..F.A.... logarithmic ipar ..F.A.... inverted parabola qua ..F.A.... quadratic cub ..F.A.... cubic squ ..F.A.... square root cbr ..F.A.... cubic root par ..F.A.... parabola exp ..F.A.... exponential iqsin ..F.A.... inverted quarter of sine wave ihsin ..F.A.... inverted half of sine wave dese ..F.A.... double-exponential seat desi ..F.A.... double-exponential sigmoid losi ..F.A.... logistic sigmoid nofade ..F.A.... no fade; keep audio as-is curve2 ..F.A.... set fade curve type for 2nd stream (from 0 to 17) (default tri) tri ..F.A.... linear slope qsin ..F.A.... quarter of sine wave esin ..F.A.... exponential sine wave hsin ..F.A.... half of sine wave log ..F.A.... logarithmic ipar ..F.A.... inverted parabola qua ..F.A.... quadratic cub ..F.A.... cubic squ ..F.A.... square root cbr ..F.A.... cubic root par ..F.A.... parabola exp ..F.A.... exponential iqsin ..F.A.... inverted quarter of sine wave ihsin ..F.A.... inverted half of sine wave dese ..F.A.... double-exponential seat desi ..F.A.... double-exponential sigmoid losi ..F.A.... logistic sigmoid nofade ..F.A.... no fade; keep audio as-is c2 ..F.A.... set fade curve type for 2nd stream (from 0 to 17) (default tri) tri ..F.A.... linear slope qsin ..F.A.... quarter of sine wave esin ..F.A.... exponential sine wave hsin ..F.A.... half of sine wave log ..F.A.... logarithmic ipar ..F.A.... inverted parabola qua ..F.A.... quadratic cub ..F.A.... cubic squ ..F.A.... square root cbr ..F.A.... cubic root par ..F.A.... parabola exp ..F.A.... exponential iqsin ..F.A.... inverted quarter of sine wave ihsin ..F.A.... inverted half of sine wave dese ..F.A.... double-exponential seat desi ..F.A.... double-exponential sigmoid losi ..F.A.... logistic sigmoid nofade ..F.A.... no fade; keep audio as-is acrossover AVOptions: split ..F.A.... set split frequencies (default "500") order ..F.A.... set order (from 0 to 2) (default 4th) 2nd ..F.A.... 2nd order 4th ..F.A.... 4th order 8th ..F.A.... 8th order acrusher AVOptions: level_in ..F.A.... set level in (from 0.015625 to 64) (default 1) level_out ..F.A.... set level out (from 0.015625 to 64) (default 1) bits ..F.A.... set bit reduction (from 1 to 64) (default 8) mix ..F.A.... set mix (from 0 to 1) (default 0.5) mode ..F.A.... set mode (from 0 to 1) (default lin) lin ..F.A.... linear log ..F.A.... logarithmic dc ..F.A.... set DC (from 0.25 to 4) (default 1) aa ..F.A.... set anti-aliasing (from 0 to 1) (default 0.5) samples ..F.A.... set sample reduction (from 1 to 250) (default 1) lfo ..F.A.... enable LFO (default false) lforange ..F.A.... set LFO depth (from 1 to 250) (default 20) lforate ..F.A.... set LFO rate (from 0.01 to 200) (default 0.3) adeclick AVOptions: w ..F.A.... set window size (from 10 to 100) (default 55) o ..F.A.... set window overlap (from 50 to 95) (default 75) a ..F.A.... set autoregression order (from 0 to 25) (default 2) t ..F.A.... set threshold (from 1 to 100) (default 2) b ..F.A.... set burst fusion (from 0 to 10) (default 2) m ..F.A.... set overlap method (from 0 to 1) (default a) a ..F.A.... overlap-add s ..F.A.... overlap-save adeclip AVOptions: w ..F.A.... set window size (from 10 to 100) (default 55) o ..F.A.... set window overlap (from 50 to 95) (default 75) a ..F.A.... set autoregression order (from 0 to 25) (default 8) t ..F.A.... set threshold (from 1 to 100) (default 10) n ..F.A.... set histogram size (from 100 to 9999) (default 1000) m ..F.A.... set overlap method (from 0 to 1) (default a) a ..F.A.... overlap-add s ..F.A.... overlap-save adelay AVOptions: delays ..F.A.... set list of delays for each channel aecho AVOptions: in_gain ..F.A.... set signal input gain (from 0 to 1) (default 0.6) out_gain ..F.A.... set signal output gain (from 0 to 1) (default 0.3) delays ..F.A.... set list of signal delays (default "1000") decays ..F.A.... set list of signal decays (default "0.5") aemphasis AVOptions: level_in ..F.A.... set input gain (from 0 to 64) (default 1) level_out ..F.A.... set output gain (from 0 to 64) (default 1) mode ..F.A.... set filter mode (from 0 to 1) (default reproduction) reproduction ..F.A.... production ..F.A.... type ..F.A.... set filter type (from 0 to 8) (default cd) col ..F.A.... Columbia emi ..F.A.... EMI bsi ..F.A.... BSI (78RPM) riaa ..F.A.... RIAA cd ..F.A.... Compact Disc (CD) 50fm ..F.A.... 50µs (FM) 75fm ..F.A.... 75µs (FM) 50kf ..F.A.... 50µs (FM-KF) 75kf ..F.A.... 75µs (FM-KF) aeval AVOptions: exprs ..F.A.... set the '|'-separated list of channels expressions channel_layout ..F.A.... set channel layout c ..F.A.... set channel layout afade AVOptions: type ..F.A.... set the fade direction (from 0 to 1) (default in) in ..F.A.... fade-in out ..F.A.... fade-out t ..F.A.... set the fade direction (from 0 to 1) (default in) in ..F.A.... fade-in out ..F.A.... fade-out start_sample ..F.A.... set number of first sample to start fading (from 0 to I64_MAX) (default 0) ss ..F.A.... set number of first sample to start fading (from 0 to I64_MAX) (default 0) nb_samples ..F.A.... set number of samples for fade duration (from 1 to I64_MAX) (default 44100) ns ..F.A.... set number of samples for fade duration (from 1 to I64_MAX) (default 44100) start_time ..F.A.... set time to start fading (default 0) st ..F.A.... set time to start fading (default 0) duration ..F.A.... set fade duration (default 0) d ..F.A.... set fade duration (default 0) curve ..F.A.... set fade curve type (from 0 to 17) (default tri) tri ..F.A.... linear slope qsin ..F.A.... quarter of sine wave esin ..F.A.... exponential sine wave hsin ..F.A.... half of sine wave log ..F.A.... logarithmic ipar ..F.A.... inverted parabola qua ..F.A.... quadratic cub ..F.A.... cubic squ ..F.A.... square root cbr ..F.A.... cubic root par ..F.A.... parabola exp ..F.A.... exponential iqsin ..F.A.... inverted quarter of sine wave ihsin ..F.A.... inverted half of sine wave dese ..F.A.... double-exponential seat desi ..F.A.... double-exponential sigmoid losi ..F.A.... logistic sigmoid nofade ..F.A.... no fade; keep audio as-is c ..F.A.... set fade curve type (from 0 to 17) (default tri) tri ..F.A.... linear slope qsin ..F.A.... quarter of sine wave esin ..F.A.... exponential sine wave hsin ..F.A.... half of sine wave log ..F.A.... logarithmic ipar ..F.A.... inverted parabola qua ..F.A.... quadratic cub ..F.A.... cubic squ ..F.A.... square root cbr ..F.A.... cubic root par ..F.A.... parabola exp ..F.A.... exponential iqsin ..F.A.... inverted quarter of sine wave ihsin ..F.A.... inverted half of sine wave dese ..F.A.... double-exponential seat desi ..F.A.... double-exponential sigmoid losi ..F.A.... logistic sigmoid nofade ..F.A.... no fade; keep audio as-is afftdn AVOptions: nr ..F.A.... set the noise reduction (from 0.01 to 97) (default 12) nf ..F.A.... set the noise floor (from -80 to -20) (default -50) nt ..F.A.... set the noise type (from 0 to 3) (default w) w ..F.A.... white noise v ..F.A.... vinyl noise s ..F.A.... shellac noise c ..F.A.... custom noise bn ..F.A.... set the custom bands noise rf ..F.A.... set the residual floor (from -80 to -20) (default -38) tn ..F.A.... track noise (default false) tr ..F.A.... track residual (default false) om ..F.A.... set output mode (from 0 to 2) (default o) i ..F.A.... input o ..F.A.... output n ..F.A.... noise afftfilt AVOptions: real ..F.A.... set channels real expressions (default "re") imag ..F.A.... set channels imaginary expressions (default "im") win_size ..F.A.... set window size (from 16 to 131072) (default 4096) win_func ..F.A.... set window function (from 0 to 19) (default hann) rect ..F.A.... Rectangular bartlett ..F.A.... Bartlett hann ..F.A.... Hann hanning ..F.A.... Hanning hamming ..F.A.... Hamming blackman ..F.A.... Blackman welch ..F.A.... Welch flattop ..F.A.... Flat-top bharris ..F.A.... Blackman-Harris bnuttall ..F.A.... Blackman-Nuttall bhann ..F.A.... Bartlett-Hann sine ..F.A.... Sine nuttall ..F.A.... Nuttall lanczos ..F.A.... Lanczos gauss ..F.A.... Gauss tukey ..F.A.... Tukey dolph ..F.A.... Dolph-Chebyshev cauchy ..F.A.... Cauchy parzen ..F.A.... Parzen poisson ..F.A.... Poisson bohman ..F.A.... Bohman overlap ..F.A.... set window overlap (from 0 to 1) (default 0.75) afir AVOptions: dry ..F.A.... set dry gain (from 0 to 10) (default 1) wet ..F.A.... set wet gain (from 0 to 10) (default 1) length ..F.A.... set IR length (from 0 to 1) (default 1) gtype ..F.A.... set IR auto gain type (from -1 to 2) (default peak) none ..F.A.... without auto gain peak ..F.A.... peak gain dc ..F.A.... DC gain gn ..F.A.... gain to noise irgain ..F.A.... set IR gain (from 0 to 1) (default 1) irfmt ..F.A.... set IR format (from 0 to 1) (default input) mono ..F.A.... single channel input ..F.A.... same as input maxir ..F.A.... set max IR length (from 0.1 to 60) (default 30) response ..FV..... show IR frequency response (default false) channel ..FV..... set IR channel to display frequency response (from 0 to 1024) (default 0) size ..FV..... set video size (default "hd720") rate ..FV..... set video rate (default "25") minp ..F.A.... set min partition size (from 8 to 32768) (default 8192) maxp ..F.A.... set max partition size (from 8 to 32768) (default 8192) aformat AVOptions: sample_fmts ..F.A.... A '|'-separated list of sample formats. sample_rates ..F.A.... A '|'-separated list of sample rates. channel_layouts ..F.A.... A '|'-separated list of channel layouts. agate AVOptions: level_in ..F.A.... set input level (from 0.015625 to 64) (default 1) mode ..F.A.... set mode (from 0 to 1) (default downward) downward ..F.A.... upward ..F.A.... range ..F.A.... set max gain reduction (from 0 to 1) (default 0.06125) threshold ..F.A.... set threshold (from 0 to 1) (default 0.125) ratio ..F.A.... set ratio (from 1 to 9000) (default 2) attack ..F.A.... set attack (from 0.01 to 9000) (default 20) release ..F.A.... set release (from 0.01 to 9000) (default 250) makeup ..F.A.... set makeup gain (from 1 to 64) (default 1) knee ..F.A.... set knee (from 1 to 8) (default 2.82843) detection ..F.A.... set detection (from 0 to 1) (default rms) peak ..F.A.... rms ..F.A.... link ..F.A.... set link (from 0 to 1) (default average) average ..F.A.... maximum ..F.A.... level_sc ..F.A.... set sidechain gain (from 0.015625 to 64) (default 1) aiir AVOptions: z ..F.A.... set B/numerator/zeros coefficients (default "1+0i 1-0i") p ..F.A.... set A/denominator/poles coefficients (default "1+0i 1-0i") k ..F.A.... set channels gains (default "1|1") dry ..F.A.... set dry gain (from 0 to 1) (default 1) wet ..F.A.... set wet gain (from 0 to 1) (default 1) f ..F.A.... set coefficients format (from 0 to 3) (default zp) tf ..F.A.... transfer function zp ..F.A.... Z-plane zeros/poles pr ..F.A.... Z-plane zeros/poles (polar radians) pd ..F.A.... Z-plane zeros/poles (polar degrees) r ..F.A.... set kind of processing (from 0 to 1) (default s) d ..F.A.... direct s ..F.A.... serial cascading e ..F.A.... set precision (from 0 to 3) (default dbl) dbl ..F.A.... double-precision floating-point flt ..F.A.... single-precision floating-point i32 ..F.A.... 32-bit integers i16 ..F.A.... 16-bit integers mix ..F.A.... set mix (from 0 to 1) (default 1) response ..FV..... show IR frequency response (default false) channel ..FV..... set IR channel to display frequency response (from 0 to 1024) (default 0) size ..FV..... set video size (default "hd720") rate ..FV..... set video rate (default "25") ainterleave AVOptions: nb_inputs ..F.A.... set number of inputs (from 1 to INT_MAX) (default 2) n ..F.A.... set number of inputs (from 1 to INT_MAX) (default 2) alimiter AVOptions: level_in ..F.A.... set input level (from 0.015625 to 64) (default 1) level_out ..F.A.... set output level (from 0.015625 to 64) (default 1) limit ..F.A.... set limit (from 0.0625 to 1) (default 1) attack ..F.A.... set attack (from 0.1 to 80) (default 5) release ..F.A.... set release (from 1 to 8000) (default 50) asc ..F.A.... enable asc (default false) asc_level ..F.A.... set asc level (from 0 to 1) (default 0.5) level ..F.A.... auto level (default true) allpass AVOptions: frequency ..F.A.... set central frequency (from 0 to 999999) (default 3000) f ..F.A.... set central frequency (from 0 to 999999) (default 3000) width_type ..F.A.... set filter-width type (from 1 to 5) (default h) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default h) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set filter-width (from 0 to 99999) (default 707.1) w ..F.A.... set filter-width (from 0 to 99999) (default 707.1) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) aloop AVOptions: loop ..F.A.... number of loops (from -1 to INT_MAX) (default 0) size ..F.A.... max number of samples to loop (from 0 to INT_MAX) (default 0) start ..F.A.... set the loop start sample (from 0 to I64_MAX) (default 0) amerge AVOptions: inputs ..F.A.... specify the number of inputs (from 1 to 64) (default 2) ametadata AVOptions: mode ..F.A.... set a mode of operation (from 0 to 4) (default select) select ..F.A.... select frame add ..F.A.... add new metadata modify ..F.A.... modify metadata delete ..F.A.... delete metadata print ..F.A.... print metadata key ..F.A.... set metadata key value ..F.A.... set metadata value function ..F.A.... function for comparing values (from 0 to 5) (default same_str) same_str ..F.A.... starts_with ..F.A.... less ..F.A.... equal ..F.A.... greater ..F.A.... expr ..F.A.... expr ..F.A.... set expression for expr function file ..F.A.... set file where to print metadata information amix AVOptions: inputs ..F.A.... Number of inputs. (from 1 to 1024) (default 2) duration ..F.A.... How to determine the end-of-stream. (from 0 to 2) (default longest) longest ..F.A.... Duration of longest input. shortest ..F.A.... Duration of shortest input. first ..F.A.... Duration of first input. dropout_transition ..F.A.... Transition time, in seconds, for volume renormalization when an input stream ends. (from 0 to INT_MAX) (default 2) weights ..F.A.... Set weight for each input. (default "1 1") anequalizer AVOptions: params ..F.A.... (default "") curves ..FV..... draw frequency response curves (default false) size ..FV..... set video size (default "hd720") mgain ..FV..... set max gain (from -900 to 900) (default 60) fscale ..FV..... set frequency scale (from 0 to 1) (default log) lin ..FV..... linear log ..FV..... logarithmic colors ..FV..... set channels curves colors (default "red|green|blue|yellow|orange|lime|pink|magenta|brown") anlmdn AVOptions: s ..F.A.... set denoising strength (from 1e-05 to 10) (default 1e-05) p ..F.A.... set patch duration (default 0.002) r ..F.A.... set research duration (default 0.006) o ..F.A.... set output mode (from 0 to 2) (default o) i ..F.A.... input o ..F.A.... output n ..F.A.... noise m ..F.A.... set smooth factor (from 1 to 15) (default 11) apad AVOptions: packet_size ..F.A.... set silence packet size (from 0 to INT_MAX) (default 4096) pad_len ..F.A.... set number of samples of silence to add (from -1 to I64_MAX) (default -1) whole_len ..F.A.... set minimum target number of samples in the audio stream (from -1 to I64_MAX) (default -1) pad_dur ..F.A.... set duration of silence to add (default 0) whole_dur ..F.A.... set minimum target duration in the audio stream (default 0) aperms AVOptions: mode ..FVA.... select permissions mode (from 0 to 4) (default none) none ..FVA.... do nothing ro ..FVA.... set all output frames read-only rw ..FVA.... set all output frames writable toggle ..FVA.... switch permissions random ..FVA.... set permissions randomly seed ..FVA.... set the seed for the random mode (from -1 to UINT32_MAX) (default -1) aphaser AVOptions: in_gain ..F.A.... set input gain (from 0 to 1) (default 0.4) out_gain ..F.A.... set output gain (from 0 to 1e+09) (default 0.74) delay ..F.A.... set delay in milliseconds (from 0 to 5) (default 3) decay ..F.A.... set decay (from 0 to 0.99) (default 0.4) speed ..F.A.... set modulation speed (from 0.1 to 2) (default 0.5) type ..F.A.... set modulation type (from 0 to 1) (default triangular) triangular ..F.A.... t ..F.A.... sinusoidal ..F.A.... s ..F.A.... apulsator AVOptions: level_in ..F.A.... set input gain (from 0.015625 to 64) (default 1) level_out ..F.A.... set output gain (from 0.015625 to 64) (default 1) mode ..F.A.... set mode (from 0 to 4) (default sine) sine ..F.A.... triangle ..F.A.... square ..F.A.... sawup ..F.A.... sawdown ..F.A.... amount ..F.A.... set modulation (from 0 to 1) (default 1) offset_l ..F.A.... set offset L (from 0 to 1) (default 0) offset_r ..F.A.... set offset R (from 0 to 1) (default 0.5) width ..F.A.... set pulse width (from 0 to 2) (default 1) timing ..F.A.... set timing (from 0 to 2) (default hz) bpm ..F.A.... ms ..F.A.... hz ..F.A.... bpm ..F.A.... set BPM (from 30 to 300) (default 120) ms ..F.A.... set ms (from 10 to 2000) (default 500) hz ..F.A.... set frequency (from 0.01 to 100) (default 2) arealtime AVOptions: limit ..FVA.... sleep time limit (default 2) speed ..FVA.... speed factor (from DBL_MIN to DBL_MAX) (default 1) aresample AVOptions: sample_rate ..F.A.... (from 0 to INT_MAX) (default 0) SWResampler AVOptions: -ich ....A.... set input channel count (from 0 to 64) (default 0) -in_channel_count ....A.... set input channel count (from 0 to 64) (default 0) -och ....A.... set output channel count (from 0 to 64) (default 0) -out_channel_count ....A.... set output channel count (from 0 to 64) (default 0) -uch ....A.... set used channel count (from 0 to 64) (default 0) -used_channel_count ....A.... set used channel count (from 0 to 64) (default 0) -isr ....A.... set input sample rate (from 0 to INT_MAX) (default 0) -in_sample_rate ....A.... set input sample rate (from 0 to INT_MAX) (default 0) -osr ....A.... set output sample rate (from 0 to INT_MAX) (default 0) -out_sample_rate ....A.... set output sample rate (from 0 to INT_MAX) (default 0) -isf ....A.... set input sample format (default none) -in_sample_fmt ....A.... set input sample format (default none) -osf ....A.... set output sample format (default none) -out_sample_fmt ....A.... set output sample format (default none) -tsf ....A.... set internal sample format (default none) -internal_sample_fmt ....A.... set internal sample format (default none) -icl ....A.... set input channel layout (default 0x0) -in_channel_layout ....A.... set input channel layout (default 0x0) -ocl ....A.... set output channel layout (default 0x0) -out_channel_layout ....A.... set output channel layout (default 0x0) -clev ....A.... set center mix level (from -32 to 32) (default 0.707107) -center_mix_level ....A.... set center mix level (from -32 to 32) (default 0.707107) -slev ....A.... set surround mix level (from -32 to 32) (default 0.707107) -surround_mix_level ....A.... set surround mix Level (from -32 to 32) (default 0.707107) -lfe_mix_level ....A.... set LFE mix level (from -32 to 32) (default 0) -rmvol ....A.... set rematrix volume (from -1000 to 1000) (default 1) -rematrix_volume ....A.... set rematrix volume (from -1000 to 1000) (default 1) -rematrix_maxval ....A.... set rematrix maxval (from 0 to 1000) (default 0) -flags ....A.... set flags (default 0) res ....A.... force resampling -swr_flags ....A.... set flags (default 0) res ....A.... force resampling -dither_scale ....A.... set dither scale (from 0 to INT_MAX) (default 1) -dither_method ....A.... set dither method (from 0 to 71) (default 0) rectangular ....A.... select rectangular dither triangular ....A.... select triangular dither triangular_hp ....A.... select triangular dither with high pass lipshitz ....A.... select Lipshitz noise shaping dither shibata ....A.... select Shibata noise shaping dither low_shibata ....A.... select low Shibata noise shaping dither high_shibata ....A.... select high Shibata noise shaping dither f_weighted ....A.... select f-weighted noise shaping dither modified_e_weighted ....A.... select modified-e-weighted noise shaping dither improved_e_weighted ....A.... select improved-e-weighted noise shaping dither -filter_size ....A.... set swr resampling filter size (from 0 to INT_MAX) (default 32) -phase_shift ....A.... set swr resampling phase shift (from 0 to 24) (default 10) -linear_interp ....A.... enable linear interpolation (default true) -exact_rational ....A.... enable exact rational (default true) -cutoff ....A.... set cutoff frequency ratio (from 0 to 1) (default 0) -resample_cutoff ....A.... set cutoff frequency ratio (from 0 to 1) (default 0) -resampler ....A.... set resampling Engine (from 0 to 1) (default swr) swr ....A.... select SW Resampler soxr ....A.... select SoX Resampler -precision ....A.... set soxr resampling precision (in bits) (from 15 to 33) (default 20) -cheby ....A.... enable soxr Chebyshev passband & higher-precision irrational ratio approximation (default false) -min_comp ....A.... set minimum difference between timestamps and audio data (in seconds) below which no timestamp compensation of either kind is applied (from 0 to FLT_MAX) (default FLT_MAX) -min_hard_comp ....A.... set minimum difference between timestamps and audio data (in seconds) to trigger padding/trimming the data. (from 0 to INT_MAX) (default 0.1) -comp_duration ....A.... set duration (in seconds) over which data is stretched/squeezed to make it match the timestamps. (from 0 to INT_MAX) (default 1) -max_soft_comp ....A.... set maximum factor by which data is stretched/squeezed to make it match the timestamps. (from INT_MIN to INT_MAX) (default 0) -async ....A.... simplified 1 parameter audio timestamp matching, 0(disabled), 1(filling and trimming), >1(maximum stretch/squeeze in samples per second) (from INT_MIN to INT_MAX) (default 0) -first_pts ....A.... Assume the first pts should be this value (in samples). (from I64_MIN to I64_MAX) (default I64_MIN) -matrix_encoding ....A.... set matrixed stereo encoding (from 0 to 6) (default none) none ....A.... select none dolby ....A.... select Dolby dplii ....A.... select Dolby Pro Logic II -filter_type ....A.... select swr filter type (from 0 to 2) (default kaiser) cubic ....A.... select cubic blackman_nuttall ....A.... select Blackman Nuttall windowed sinc kaiser ....A.... select Kaiser windowed sinc -kaiser_beta ....A.... set swr Kaiser window beta (from 2 to 16) (default 9) -output_sample_bits ....A.... set swr number of output sample bits (from 0 to 64) (default 0) aselect AVOptions: expr ..F.A.... set an expression to use for selecting frames (default "1") e ..F.A.... set an expression to use for selecting frames (default "1") outputs ..F.A.... set the number of outputs (from 1 to INT_MAX) (default 1) n ..F.A.... set the number of outputs (from 1 to INT_MAX) (default 1) asendcmd AVOptions: commands ..FVA.... set commands c ..FVA.... set commands filename ..FVA.... set commands file f ..FVA.... set commands file asetnsamples AVOptions: nb_out_samples ..F.A.... set the number of per-frame output samples (from 1 to INT_MAX) (default 1024) n ..F.A.... set the number of per-frame output samples (from 1 to INT_MAX) (default 1024) pad ..F.A.... pad last frame with zeros (default true) p ..F.A.... pad last frame with zeros (default true) asetpts AVOptions: expr ..FVA.... Expression determining the frame timestamp (default "PTS") asetrate AVOptions: sample_rate ..F.A.... set the sample rate (from 1 to INT_MAX) (default 44100) r ..F.A.... set the sample rate (from 1 to INT_MAX) (default 44100) asettb AVOptions: expr ..F.A.... set expression determining the output timebase (default "intb") tb ..F.A.... set expression determining the output timebase (default "intb") asidedata AVOptions: mode ..F.A.... set a mode of operation (from 0 to 1) (default select) select ..F.A.... select frame delete ..F.A.... delete side data type ..F.A.... set side data type (from -1 to INT_MAX) (default -1) PANSCAN ..F.A.... A53_CC ..F.A.... STEREO3D ..F.A.... MATRIXENCODING ..F.A.... DOWNMIX_INFO ..F.A.... REPLAYGAIN ..F.A.... DISPLAYMATRIX ..F.A.... AFD ..F.A.... MOTION_VECTORS ..F.A.... SKIP_SAMPLES ..F.A.... AUDIO_SERVICE_TYPE ..F.A.... MASTERING_DISPLAY_METADATA ..F.A.... GOP_TIMECODE ..F.A.... SPHERICAL ..F.A.... CONTENT_LIGHT_LEVEL ..F.A.... ICC_PROFILE ..F.A.... QP_TABLE_PROPERTIES ..F.A.... QP_TABLE_DATA ..F.A.... S12M_TIMECOD ..F.A.... DYNAMIC_HDR_PLUS ..F.A.... REGIONS_OF_INTEREST ..F.A.... asoftclip AVOptions: type ..F.A.... set softclip type (from 0 to 6) (default tanh) tanh ..F.A.... atan ..F.A.... cubic ..F.A.... exp ..F.A.... alg ..F.A.... quintic ..F.A.... sin ..F.A.... param ..F.A.... set softclip parameter (from 0.01 to 3) (default 1) asplit AVOptions: outputs ..FVA.... set number of outputs (from 1 to INT_MAX) (default 2) astats AVOptions: length ..F.A.... set the window length (from 0.01 to 10) (default 0.05) metadata ..F.A.... inject metadata in the filtergraph (default false) reset ..F.A.... recalculate stats after this many frames (from 0 to INT_MAX) (default 0) measure_perchannel ..F.A.... only measure_perchannel these per-channel statistics (default all+DC_offset+Min_level+Max_level+Min_difference+Max_difference+Mean_difference+RMS_difference+Peak_level+RMS_level+RMS_peak+RMS_trough+Crest_factor+Flat_factor+Peak_count+Bit_depth+Dynamic_range+Zero_crossings+Zero_crossings_rate+Number_of_samples+Number_of_NaNs+Number_of_Infs+Number_of_denormals) none ..F.A.... all ..F.A.... DC_offset ..F.A.... Min_level ..F.A.... Max_level ..F.A.... Min_difference ..F.A.... Max_difference ..F.A.... Mean_difference ..F.A.... RMS_difference ..F.A.... Peak_level ..F.A.... RMS_level ..F.A.... RMS_peak ..F.A.... RMS_trough ..F.A.... Crest_factor ..F.A.... Flat_factor ..F.A.... Peak_count ..F.A.... Bit_depth ..F.A.... Dynamic_range ..F.A.... Zero_crossings ..F.A.... Zero_crossings_rate ..F.A.... Number_of_samples ..F.A.... Number_of_NaNs ..F.A.... Number_of_Infs ..F.A.... Number_of_denormals ..F.A.... measure_overall ..F.A.... only measure_perchannel these overall statistics (default all+DC_offset+Min_level+Max_level+Min_difference+Max_difference+Mean_difference+RMS_difference+Peak_level+RMS_level+RMS_peak+RMS_trough+Crest_factor+Flat_factor+Peak_count+Bit_depth+Dynamic_range+Zero_crossings+Zero_crossings_rate+Number_of_samples+Number_of_NaNs+Number_of_Infs+Number_of_denormals) none ..F.A.... all ..F.A.... DC_offset ..F.A.... Min_level ..F.A.... Max_level ..F.A.... Min_difference ..F.A.... Max_difference ..F.A.... Mean_difference ..F.A.... RMS_difference ..F.A.... Peak_level ..F.A.... RMS_level ..F.A.... RMS_peak ..F.A.... RMS_trough ..F.A.... Crest_factor ..F.A.... Flat_factor ..F.A.... Peak_count ..F.A.... Bit_depth ..F.A.... Dynamic_range ..F.A.... Zero_crossings ..F.A.... Zero_crossings_rate ..F.A.... Number_of_samples ..F.A.... Number_of_NaNs ..F.A.... Number_of_Infs ..F.A.... Number_of_denormals ..F.A.... astreamselect AVOptions: inputs ..FVA.... number of input streams (from 2 to INT_MAX) (default 2) map ..FVA.... input indexes to remap to outputs atempo AVOptions: tempo ..F.A.... set tempo scale factor (from 0.5 to 100) (default 1) atrim AVOptions: start ..F.A.... Timestamp of the first frame that should be passed (default INT64_MAX) starti ..F.A.... Timestamp of the first frame that should be passed (default INT64_MAX) end ..F.A.... Timestamp of the first frame that should be dropped again (default INT64_MAX) endi ..F.A.... Timestamp of the first frame that should be dropped again (default INT64_MAX) start_pts ..F.A.... Timestamp of the first frame that should be passed (from I64_MIN to I64_MAX) (default I64_MIN) end_pts ..F.A.... Timestamp of the first frame that should be dropped again (from I64_MIN to I64_MAX) (default I64_MIN) duration ..F.A.... Maximum duration of the output (default 0) durationi ..F.A.... Maximum duration of the output (default 0) start_sample ..F.A.... Number of the first audio sample that should be passed to the output (from -1 to I64_MAX) (default -1) end_sample ..F.A.... Number of the first audio sample that should be dropped again (from 0 to I64_MAX) (default I64_MAX) bandpass AVOptions: frequency ..F.A.... set central frequency (from 0 to 999999) (default 3000) f ..F.A.... set central frequency (from 0 to 999999) (default 3000) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set band-width (from 0 to 99999) (default 0.5) w ..F.A.... set band-width (from 0 to 99999) (default 0.5) csg ..F.A.... use constant skirt gain (default false) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) bandreject AVOptions: frequency ..F.A.... set central frequency (from 0 to 999999) (default 3000) f ..F.A.... set central frequency (from 0 to 999999) (default 3000) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set band-width (from 0 to 99999) (default 0.5) w ..F.A.... set band-width (from 0 to 99999) (default 0.5) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) bass AVOptions: frequency ..F.A.... set central frequency (from 0 to 999999) (default 100) f ..F.A.... set central frequency (from 0 to 999999) (default 100) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set shelf transition steep (from 0 to 99999) (default 0.5) w ..F.A.... set shelf transition steep (from 0 to 99999) (default 0.5) gain ..F.A.... set gain (from -900 to 900) (default 0) g ..F.A.... set gain (from -900 to 900) (default 0) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) biquad AVOptions: a0 ..F.A.... (from INT_MIN to INT_MAX) (default 1) a1 ..F.A.... (from INT_MIN to INT_MAX) (default 0) a2 ..F.A.... (from INT_MIN to INT_MAX) (default 0) b0 ..F.A.... (from INT_MIN to INT_MAX) (default 0) b1 ..F.A.... (from INT_MIN to INT_MAX) (default 0) b2 ..F.A.... (from INT_MIN to INT_MAX) (default 0) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) channelmap AVOptions: map ..F.A.... A comma-separated list of input channel numbers in output order. channel_layout ..F.A.... Output channel layout. channelsplit AVOptions: channel_layout ..F.A.... Input channel layout. (default "stereo") channels ..F.A.... Channels to extract. (default "all") chorus AVOptions: in_gain ..F.A.... set input gain (from 0 to 1) (default 0.4) out_gain ..F.A.... set output gain (from 0 to 1) (default 0.4) delays ..F.A.... set delays decays ..F.A.... set decays speeds ..F.A.... set speeds depths ..F.A.... set depths compand AVOptions: attacks ..F.A.... set time over which increase of volume is determined (default "0") decays ..F.A.... set time over which decrease of volume is determined (default "0.8") points ..F.A.... set points of transfer function (default "-70/-70|-60/-20|1/0") soft-knee ..F.A.... set soft-knee (from 0.01 to 900) (default 0.01) gain ..F.A.... set output gain (from -900 to 900) (default 0) volume ..F.A.... set initial volume (from -900 to 0) (default 0) delay ..F.A.... set delay for samples before sending them to volume adjuster (from 0 to 20) (default 0) compensationdelay AVOptions: mm ..F.A.... set mm distance (from 0 to 10) (default 0) cm ..F.A.... set cm distance (from 0 to 100) (default 0) m ..F.A.... set meter distance (from 0 to 100) (default 0) dry ..F.A.... set dry amount (from 0 to 1) (default 0) wet ..F.A.... set wet amount (from 0 to 1) (default 1) temp ..F.A.... set temperature °C (from -50 to 50) (default 20) crossfeed AVOptions: strength ..F.A.... set crossfeed strength (from 0 to 1) (default 0.2) range ..F.A.... set soundstage wideness (from 0 to 1) (default 0.5) level_in ..F.A.... set level in (from 0 to 1) (default 0.9) level_out ..F.A.... set level out (from 0 to 1) (default 1) crystalizer AVOptions: i ..F.A.... set intensity (from 0 to 10) (default 2) c ..F.A.... enable clipping (default true) dcshift AVOptions: shift ..F.A.... set DC shift (from -1 to 1) (default 0) limitergain ..F.A.... set limiter gain (from 0 to 1) (default 0) deesser AVOptions: i ..F.A.... set intensity (from 0 to 1) (default 0) m ..F.A.... set max deessing (from 0 to 1) (default 0.5) f ..F.A.... set frequency (from 0 to 1) (default 0.5) s ..F.A.... set output mode (from 0 to 2) (default o) i ..F.A.... input o ..F.A.... output e ..F.A.... ess drmeter AVOptions: length ..F.A.... set the window length (from 0.01 to 10) (default 3) dynaudnorm AVOptions: f ..F.A.... set the frame length in msec (from 10 to 8000) (default 500) g ..F.A.... set the filter size (from 3 to 301) (default 31) p ..F.A.... set the peak value (from 0 to 1) (default 0.95) m ..F.A.... set the max amplification (from 1 to 100) (default 10) r ..F.A.... set the target RMS (from 0 to 1) (default 0) n ..F.A.... set channel coupling (default true) c ..F.A.... set DC correction (default false) b ..F.A.... set alternative boundary mode (default false) s ..F.A.... set the compress factor (from 0 to 30) (default 0) ebur128 AVOptions: video ..FV..... set video output (default false) size ..FV..... set video size (default "640x480") meter ..FV..... set scale meter (+9 to +18) (from 9 to 18) (default 9) framelog ..FVA.... force frame logging level (from INT_MIN to INT_MAX) (default -1) info ..FVA.... information logging level verbose ..FVA.... verbose logging level metadata ..FVA.... inject metadata in the filtergraph (default false) peak ..F.A.... set peak mode (default 0) none ..F.A.... disable any peak mode sample ..F.A.... enable peak-sample mode true ..F.A.... enable true-peak mode dualmono ..F.A.... treat mono input files as dual-mono (default false) panlaw ..F.A.... set a specific pan law for dual-mono files (from -10 to 0) (default -3.0103) target ..FV..... set a specific target level in LUFS (-23 to 0) (from -23 to 0) (default -23) gauge ..FV..... set gauge display type (from 0 to 1) (default momentary) momentary ..FV..... display momentary value m ..FV..... display momentary value shortterm ..FV..... display short-term value s ..FV..... display short-term value scale ..FV..... sets display method for the stats (from 0 to 1) (default absolute) absolute ..FV..... display absolute values (LUFS) LUFS ..FV..... display absolute values (LUFS) relative ..FV..... display values relative to target (LU) LU ..FV..... display values relative to target (LU) equalizer AVOptions: frequency ..F.A.... set central frequency (from 0 to 999999) (default 0) f ..F.A.... set central frequency (from 0 to 999999) (default 0) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set band-width (from 0 to 99999) (default 1) w ..F.A.... set band-width (from 0 to 99999) (default 1) gain ..F.A.... set gain (from -900 to 900) (default 0) g ..F.A.... set gain (from -900 to 900) (default 0) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) extrastereo AVOptions: m ..F.A.... set the difference coefficient (from -10 to 10) (default 2.5) c ..F.A.... enable clipping (default true) firequalizer AVOptions: gain ..F.A.... set gain curve (default "gain_interpolate(f)") gain_entry ..F.A.... set gain entry delay ..F.A.... set delay (from 0 to 1e+10) (default 0.01) accuracy ..F.A.... set accuracy (from 0 to 1e+10) (default 5) wfunc ..F.A.... set window function (from 0 to 9) (default hann) rectangular ..F.A.... rectangular window hann ..F.A.... hann window hamming ..F.A.... hamming window blackman ..F.A.... blackman window nuttall3 ..F.A.... 3-term nuttall window mnuttall3 ..F.A.... minimum 3-term nuttall window nuttall ..F.A.... nuttall window bnuttall ..F.A.... blackman-nuttall window bharris ..F.A.... blackman-harris window tukey ..F.A.... tukey window fixed ..F.A.... set fixed frame samples (default false) multi ..F.A.... set multi channels mode (default false) zero_phase ..F.A.... set zero phase mode (default false) scale ..F.A.... set gain scale (from 0 to 3) (default linlog) linlin ..F.A.... linear-freq linear-gain linlog ..F.A.... linear-freq logarithmic-gain loglin ..F.A.... logarithmic-freq linear-gain loglog ..F.A.... logarithmic-freq logarithmic-gain dumpfile ..F.A.... set dump file dumpscale ..F.A.... set dump scale (from 0 to 3) (default linlog) linlin ..F.A.... linear-freq linear-gain linlog ..F.A.... linear-freq logarithmic-gain loglin ..F.A.... logarithmic-freq linear-gain loglog ..F.A.... logarithmic-freq logarithmic-gain fft2 ..F.A.... set 2-channels fft (default false) min_phase ..F.A.... set minimum phase mode (default false) flanger AVOptions: delay ..F.A.... base delay in milliseconds (from 0 to 30) (default 0) depth ..F.A.... added swept delay in milliseconds (from 0 to 10) (default 2) regen ..F.A.... percentage regeneration (delayed signal feedback) (from -95 to 95) (default 0) width ..F.A.... percentage of delayed signal mixed with original (from 0 to 100) (default 71) speed ..F.A.... sweeps per second (Hz) (from 0.1 to 10) (default 0.5) shape ..F.A.... swept wave shape (from 0 to 1) (default sinusoidal) triangular ..F.A.... t ..F.A.... sinusoidal ..F.A.... s ..F.A.... phase ..F.A.... swept wave percentage phase-shift for multi-channel (from 0 to 100) (default 25) interp ..F.A.... delay-line interpolation (from 0 to 1) (default linear) linear ..F.A.... quadratic ..F.A.... haas AVOptions: level_in ..F.A.... set level in (from 0.015625 to 64) (default 1) level_out ..F.A.... set level out (from 0.015625 to 64) (default 1) side_gain ..F.A.... set side gain (from 0.015625 to 64) (default 1) middle_source ..F.A.... set middle source (from 0 to 3) (default mid) left ..F.A.... right ..F.A.... mid ..F.A.... L+R side ..F.A.... L-R middle_phase ..F.A.... set middle phase (default false) left_delay ..F.A.... set left delay (from 0 to 40) (default 2.05) left_balance ..F.A.... set left balance (from -1 to 1) (default -1) left_gain ..F.A.... set left gain (from 0.015625 to 64) (default 1) left_phase ..F.A.... set left phase (default false) right_delay ..F.A.... set right delay (from 0 to 40) (default 2.12) right_balance ..F.A.... set right balance (from -1 to 1) (default 1) right_gain ..F.A.... set right gain (from 0.015625 to 64) (default 1) right_phase ..F.A.... set right phase (default true) hdcd AVOptions: disable_autoconvert ..F.A.... Disable any format conversion or resampling in the filter graph. (default true) process_stereo ..F.A.... Process stereo channels together. Only apply target_gain when both channels match. (default true) cdt_ms ..F.A.... Code detect timer period in ms. (from 100 to 60000) (default 2000) force_pe ..F.A.... Always extend peaks above -3dBFS even when PE is not signaled. (default false) analyze_mode ..F.A.... Replace audio with solid tone and signal some processing aspect in the amplitude. (from 0 to 4) (default off) off ..F.A.... disabled lle ..F.A.... gain adjustment level at each sample pe ..F.A.... samples where peak extend occurs cdt ..F.A.... samples where the code detect timer is active tgm ..F.A.... samples where the target gain does not match between channels bits_per_sample ..F.A.... Valid bits per sample (location of the true LSB). (from 16 to 24) (default 16) 16 ..F.A.... 16-bit (in s32 or s16) 20 ..F.A.... 20-bit (in s32) 24 ..F.A.... 24-bit (in s32) headphone AVOptions: map ..F.A.... set channels convolution mappings gain ..F.A.... set gain in dB (from -20 to 40) (default 0) lfe ..F.A.... set lfe gain in dB (from -20 to 40) (default 0) type ..F.A.... set processing (from 0 to 1) (default freq) time ..F.A.... time domain freq ..F.A.... frequency domain size ..F.A.... set frame size (from 1024 to 96000) (default 1024) hrir ..F.A.... set hrir format (from 0 to 1) (default stereo) stereo ..F.A.... hrir files have exactly 2 channels multich ..F.A.... single multichannel hrir file highpass AVOptions: frequency ..F.A.... set frequency (from 0 to 999999) (default 3000) f ..F.A.... set frequency (from 0 to 999999) (default 3000) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set width (from 0 to 99999) (default 0.707) w ..F.A.... set width (from 0 to 99999) (default 0.707) poles ..F.A.... set number of poles (from 1 to 2) (default 2) p ..F.A.... set number of poles (from 1 to 2) (default 2) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) highshelf AVOptions: frequency ..F.A.... set central frequency (from 0 to 999999) (default 3000) f ..F.A.... set central frequency (from 0 to 999999) (default 3000) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set shelf transition steep (from 0 to 99999) (default 0.5) w ..F.A.... set shelf transition steep (from 0 to 99999) (default 0.5) gain ..F.A.... set gain (from -900 to 900) (default 0) g ..F.A.... set gain (from -900 to 900) (default 0) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) join AVOptions: inputs ..F.A.... Number of input streams. (from 1 to INT_MAX) (default 2) channel_layout ..F.A.... Channel layout of the output stream. (default "stereo") map ..F.A.... A comma-separated list of channels maps in the format 'input_stream.input_channel-output_channel. loudnorm AVOptions: I ..F.A.... set integrated loudness target (from -70 to -5) (default -24) i ..F.A.... set integrated loudness target (from -70 to -5) (default -24) LRA ..F.A.... set loudness range target (from 1 to 20) (default 7) lra ..F.A.... set loudness range target (from 1 to 20) (default 7) TP ..F.A.... set maximum true peak (from -9 to 0) (default -2) tp ..F.A.... set maximum true peak (from -9 to 0) (default -2) measured_I ..F.A.... measured IL of input file (from -99 to 0) (default 0) measured_i ..F.A.... measured IL of input file (from -99 to 0) (default 0) measured_LRA ..F.A.... measured LRA of input file (from 0 to 99) (default 0) measured_lra ..F.A.... measured LRA of input file (from 0 to 99) (default 0) measured_TP ..F.A.... measured true peak of input file (from -99 to 99) (default 99) measured_tp ..F.A.... measured true peak of input file (from -99 to 99) (default 99) measured_thresh ..F.A.... measured threshold of input file (from -99 to 0) (default -70) offset ..F.A.... set offset gain (from -99 to 99) (default 0) linear ..F.A.... normalize linearly if possible (default true) dual_mono ..F.A.... treat mono input as dual-mono (default false) print_format ..F.A.... set print format for stats (from 0 to 2) (default none) none ..F.A.... json ..F.A.... summary ..F.A.... lowpass AVOptions: frequency ..F.A.... set frequency (from 0 to 999999) (default 500) f ..F.A.... set frequency (from 0 to 999999) (default 500) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set width (from 0 to 99999) (default 0.707) w ..F.A.... set width (from 0 to 99999) (default 0.707) poles ..F.A.... set number of poles (from 1 to 2) (default 2) p ..F.A.... set number of poles (from 1 to 2) (default 2) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) lowshelf AVOptions: frequency ..F.A.... set central frequency (from 0 to 999999) (default 100) f ..F.A.... set central frequency (from 0 to 999999) (default 100) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set shelf transition steep (from 0 to 99999) (default 0.5) w ..F.A.... set shelf transition steep (from 0 to 99999) (default 0.5) gain ..F.A.... set gain (from -900 to 900) (default 0) g ..F.A.... set gain (from -900 to 900) (default 0) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) mcompand AVOptions: args ..F.A.... set parameters for each band (default "0.005,0.1 6 -47/-40,-34/-34,-17/-33 100 | 0.003,0.05 6 -47/-40,-34/-34,-17/-33 400 | 0.000625,0.0125 6 -47/-40,-34/-34,-15/-33 1600 | 0.0001,0.025 6 -47/-40,-34/-34,-31/-31,-0/-30 6400 | 0,0.025 6 -38/-31,-28/-28,-0/-25 22000") pan AVOptions: args ..F.A.... rubberband AVOptions: tempo ..F.A.... set tempo scale factor (from 0.01 to 100) (default 1) pitch ..F.A.... set pitch scale factor (from 0.01 to 100) (default 1) transients ..F.A.... set transients (from 0 to INT_MAX) (default crisp) crisp ..F.A.... mixed ..F.A.... smooth ..F.A.... detector ..F.A.... set detector (from 0 to INT_MAX) (default compound) compound ..F.A.... percussive ..F.A.... soft ..F.A.... phase ..F.A.... set phase (from 0 to INT_MAX) (default laminar) laminar ..F.A.... independent ..F.A.... window ..F.A.... set window (from 0 to INT_MAX) (default standard) standard ..F.A.... short ..F.A.... long ..F.A.... smoothing ..F.A.... set smoothing (from 0 to INT_MAX) (default off) off ..F.A.... on ..F.A.... formant ..F.A.... set formant (from 0 to INT_MAX) (default shifted) shifted ..F.A.... preserved ..F.A.... pitchq ..F.A.... set pitch quality (from 0 to INT_MAX) (default quality) quality ..F.A.... speed ..F.A.... consistency ..F.A.... channels ..F.A.... set channels (from 0 to INT_MAX) (default apart) apart ..F.A.... together ..F.A.... sidechaincompress AVOptions: level_in ..F.A.... set input gain (from 0.015625 to 64) (default 1) mode ..F.A.... set mode (from 0 to 1) (default downward) downward ..F.A.... upward ..F.A.... threshold ..F.A.... set threshold (from 0.000976563 to 1) (default 0.125) ratio ..F.A.... set ratio (from 1 to 20) (default 2) attack ..F.A.... set attack (from 0.01 to 2000) (default 20) release ..F.A.... set release (from 0.01 to 9000) (default 250) makeup ..F.A.... set make up gain (from 1 to 64) (default 1) knee ..F.A.... set knee (from 1 to 8) (default 2.82843) link ..F.A.... set link type (from 0 to 1) (default average) average ..F.A.... maximum ..F.A.... detection ..F.A.... set detection (from 0 to 1) (default rms) peak ..F.A.... rms ..F.A.... level_sc ..F.A.... set sidechain gain (from 0.015625 to 64) (default 1) mix ..F.A.... set mix (from 0 to 1) (default 1) sidechaingate AVOptions: level_in ..F.A.... set input level (from 0.015625 to 64) (default 1) mode ..F.A.... set mode (from 0 to 1) (default downward) downward ..F.A.... upward ..F.A.... range ..F.A.... set max gain reduction (from 0 to 1) (default 0.06125) threshold ..F.A.... set threshold (from 0 to 1) (default 0.125) ratio ..F.A.... set ratio (from 1 to 9000) (default 2) attack ..F.A.... set attack (from 0.01 to 9000) (default 20) release ..F.A.... set release (from 0.01 to 9000) (default 250) makeup ..F.A.... set makeup gain (from 1 to 64) (default 1) knee ..F.A.... set knee (from 1 to 8) (default 2.82843) detection ..F.A.... set detection (from 0 to 1) (default rms) peak ..F.A.... rms ..F.A.... link ..F.A.... set link (from 0 to 1) (default average) average ..F.A.... maximum ..F.A.... level_sc ..F.A.... set sidechain gain (from 0.015625 to 64) (default 1) silencedetect AVOptions: n ..F.A.... set noise tolerance (from 0 to DBL_MAX) (default 0.001) noise ..F.A.... set noise tolerance (from 0 to DBL_MAX) (default 0.001) d ..F.A.... set minimum duration in seconds (from 0 to 86400) (default 2) duration ..F.A.... set minimum duration in seconds (from 0 to 86400) (default 2) mono ..F.A.... check each channel separately (default false) m ..F.A.... check each channel separately (default false) silenceremove AVOptions: start_periods ..F.A.... (from 0 to 9000) (default 0) start_duration ..F.A.... set start duration of non-silence part (default 0) start_threshold ..F.A.... set threshold for start silence detection (from 0 to DBL_MAX) (default 0) start_silence ..F.A.... set start duration of silence part to keep (default 0) start_mode ..F.A.... set which channel will trigger trimming from start (from 0 to 1) (default any) any ..F.A.... all ..F.A.... stop_periods ..F.A.... (from -9000 to 9000) (default 0) stop_duration ..F.A.... set stop duration of non-silence part (default 0) stop_threshold ..F.A.... set threshold for stop silence detection (from 0 to DBL_MAX) (default 0) stop_silence ..F.A.... set stop duration of silence part to keep (default 0) stop_mode ..F.A.... set which channel will trigger trimming from end (from 0 to 1) (default any) any ..F.A.... all ..F.A.... detection ..F.A.... set how silence is detected (from 0 to 1) (default rms) peak ..F.A.... use absolute values of samples rms ..F.A.... use squared values of samples window ..F.A.... set duration of window in seconds (from 0 to 10) (default 0.02) stereotools AVOptions: level_in ..F.A.... set level in (from 0.015625 to 64) (default 1) level_out ..F.A.... set level out (from 0.015625 to 64) (default 1) balance_in ..F.A.... set balance in (from -1 to 1) (default 0) balance_out ..F.A.... set balance out (from -1 to 1) (default 0) softclip ..F.A.... enable softclip (default false) mutel ..F.A.... mute L (default false) muter ..F.A.... mute R (default false) phasel ..F.A.... phase L (default false) phaser ..F.A.... phase R (default false) mode ..F.A.... set stereo mode (from 0 to 8) (default lr>lr) lr>lr ..F.A.... lr>ms ..F.A.... ms>lr ..F.A.... lr>ll ..F.A.... lr>rr ..F.A.... lr>l+r ..F.A.... lr>rl ..F.A.... ms>ll ..F.A.... ms>rr ..F.A.... slev ..F.A.... set side level (from 0.015625 to 64) (default 1) sbal ..F.A.... set side balance (from -1 to 1) (default 0) mlev ..F.A.... set middle level (from 0.015625 to 64) (default 1) mpan ..F.A.... set middle pan (from -1 to 1) (default 0) base ..F.A.... set stereo base (from -1 to 1) (default 0) delay ..F.A.... set delay (from -20 to 20) (default 0) sclevel ..F.A.... set S/C level (from 1 to 100) (default 1) phase ..F.A.... set stereo phase (from 0 to 360) (default 0) bmode_in ..F.A.... set balance in mode (from 0 to 2) (default balance) balance ..F.A.... amplitude ..F.A.... power ..F.A.... bmode_out ..F.A.... set balance out mode (from 0 to 2) (default balance) balance ..F.A.... amplitude ..F.A.... power ..F.A.... stereowiden AVOptions: delay ..F.A.... set delay time (from 1 to 100) (default 20) feedback ..F.A.... set feedback gain (from 0 to 0.9) (default 0.3) crossfeed ..F.A.... set cross feed (from 0 to 0.8) (default 0.3) drymix ..F.A.... set dry-mix (from 0 to 1) (default 0.8) superequalizer AVOptions: 1b ..F.A.... set 65Hz band gain (from 0 to 20) (default 1) 2b ..F.A.... set 92Hz band gain (from 0 to 20) (default 1) 3b ..F.A.... set 131Hz band gain (from 0 to 20) (default 1) 4b ..F.A.... set 185Hz band gain (from 0 to 20) (default 1) 5b ..F.A.... set 262Hz band gain (from 0 to 20) (default 1) 6b ..F.A.... set 370Hz band gain (from 0 to 20) (default 1) 7b ..F.A.... set 523Hz band gain (from 0 to 20) (default 1) 8b ..F.A.... set 740Hz band gain (from 0 to 20) (default 1) 9b ..F.A.... set 1047Hz band gain (from 0 to 20) (default 1) 10b ..F.A.... set 1480Hz band gain (from 0 to 20) (default 1) 11b ..F.A.... set 2093Hz band gain (from 0 to 20) (default 1) 12b ..F.A.... set 2960Hz band gain (from 0 to 20) (default 1) 13b ..F.A.... set 4186Hz band gain (from 0 to 20) (default 1) 14b ..F.A.... set 5920Hz band gain (from 0 to 20) (default 1) 15b ..F.A.... set 8372Hz band gain (from 0 to 20) (default 1) 16b ..F.A.... set 11840Hz band gain (from 0 to 20) (default 1) 17b ..F.A.... set 16744Hz band gain (from 0 to 20) (default 1) 18b ..F.A.... set 20000Hz band gain (from 0 to 20) (default 1) surround AVOptions: chl_out ..F.A.... set output channel layout (default "5.1") chl_in ..F.A.... set input channel layout (default "stereo") level_in ..F.A.... set input level (from 0 to 10) (default 1) level_out ..F.A.... set output level (from 0 to 10) (default 1) lfe ..F.A.... output LFE (default true) lfe_low ..F.A.... LFE low cut off (from 0 to 256) (default 128) lfe_high ..F.A.... LFE high cut off (from 0 to 512) (default 256) lfe_mode ..F.A.... set LFE channel mode (from 0 to 1) (default add) add ..F.A.... just add LFE channel sub ..F.A.... substract LFE channel with others angle ..F.A.... set soundfield transform angle (from 0 to 360) (default 90) fc_in ..F.A.... set front center channel input level (from 0 to 10) (default 1) fc_out ..F.A.... set front center channel output level (from 0 to 10) (default 1) fl_in ..F.A.... set front left channel input level (from 0 to 10) (default 1) fl_out ..F.A.... set front left channel output level (from 0 to 10) (default 1) fr_in ..F.A.... set front right channel input level (from 0 to 10) (default 1) fr_out ..F.A.... set front right channel output level (from 0 to 10) (default 1) sl_in ..F.A.... set side left channel input level (from 0 to 10) (default 1) sl_out ..F.A.... set side left channel output level (from 0 to 10) (default 1) sr_in ..F.A.... set side right channel input level (from 0 to 10) (default 1) sr_out ..F.A.... set side right channel output level (from 0 to 10) (default 1) bl_in ..F.A.... set back left channel input level (from 0 to 10) (default 1) bl_out ..F.A.... set back left channel output level (from 0 to 10) (default 1) br_in ..F.A.... set back right channel input level (from 0 to 10) (default 1) br_out ..F.A.... set back right channel output level (from 0 to 10) (default 1) bc_in ..F.A.... set back center channel input level (from 0 to 10) (default 1) bc_out ..F.A.... set back center channel output level (from 0 to 10) (default 1) lfe_in ..F.A.... set lfe channel input level (from 0 to 10) (default 1) lfe_out ..F.A.... set lfe channel output level (from 0 to 10) (default 1) allx ..F.A.... set all channel's x spread (from -1 to 15) (default -1) ally ..F.A.... set all channel's y spread (from -1 to 15) (default -1) fcx ..F.A.... set front center channel x spread (from 0 to 15) (default 1) flx ..F.A.... set front left channel x spread (from 0 to 15) (default 1) frx ..F.A.... set front right channel x spread (from 0 to 15) (default 1) blx ..F.A.... set back left channel x spread (from 0 to 15) (default 1) brx ..F.A.... set back right channel x spread (from 0 to 15) (default 1) slx ..F.A.... set side left channel x spread (from 0 to 15) (default 1) srx ..F.A.... set side right channel x spread (from 0 to 15) (default 1) bcx ..F.A.... set back center channel x spread (from 0 to 15) (default 1) fcy ..F.A.... set front center channel y spread (from 0 to 15) (default 1) fly ..F.A.... set front left channel y spread (from 0 to 15) (default 1) fry ..F.A.... set front right channel y spread (from 0 to 15) (default 1) bly ..F.A.... set back left channel y spread (from 0 to 15) (default 1) bry ..F.A.... set back right channel y spread (from 0 to 15) (default 1) sly ..F.A.... set side left channel y spread (from 0 to 15) (default 1) sry ..F.A.... set side right channel y spread (from 0 to 15) (default 1) bcy ..F.A.... set back center channel y spread (from 0 to 15) (default 1) win_size ..F.A.... set window size (from 1024 to 65536) (default 4096) win_func ..F.A.... set window function (from 0 to 19) (default hann) rect ..F.A.... Rectangular bartlett ..F.A.... Bartlett hann ..F.A.... Hann hanning ..F.A.... Hanning hamming ..F.A.... Hamming blackman ..F.A.... Blackman welch ..F.A.... Welch flattop ..F.A.... Flat-top bharris ..F.A.... Blackman-Harris bnuttall ..F.A.... Blackman-Nuttall bhann ..F.A.... Bartlett-Hann sine ..F.A.... Sine nuttall ..F.A.... Nuttall lanczos ..F.A.... Lanczos gauss ..F.A.... Gauss tukey ..F.A.... Tukey dolph ..F.A.... Dolph-Chebyshev cauchy ..F.A.... Cauchy parzen ..F.A.... Parzen poisson ..F.A.... Poisson bohman ..F.A.... Bohman overlap ..F.A.... set window overlap (from 0 to 1) (default 0.5) treble AVOptions: frequency ..F.A.... set central frequency (from 0 to 999999) (default 3000) f ..F.A.... set central frequency (from 0 to 999999) (default 3000) width_type ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz t ..F.A.... set filter-width type (from 1 to 5) (default q) h ..F.A.... Hz q ..F.A.... Q-Factor o ..F.A.... octave s ..F.A.... slope k ..F.A.... kHz width ..F.A.... set shelf transition steep (from 0 to 99999) (default 0.5) w ..F.A.... set shelf transition steep (from 0 to 99999) (default 0.5) gain ..F.A.... set gain (from -900 to 900) (default 0) g ..F.A.... set gain (from -900 to 900) (default 0) mix ..F.A.... set mix (from 0 to 1) (default 1) m ..F.A.... set mix (from 0 to 1) (default 1) channels ..F.A.... set channels to filter (default 0xffffffffffffffff) c ..F.A.... set channels to filter (default 0xffffffffffffffff) tremolo AVOptions: f ..F.A.... set frequency in hertz (from 0.1 to 20000) (default 5) d ..F.A.... set depth as percentage (from 0 to 1) (default 0.5) vibrato AVOptions: f ..F.A.... set frequency in hertz (from 0.1 to 20000) (default 5) d ..F.A.... set depth as percentage (from 0 to 1) (default 0.5) volume AVOptions: volume ..F.A.... set volume adjustment expression (default "1.0") precision ..F.A.... select mathematical precision (from 0 to 2) (default float) fixed ..F.A.... select 8-bit fixed-point float ..F.A.... select 32-bit floating-point double ..F.A.... select 64-bit floating-point eval ..F.A.... specify when to evaluate expressions (from 0 to 1) (default once) once ..F.A.... eval volume expression once frame ..F.A.... eval volume expression per-frame replaygain ..F.A.... Apply replaygain side data when present (from 0 to 3) (default drop) drop ..F.A.... replaygain side data is dropped ignore ..F.A.... replaygain side data is ignored track ..F.A.... track gain is preferred album ..F.A.... album gain is preferred replaygain_preamp ..F.A.... Apply replaygain pre-amplification (from -15 to 15) (default 0) replaygain_noclip ..F.A.... Apply replaygain clipping prevention (default true) aevalsrc AVOptions: exprs ..F.A.... set the '|'-separated list of channels expressions nb_samples ..F.A.... set the number of samples per requested frame (from 0 to INT_MAX) (default 1024) n ..F.A.... set the number of samples per requested frame (from 0 to INT_MAX) (default 1024) sample_rate ..F.A.... set the sample rate (default "44100") s ..F.A.... set the sample rate (default "44100") duration ..F.A.... set audio duration (default -0.000001) d ..F.A.... set audio duration (default -0.000001) channel_layout ..F.A.... set channel layout c ..F.A.... set channel layout anoisesrc AVOptions: sample_rate ..F.A.... set sample rate (from 15 to INT_MAX) (default 48000) r ..F.A.... set sample rate (from 15 to INT_MAX) (default 48000) amplitude ..F.A.... set amplitude (from 0 to 1) (default 1) a ..F.A.... set amplitude (from 0 to 1) (default 1) duration ..F.A.... set duration (default 0) d ..F.A.... set duration (default 0) color ..F.A.... set noise color (from 0 to 4) (default white) white ..F.A.... pink ..F.A.... brown ..F.A.... blue ..F.A.... violet ..F.A.... colour ..F.A.... set noise color (from 0 to 4) (default white) white ..F.A.... pink ..F.A.... brown ..F.A.... blue ..F.A.... violet ..F.A.... c ..F.A.... set noise color (from 0 to 4) (default white) white ..F.A.... pink ..F.A.... brown ..F.A.... blue ..F.A.... violet ..F.A.... seed ..F.A.... set random seed (from -1 to UINT32_MAX) (default -1) s ..F.A.... set random seed (from -1 to UINT32_MAX) (default -1) nb_samples ..F.A.... set the number of samples per requested frame (from 1 to INT_MAX) (default 1024) n ..F.A.... set the number of samples per requested frame (from 1 to INT_MAX) (default 1024) anullsrc AVOptions: channel_layout ..F.A.... set channel_layout (default "stereo") cl ..F.A.... set channel_layout (default "stereo") sample_rate ..F.A.... set sample rate (default "44100") r ..F.A.... set sample rate (default "44100") nb_samples ..F.A.... set the number of samples per requested frame (from 0 to INT_MAX) (default 1024) n ..F.A.... set the number of samples per requested frame (from 0 to INT_MAX) (default 1024) hilbert AVOptions: sample_rate ..F.A.... set sample rate (from 1 to INT_MAX) (default 44100) r ..F.A.... set sample rate (from 1 to INT_MAX) (default 44100) taps ..F.A.... set number of taps (from 11 to 65535) (default 22051) t ..F.A.... set number of taps (from 11 to 65535) (default 22051) nb_samples ..F.A.... set the number of samples per requested frame (from 1 to INT_MAX) (default 1024) n ..F.A.... set the number of samples per requested frame (from 1 to INT_MAX) (default 1024) win_func ..F.A.... set window function (from 0 to 19) (default blackman) rect ..F.A.... Rectangular bartlett ..F.A.... Bartlett hanning ..F.A.... Hanning hamming ..F.A.... Hamming blackman ..F.A.... Blackman welch ..F.A.... Welch flattop ..F.A.... Flat-top bharris ..F.A.... Blackman-Harris bnuttall ..F.A.... Blackman-Nuttall bhann ..F.A.... Bartlett-Hann sine ..F.A.... Sine nuttall ..F.A.... Nuttall lanczos ..F.A.... Lanczos gauss ..F.A.... Gauss tukey ..F.A.... Tukey dolph ..F.A.... Dolph-Chebyshev cauchy ..F.A.... Cauchy parzen ..F.A.... Parzen poisson ..F.A.... Poisson bohman ..F.A.... Bohman w ..F.A.... set window function (from 0 to 19) (default blackman) rect ..F.A.... Rectangular bartlett ..F.A.... Bartlett hanning ..F.A.... Hanning hamming ..F.A.... Hamming blackman ..F.A.... Blackman welch ..F.A.... Welch flattop ..F.A.... Flat-top bharris ..F.A.... Blackman-Harris bnuttall ..F.A.... Blackman-Nuttall bhann ..F.A.... Bartlett-Hann sine ..F.A.... Sine nuttall ..F.A.... Nuttall lanczos ..F.A.... Lanczos gauss ..F.A.... Gauss tukey ..F.A.... Tukey dolph ..F.A.... Dolph-Chebyshev cauchy ..F.A.... Cauchy parzen ..F.A.... Parzen poisson ..F.A.... Poisson bohman ..F.A.... Bohman sinc AVOptions: sample_rate ..F.A.... set sample rate (from 1 to INT_MAX) (default 44100) r ..F.A.... set sample rate (from 1 to INT_MAX) (default 44100) nb_samples ..F.A.... set the number of samples per requested frame (from 1 to INT_MAX) (default 1024) n ..F.A.... set the number of samples per requested frame (from 1 to INT_MAX) (default 1024) hp ..F.A.... set high-pass filter frequency (from 0 to INT_MAX) (default 0) lp ..F.A.... set low-pass filter frequency (from 0 to INT_MAX) (default 0) phase ..F.A.... set filter phase response (from 0 to 100) (default 50) beta ..F.A.... set kaiser window beta (from -1 to 256) (default -1) att ..F.A.... set stop-band attenuation (from 40 to 180) (default 120) round ..F.A.... enable rounding (default false) hptaps ..F.A.... set number of taps for high-pass filter (from 0 to 32768) (default 0) lptaps ..F.A.... set number of taps for low-pass filter (from 0 to 32768) (default 0) sine AVOptions: frequency ..F.A.... set the sine frequency (from 0 to DBL_MAX) (default 440) f ..F.A.... set the sine frequency (from 0 to DBL_MAX) (default 440) beep_factor ..F.A.... set the beep frequency factor (from 0 to DBL_MAX) (default 0) b ..F.A.... set the beep frequency factor (from 0 to DBL_MAX) (default 0) sample_rate ..F.A.... set the sample rate (from 1 to INT_MAX) (default 44100) r ..F.A.... set the sample rate (from 1 to INT_MAX) (default 44100) duration ..F.A.... set the audio duration (default 0) d ..F.A.... set the audio duration (default 0) samples_per_frame ..F.A.... set the number of samples per frame (default "1024") amplify AVOptions: radius ..FV..... set radius (from 1 to 63) (default 2) factor ..FV..... set factor (from 0 to 65535) (default 2) threshold ..FV..... set threshold (from 0 to 65535) (default 10) tolerance ..FV..... set tolerance (from 0 to 65535) (default 0) low ..FV..... set low limit for amplification (from 0 to 65535) (default 65535) high ..FV..... set high limit for amplification (from 0 to 65535) (default 65535) planes ..FV..... set what planes to filter (default 7) ass AVOptions: filename ..FV..... set the filename of file to read f ..FV..... set the filename of file to read original_size ..FV..... set the size of the original video (used to scale fonts) fontsdir ..FV..... set the directory containing the fonts to read alpha ..FV..... enable processing of alpha channel (default false) shaping ..FV..... set shaping engine (from -1 to 1) (default auto) auto ..FV..... simple ..FV..... simple shaping complex ..FV..... complex shaping atadenoise AVOptions: 0a ..FV..... set threshold A for 1st plane (from 0 to 0.3) (default 0.02) 0b ..FV..... set threshold B for 1st plane (from 0 to 5) (default 0.04) 1a ..FV..... set threshold A for 2nd plane (from 0 to 0.3) (default 0.02) 1b ..FV..... set threshold B for 2nd plane (from 0 to 5) (default 0.04) 2a ..FV..... set threshold A for 3rd plane (from 0 to 0.3) (default 0.02) 2b ..FV..... set threshold B for 3rd plane (from 0 to 5) (default 0.04) s ..FV..... set how many frames to use (from 5 to 129) (default 9) p ..FV..... set what planes to filter (default 7) avgblur AVOptions: sizeX ..FV..... set horizontal size (from 1 to 1024) (default 1) planes ..FV..... set planes to filter (from 0 to 15) (default 15) sizeY ..FV..... set vertical size (from 0 to 1024) (default 0) bbox AVOptions: min_val ..FV..... set minimum luminance value for bounding box (from 0 to 254) (default 16) bench AVOptions: action ..FV..... set action (from 0 to 1) (default start) start ..FV..... start timer stop ..FV..... stop timer bitplanenoise AVOptions: bitplane ..FV..... set bit plane to use for measuring noise (from 1 to 16) (default 1) filter ..FV..... show noisy pixels (default false) blackdetect AVOptions: d ..FV..... set minimum detected black duration in seconds (from 0 to DBL_MAX) (default 2) black_min_duration ..FV..... set minimum detected black duration in seconds (from 0 to DBL_MAX) (default 2) picture_black_ratio_th ..FV..... set the picture black ratio threshold (from 0 to 1) (default 0.98) pic_th ..FV..... set the picture black ratio threshold (from 0 to 1) (default 0.98) pixel_black_th ..FV..... set the pixel black threshold (from 0 to 1) (default 0.1) pix_th ..FV..... set the pixel black threshold (from 0 to 1) (default 0.1) blackframe AVOptions: amount ..FV..... percentage of the pixels that have to be below the threshold for the frame to be considered black (from 0 to 100) (default 98) threshold ..FV..... threshold below which a pixel value is considered black (from 0 to 255) (default 32) thresh ..FV..... threshold below which a pixel value is considered black (from 0 to 255) (default 32) blend AVOptions: c0_mode ..FV..... set component #0 blend mode (from 0 to 32) (default normal) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... c1_mode ..FV..... set component #1 blend mode (from 0 to 32) (default normal) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... c2_mode ..FV..... set component #2 blend mode (from 0 to 32) (default normal) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... c3_mode ..FV..... set component #3 blend mode (from 0 to 32) (default normal) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... all_mode ..FV..... set blend mode for all components (from -1 to 32) (default -1) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... c0_expr ..FV..... set color component #0 expression c1_expr ..FV..... set color component #1 expression c2_expr ..FV..... set color component #2 expression c3_expr ..FV..... set color component #3 expression all_expr ..FV..... set expression for all color components c0_opacity ..FV..... set color component #0 opacity (from 0 to 1) (default 1) c1_opacity ..FV..... set color component #1 opacity (from 0 to 1) (default 1) c2_opacity ..FV..... set color component #2 opacity (from 0 to 1) (default 1) c3_opacity ..FV..... set color component #3 opacity (from 0 to 1) (default 1) all_opacity ..FV..... set opacity for all color components (from 0 to 1) (default 1) framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) bm3d AVOptions: sigma ..FV..... set denoising strength (from 0 to 99999.9) (default 1) block ..FV..... set log2(size) of local patch (from 4 to 6) (default 4) bstep ..FV..... set sliding step for processing blocks (from 1 to 64) (default 4) group ..FV..... set maximal number of similar blocks (from 1 to 256) (default 1) range ..FV..... set block matching range (from 1 to INT_MAX) (default 9) mstep ..FV..... set step for block matching (from 1 to 64) (default 1) thmse ..FV..... set threshold of mean square error for block matching (from 0 to INT_MAX) (default 0) hdthr ..FV..... set hard threshold for 3D transfer domain (from 0 to INT_MAX) (default 2.7) estim ..FV..... set filtering estimation mode (from 0 to 1) (default basic) basic ..FV..... basic estimate final ..FV..... final estimate ref ..FV..... have reference stream (from 0 to 1) (default 0) planes ..FV..... set planes to filter (from 0 to 15) (default 7) boxblur AVOptions: luma_radius ..FV..... Radius of the luma blurring box (default "2") lr ..FV..... Radius of the luma blurring box (default "2") luma_power ..FV..... How many times should the boxblur be applied to luma (from 0 to INT_MAX) (default 2) lp ..FV..... How many times should the boxblur be applied to luma (from 0 to INT_MAX) (default 2) chroma_radius ..FV..... Radius of the chroma blurring box cr ..FV..... Radius of the chroma blurring box chroma_power ..FV..... How many times should the boxblur be applied to chroma (from -1 to INT_MAX) (default -1) cp ..FV..... How many times should the boxblur be applied to chroma (from -1 to INT_MAX) (default -1) alpha_radius ..FV..... Radius of the alpha blurring box ar ..FV..... Radius of the alpha blurring box alpha_power ..FV..... How many times should the boxblur be applied to alpha (from -1 to INT_MAX) (default -1) ap ..FV..... How many times should the boxblur be applied to alpha (from -1 to INT_MAX) (default -1) bwdif AVOptions: mode ..FV..... specify the interlacing mode (from 0 to 1) (default send_field) send_frame ..FV..... send one frame for each frame send_field ..FV..... send one frame for each field parity ..FV..... specify the assumed picture field parity (from -1 to 1) (default auto) tff ..FV..... assume top field first bff ..FV..... assume bottom field first auto ..FV..... auto detect parity deint ..FV..... specify which frames to deinterlace (from 0 to 1) (default all) all ..FV..... deinterlace all frames interlaced ..FV..... only deinterlace frames marked as interlaced chromahold AVOptions: color ..FV..... set the chromahold key color (default "black") similarity ..FV..... set the chromahold similarity value (from 0.01 to 1) (default 0.01) blend ..FV..... set the chromahold blend value (from 0 to 1) (default 0) yuv ..FV..... color parameter is in yuv instead of rgb (default false) chromakey AVOptions: color ..FV..... set the chromakey key color (default "black") similarity ..FV..... set the chromakey similarity value (from 0.01 to 1) (default 0.01) blend ..FV..... set the chromakey key blend value (from 0 to 1) (default 0) yuv ..FV..... color parameter is in yuv instead of rgb (default false) chromashift AVOptions: cbh ..FV..... shift chroma-blue horizontally (from -255 to 255) (default 0) cbv ..FV..... shift chroma-blue vertically (from -255 to 255) (default 0) crh ..FV..... shift chroma-red horizontally (from -255 to 255) (default 0) crv ..FV..... shift chroma-red vertically (from -255 to 255) (default 0) edge ..FV..... set edge operation (from 0 to 1) (default smear) smear ..FV..... wrap ..FV..... ciescope AVOptions: system ..FV..... set color system (from 0 to 8) (default hdtv) ntsc ..FV..... NTSC 1953 Y'I'O' (ITU-R BT.470 System M) 470m ..FV..... NTSC 1953 Y'I'O' (ITU-R BT.470 System M) ebu ..FV..... EBU Y'U'V' (PAL/SECAM) (ITU-R BT.470 System B, G) 470bg ..FV..... EBU Y'U'V' (PAL/SECAM) (ITU-R BT.470 System B, G) smpte ..FV..... SMPTE-C RGB 240m ..FV..... SMPTE-240M Y'PbPr apple ..FV..... Apple RGB widergb ..FV..... Adobe Wide Gamut RGB cie1931 ..FV..... CIE 1931 RGB hdtv ..FV..... ITU.BT-709 Y'CbCr rec709 ..FV..... ITU.BT-709 Y'CbCr uhdtv ..FV..... ITU-R.BT-2020 rec2020 ..FV..... ITU-R.BT-2020 cie ..FV..... set cie system (from 0 to 2) (default xyy) xyy ..FV..... CIE 1931 xyY ucs ..FV..... CIE 1960 UCS luv ..FV..... CIE 1976 Luv gamuts ..FV..... set what gamuts to draw (default 0) ntsc ..FV..... 470m ..FV..... ebu ..FV..... 470bg ..FV..... smpte ..FV..... 240m ..FV..... apple ..FV..... widergb ..FV..... cie1931 ..FV..... hdtv ..FV..... rec709 ..FV..... uhdtv ..FV..... rec2020 ..FV..... size ..FV..... set ciescope size (from 256 to 8192) (default 512) s ..FV..... set ciescope size (from 256 to 8192) (default 512) intensity ..FV..... set ciescope intensity (from 0 to 1) (default 0.001) i ..FV..... set ciescope intensity (from 0 to 1) (default 0.001) contrast ..FV..... (from 0 to 1) (default 0.75) corrgamma ..FV..... (default true) showwhite ..FV..... (default false) gamma ..FV..... (from 0.1 to 6) (default 2.6) codecview AVOptions: mv ..FV..... set motion vectors to visualize (default 0) pf ..FV..... forward predicted MVs of P-frames bf ..FV..... forward predicted MVs of B-frames bb ..FV..... backward predicted MVs of B-frames qp ..FV..... (default false) mv_type ..FV..... set motion vectors type (default 0) fp ..FV..... forward predicted MVs bp ..FV..... backward predicted MVs mvt ..FV..... set motion vectors type (default 0) fp ..FV..... forward predicted MVs bp ..FV..... backward predicted MVs frame_type ..FV..... set frame types to visualize motion vectors of (default 0) if ..FV..... I-frames pf ..FV..... P-frames bf ..FV..... B-frames ft ..FV..... set frame types to visualize motion vectors of (default 0) if ..FV..... I-frames pf ..FV..... P-frames bf ..FV..... B-frames colorbalance AVOptions: rs ..FV..... set red shadows (from -1 to 1) (default 0) gs ..FV..... set green shadows (from -1 to 1) (default 0) bs ..FV..... set blue shadows (from -1 to 1) (default 0) rm ..FV..... set red midtones (from -1 to 1) (default 0) gm ..FV..... set green midtones (from -1 to 1) (default 0) bm ..FV..... set blue midtones (from -1 to 1) (default 0) rh ..FV..... set red highlights (from -1 to 1) (default 0) gh ..FV..... set green highlights (from -1 to 1) (default 0) bh ..FV..... set blue highlights (from -1 to 1) (default 0) colorchannelmixer AVOptions: rr ..FV..... set the red gain for the red channel (from -2 to 2) (default 1) rg ..FV..... set the green gain for the red channel (from -2 to 2) (default 0) rb ..FV..... set the blue gain for the red channel (from -2 to 2) (default 0) ra ..FV..... set the alpha gain for the red channel (from -2 to 2) (default 0) gr ..FV..... set the red gain for the green channel (from -2 to 2) (default 0) gg ..FV..... set the green gain for the green channel (from -2 to 2) (default 1) gb ..FV..... set the blue gain for the green channel (from -2 to 2) (default 0) ga ..FV..... set the alpha gain for the green channel (from -2 to 2) (default 0) br ..FV..... set the red gain for the blue channel (from -2 to 2) (default 0) bg ..FV..... set the green gain for the blue channel (from -2 to 2) (default 0) bb ..FV..... set the blue gain for the blue channel (from -2 to 2) (default 1) ba ..FV..... set the alpha gain for the blue channel (from -2 to 2) (default 0) ar ..FV..... set the red gain for the alpha channel (from -2 to 2) (default 0) ag ..FV..... set the green gain for the alpha channel (from -2 to 2) (default 0) ab ..FV..... set the blue gain for the alpha channel (from -2 to 2) (default 0) aa ..FV..... set the alpha gain for the alpha channel (from -2 to 2) (default 1) colorkey AVOptions: color ..FV..... set the colorkey key color (default "black") similarity ..FV..... set the colorkey similarity value (from 0.01 to 1) (default 0.01) blend ..FV..... set the colorkey key blend value (from 0 to 1) (default 0) colorhold AVOptions: color ..FV..... set the colorhold key color (default "black") similarity ..FV..... set the colorhold similarity value (from 0.01 to 1) (default 0.01) blend ..FV..... set the colorhold blend value (from 0 to 1) (default 0) colorlevels AVOptions: rimin ..FV..... set input red black point (from -1 to 1) (default 0) gimin ..FV..... set input green black point (from -1 to 1) (default 0) bimin ..FV..... set input blue black point (from -1 to 1) (default 0) aimin ..FV..... set input alpha black point (from -1 to 1) (default 0) rimax ..FV..... set input red white point (from -1 to 1) (default 1) gimax ..FV..... set input green white point (from -1 to 1) (default 1) bimax ..FV..... set input blue white point (from -1 to 1) (default 1) aimax ..FV..... set input alpha white point (from -1 to 1) (default 1) romin ..FV..... set output red black point (from 0 to 1) (default 0) gomin ..FV..... set output green black point (from 0 to 1) (default 0) bomin ..FV..... set output blue black point (from 0 to 1) (default 0) aomin ..FV..... set output alpha black point (from 0 to 1) (default 0) romax ..FV..... set output red white point (from 0 to 1) (default 1) gomax ..FV..... set output green white point (from 0 to 1) (default 1) bomax ..FV..... set output blue white point (from 0 to 1) (default 1) aomax ..FV..... set output alpha white point (from 0 to 1) (default 1) colormatrix AVOptions: src ..FV..... set source color matrix (from -1 to 4) (default -1) bt709 ..FV..... set BT.709 colorspace fcc ..FV..... set FCC colorspace bt601 ..FV..... set BT.601 colorspace bt470 ..FV..... set BT.470 colorspace bt470bg ..FV..... set BT.470 colorspace smpte170m ..FV..... set SMTPE-170M colorspace smpte240m ..FV..... set SMPTE-240M colorspace bt2020 ..FV..... set BT.2020 colorspace dst ..FV..... set destination color matrix (from -1 to 4) (default -1) bt709 ..FV..... set BT.709 colorspace fcc ..FV..... set FCC colorspace bt601 ..FV..... set BT.601 colorspace bt470 ..FV..... set BT.470 colorspace bt470bg ..FV..... set BT.470 colorspace smpte170m ..FV..... set SMTPE-170M colorspace smpte240m ..FV..... set SMPTE-240M colorspace bt2020 ..FV..... set BT.2020 colorspace colorspace AVOptions: all ..FV..... Set all color properties together (from 0 to 8) (default 0) bt470m ..FV..... bt470bg ..FV..... bt601-6-525 ..FV..... bt601-6-625 ..FV..... bt709 ..FV..... smpte170m ..FV..... smpte240m ..FV..... bt2020 ..FV..... space ..FV..... Output colorspace (from 0 to 14) (default 2) bt709 ..FV..... fcc ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... ycgco ..FV..... gbr ..FV..... bt2020nc ..FV..... bt2020ncl ..FV..... range ..FV..... Output color range (from 0 to 2) (default 0) tv ..FV..... mpeg ..FV..... pc ..FV..... jpeg ..FV..... primaries ..FV..... Output color primaries (from 0 to 22) (default 2) bt709 ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... smpte428 ..FV..... film ..FV..... smpte431 ..FV..... smpte432 ..FV..... bt2020 ..FV..... jedec-p22 ..FV..... trc ..FV..... Output transfer characteristics (from 0 to 18) (default 2) bt709 ..FV..... bt470m ..FV..... gamma22 ..FV..... bt470bg ..FV..... gamma28 ..FV..... smpte170m ..FV..... smpte240m ..FV..... srgb ..FV..... iec61966-2-1 ..FV..... xvycc ..FV..... iec61966-2-4 ..FV..... bt2020-10 ..FV..... bt2020-12 ..FV..... format ..FV..... Output pixel format (from -1 to 164) (default -1) yuv420p ..FV..... yuv420p10 ..FV..... yuv420p12 ..FV..... yuv422p ..FV..... yuv422p10 ..FV..... yuv422p12 ..FV..... yuv444p ..FV..... yuv444p10 ..FV..... yuv444p12 ..FV..... fast ..FV..... Ignore primary chromaticity and gamma correction (default false) dither ..FV..... Dithering mode (from 0 to 1) (default none) none ..FV..... fsb ..FV..... wpadapt ..FV..... Whitepoint adaptation method (from 0 to 2) (default bradford) bradford ..FV..... vonkries ..FV..... identity ..FV..... iall ..FV..... Set all input color properties together (from 0 to 8) (default 0) bt470m ..FV..... bt470bg ..FV..... bt601-6-525 ..FV..... bt601-6-625 ..FV..... bt709 ..FV..... smpte170m ..FV..... smpte240m ..FV..... bt2020 ..FV..... ispace ..FV..... Input colorspace (from 0 to 22) (default 2) bt709 ..FV..... fcc ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... ycgco ..FV..... gbr ..FV..... bt2020nc ..FV..... bt2020ncl ..FV..... irange ..FV..... Input color range (from 0 to 2) (default 0) tv ..FV..... mpeg ..FV..... pc ..FV..... jpeg ..FV..... iprimaries ..FV..... Input color primaries (from 0 to 22) (default 2) bt709 ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... smpte428 ..FV..... film ..FV..... smpte431 ..FV..... smpte432 ..FV..... bt2020 ..FV..... jedec-p22 ..FV..... itrc ..FV..... Input transfer characteristics (from 0 to 18) (default 2) bt709 ..FV..... bt470m ..FV..... gamma22 ..FV..... bt470bg ..FV..... gamma28 ..FV..... smpte170m ..FV..... smpte240m ..FV..... srgb ..FV..... iec61966-2-1 ..FV..... xvycc ..FV..... iec61966-2-4 ..FV..... bt2020-10 ..FV..... bt2020-12 ..FV..... convolution AVOptions: 0m ..FV..... set matrix for 1st plane (default "0 0 0 0 1 0 0 0 0") 1m ..FV..... set matrix for 2nd plane (default "0 0 0 0 1 0 0 0 0") 2m ..FV..... set matrix for 3rd plane (default "0 0 0 0 1 0 0 0 0") 3m ..FV..... set matrix for 4th plane (default "0 0 0 0 1 0 0 0 0") 0rdiv ..FV..... set rdiv for 1st plane (from 0 to INT_MAX) (default 0) 1rdiv ..FV..... set rdiv for 2nd plane (from 0 to INT_MAX) (default 0) 2rdiv ..FV..... set rdiv for 3rd plane (from 0 to INT_MAX) (default 0) 3rdiv ..FV..... set rdiv for 4th plane (from 0 to INT_MAX) (default 0) 0bias ..FV..... set bias for 1st plane (from 0 to INT_MAX) (default 0) 1bias ..FV..... set bias for 2nd plane (from 0 to INT_MAX) (default 0) 2bias ..FV..... set bias for 3rd plane (from 0 to INT_MAX) (default 0) 3bias ..FV..... set bias for 4th plane (from 0 to INT_MAX) (default 0) 0mode ..FV..... set matrix mode for 1st plane (from 0 to 2) (default square) square ..FV..... square matrix row ..FV..... single row matrix column ..FV..... single column matrix 1mode ..FV..... set matrix mode for 2nd plane (from 0 to 2) (default square) square ..FV..... square matrix row ..FV..... single row matrix column ..FV..... single column matrix 2mode ..FV..... set matrix mode for 3rd plane (from 0 to 2) (default square) square ..FV..... square matrix row ..FV..... single row matrix column ..FV..... single column matrix 3mode ..FV..... set matrix mode for 4th plane (from 0 to 2) (default square) square ..FV..... square matrix row ..FV..... single row matrix column ..FV..... single column matrix convolve AVOptions: planes ..FV..... set planes to convolve (from 0 to 15) (default 7) impulse ..FV..... when to process impulses (from 0 to 1) (default all) first ..FV..... process only first impulse, ignore rest all ..FV..... process all impulses noise ..FV..... set noise (from 0 to 1) (default 1e-07) framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) cover_rect AVOptions: cover ..FV..... cover bitmap filename mode ..FV..... set removal mode (from 0 to 1) (default blur) cover ..FV..... cover area with bitmap blur ..FV..... blur area crop AVOptions: out_w ..FV..... set the width crop area expression (default "iw") w ..FV..... set the width crop area expression (default "iw") out_h ..FV..... set the height crop area expression (default "ih") h ..FV..... set the height crop area expression (default "ih") x ..FV..... set the x crop area expression (default "(in_w-out_w)/2") y ..FV..... set the y crop area expression (default "(in_h-out_h)/2") keep_aspect ..FV..... keep aspect ratio (default false) exact ..FV..... do exact cropping (default false) cropdetect AVOptions: limit ..FV..... Threshold below which the pixel is considered black (from 0 to 65535) (default 0.0941176) round ..FV..... Value by which the width/height should be divisible (from 0 to INT_MAX) (default 16) reset ..FV..... Recalculate the crop area after this many frames (from 0 to INT_MAX) (default 0) reset_count ..FV..... Recalculate the crop area after this many frames (from 0 to INT_MAX) (default 0) max_outliers ..FV..... Threshold count of outliers (from 0 to INT_MAX) (default 0) cue AVOptions: cue ..FVA.... cue unix timestamp in microseconds (from 0 to I64_MAX) (default 0) preroll ..FVA.... preroll duration in seconds (default 0) buffer ..FVA.... buffer duration in seconds (default 0) curves AVOptions: preset ..FV..... select a color curves preset (from 0 to 10) (default none) none ..FV..... color_negative ..FV..... cross_process ..FV..... darker ..FV..... increase_contrast ..FV..... lighter ..FV..... linear_contrast ..FV..... medium_contrast ..FV..... negative ..FV..... strong_contrast ..FV..... vintage ..FV..... master ..FV..... set master points coordinates m ..FV..... set master points coordinates red ..FV..... set red points coordinates r ..FV..... set red points coordinates green ..FV..... set green points coordinates g ..FV..... set green points coordinates blue ..FV..... set blue points coordinates b ..FV..... set blue points coordinates all ..FV..... set points coordinates for all components psfile ..FV..... set Photoshop curves file name plot ..FV..... save Gnuplot script of the curves in specified file datascope AVOptions: size ..FV..... set output size (default "hd720") s ..FV..... set output size (default "hd720") x ..FV..... set x offset (from 0 to INT_MAX) (default 0) y ..FV..... set y offset (from 0 to INT_MAX) (default 0) mode ..FV..... set scope mode (from 0 to 2) (default mono) mono ..FV..... color ..FV..... color2 ..FV..... axis ..FV..... draw column/row numbers (default false) opacity ..FV..... set background opacity (from 0 to 1) (default 0.75) dctdnoiz AVOptions: sigma ..FV..... set noise sigma constant (from 0 to 999) (default 0) s ..FV..... set noise sigma constant (from 0 to 999) (default 0) overlap ..FV..... set number of block overlapping pixels (from -1 to 15) (default -1) expr ..FV..... set coefficient factor expression e ..FV..... set coefficient factor expression n ..FV..... set the block size, expressed in bits (from 3 to 4) (default 3) deband AVOptions: 1thr ..FV..... set 1st plane threshold (from 3e-05 to 0.5) (default 0.02) 2thr ..FV..... set 2nd plane threshold (from 3e-05 to 0.5) (default 0.02) 3thr ..FV..... set 3rd plane threshold (from 3e-05 to 0.5) (default 0.02) 4thr ..FV..... set 4th plane threshold (from 3e-05 to 0.5) (default 0.02) range ..FV..... set range (from INT_MIN to INT_MAX) (default 16) r ..FV..... set range (from INT_MIN to INT_MAX) (default 16) direction ..FV..... set direction (from -6.28319 to 6.28319) (default 6.28319) d ..FV..... set direction (from -6.28319 to 6.28319) (default 6.28319) blur ..FV..... set blur (default true) b ..FV..... set blur (default true) coupling ..FV..... set plane coupling (default false) c ..FV..... set plane coupling (default false) deblock AVOptions: filter ..FV..... set type of filter (from 0 to 1) (default strong) weak ..FV..... strong ..FV..... block ..FV..... set size of block (from 4 to 512) (default 8) alpha ..FV..... set 1st detection threshold (from 0 to 1) (default 0.098) beta ..FV..... set 2nd detection threshold (from 0 to 1) (default 0.05) gamma ..FV..... set 3rd detection threshold (from 0 to 1) (default 0.05) delta ..FV..... set 4th detection threshold (from 0 to 1) (default 0.05) planes ..FV..... set planes to filter (from 0 to 15) (default 15) decimate AVOptions: cycle ..FV..... set the number of frame from which one will be dropped (from 2 to 25) (default 5) dupthresh ..FV..... set duplicate threshold (from 0 to 100) (default 1.1) scthresh ..FV..... set scene change threshold (from 0 to 100) (default 15) blockx ..FV..... set the size of the x-axis blocks used during metric calculations (from 4 to 512) (default 32) blocky ..FV..... set the size of the y-axis blocks used during metric calculations (from 4 to 512) (default 32) ppsrc ..FV..... mark main input as a pre-processed input and activate clean source input stream (default false) chroma ..FV..... set whether or not chroma is considered in the metric calculations (default true) deconvolve AVOptions: planes ..FV..... set planes to deconvolve (from 0 to 15) (default 7) impulse ..FV..... when to process impulses (from 0 to 1) (default all) first ..FV..... process only first impulse, ignore rest all ..FV..... process all impulses noise ..FV..... set noise (from 0 to 1) (default 1e-07) framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) dedot AVOptions: m ..FV..... set filtering mode (default dotcrawl+rainbows) dotcrawl ..FV..... rainbows ..FV..... lt ..FV..... set spatial luma threshold (from 0 to 1) (default 0.079) tl ..FV..... set tolerance for temporal luma (from 0 to 1) (default 0.079) tc ..FV..... set tolerance for chroma temporal variation (from 0 to 1) (default 0.058) ct ..FV..... set temporal chroma threshold (from 0 to 1) (default 0.019) deflate AVOptions: threshold0 ..FV..... set threshold for 1st plane (from 0 to 65535) (default 65535) threshold1 ..FV..... set threshold for 2nd plane (from 0 to 65535) (default 65535) threshold2 ..FV..... set threshold for 3rd plane (from 0 to 65535) (default 65535) threshold3 ..FV..... set threshold for 4th plane (from 0 to 65535) (default 65535) deflicker AVOptions: size ..FV..... set how many frames to use (from 2 to 129) (default 5) s ..FV..... set how many frames to use (from 2 to 129) (default 5) mode ..FV..... set how to smooth luminance (from 0 to 6) (default am) am ..FV..... arithmetic mean gm ..FV..... geometric mean hm ..FV..... harmonic mean qm ..FV..... quadratic mean cm ..FV..... cubic mean pm ..FV..... power mean median ..FV..... median m ..FV..... set how to smooth luminance (from 0 to 6) (default am) am ..FV..... arithmetic mean gm ..FV..... geometric mean hm ..FV..... harmonic mean qm ..FV..... quadratic mean cm ..FV..... cubic mean pm ..FV..... power mean median ..FV..... median bypass ..FV..... leave frames unchanged (default false) dejudder AVOptions: cycle ..FV..... set the length of the cycle to use for dejuddering (from 2 to 240) (default 4) delogo AVOptions: x ..FV..... set logo x position (from -1 to INT_MAX) (default -1) y ..FV..... set logo y position (from -1 to INT_MAX) (default -1) w ..FV..... set logo width (from -1 to INT_MAX) (default -1) h ..FV..... set logo height (from -1 to INT_MAX) (default -1) show ..FV..... show delogo area (default false) derain AVOptions: dnn_backend ..FV..... DNN backend (from 0 to 1) (default native) native ..FV..... native backend flag model ..FV..... path to model file deshake AVOptions: x ..FV..... set x for the rectangular search area (from -1 to INT_MAX) (default -1) y ..FV..... set y for the rectangular search area (from -1 to INT_MAX) (default -1) w ..FV..... set width for the rectangular search area (from -1 to INT_MAX) (default -1) h ..FV..... set height for the rectangular search area (from -1 to INT_MAX) (default -1) rx ..FV..... set x for the rectangular search area (from 0 to 64) (default 16) ry ..FV..... set y for the rectangular search area (from 0 to 64) (default 16) edge ..FV..... set edge mode (from 0 to 3) (default mirror) blank ..FV..... fill zeroes at blank locations original ..FV..... original image at blank locations clamp ..FV..... extruded edge value at blank locations mirror ..FV..... mirrored edge at blank locations blocksize ..FV..... set motion search blocksize (from 4 to 128) (default 8) contrast ..FV..... set contrast threshold for blocks (from 1 to 255) (default 125) search ..FV..... set search strategy (from 0 to 1) (default exhaustive) exhaustive ..FV..... exhaustive search less ..FV..... less exhaustive search filename ..FV..... set motion search detailed log file name opencl ..FV..... ignored (default false) despill AVOptions: type ..FV..... set the screen type (from 0 to 1) (default green) green ..FV..... greenscreen blue ..FV..... bluescreen mix ..FV..... set the spillmap mix (from 0 to 1) (default 0.5) expand ..FV..... set the spillmap expand (from 0 to 1) (default 0) red ..FV..... set red scale (from -100 to 100) (default 0) green ..FV..... set green scale (from -100 to 100) (default -1) blue ..FV..... set blue scale (from -100 to 100) (default 0) brightness ..FV..... set brightness (from -10 to 10) (default 0) alpha ..FV..... change alpha component (default false) detelecine AVOptions: first_field ..FV..... select first field (from 0 to 1) (default top) top ..FV..... select top field first t ..FV..... select top field first bottom ..FV..... select bottom field first b ..FV..... select bottom field first pattern ..FV..... pattern that describe for how many fields a frame is to be displayed (default "23") start_frame ..FV..... position of first frame with respect to the pattern if stream is cut (from 0 to 13) (default 0) dilation AVOptions: threshold0 ..FV..... set threshold for 1st plane (from 0 to 65535) (default 65535) threshold1 ..FV..... set threshold for 2nd plane (from 0 to 65535) (default 65535) threshold2 ..FV..... set threshold for 3rd plane (from 0 to 65535) (default 65535) threshold3 ..FV..... set threshold for 4th plane (from 0 to 65535) (default 65535) coordinates ..FV..... set coordinates (from 0 to 255) (default 255) displace AVOptions: edge ..FV..... set edge mode (from 0 to 3) (default smear) blank ..FV..... smear ..FV..... wrap ..FV..... mirror ..FV..... doubleweave AVOptions: first_field ..FV..... set first field (from 0 to 1) (default top) top ..FV..... set top field first t ..FV..... set top field first bottom ..FV..... set bottom field first b ..FV..... set bottom field first drawbox AVOptions: x ..FV..... set horizontal position of the left box edge (default "0") y ..FV..... set vertical position of the top box edge (default "0") width ..FV..... set width of the box (default "0") w ..FV..... set width of the box (default "0") height ..FV..... set height of the box (default "0") h ..FV..... set height of the box (default "0") color ..FV..... set color of the box (default "black") c ..FV..... set color of the box (default "black") thickness ..FV..... set the box thickness (default "3") t ..FV..... set the box thickness (default "3") replace ..FV..... replace color & alpha (default false) drawgraph AVOptions: m1 ..FV..... set 1st metadata key (default "") fg1 ..FV..... set 1st foreground color expression (default "0xffff0000") m2 ..FV..... set 2nd metadata key (default "") fg2 ..FV..... set 2nd foreground color expression (default "0xff00ff00") m3 ..FV..... set 3rd metadata key (default "") fg3 ..FV..... set 3rd foreground color expression (default "0xffff00ff") m4 ..FV..... set 4th metadata key (default "") fg4 ..FV..... set 4th foreground color expression (default "0xffffff00") bg ..FV..... set background color (default "white") min ..FV..... set minimal value (from INT_MIN to INT_MAX) (default -1) max ..FV..... set maximal value (from INT_MIN to INT_MAX) (default 1) mode ..FV..... set graph mode (from 0 to 2) (default line) bar ..FV..... draw bars dot ..FV..... draw dots line ..FV..... draw lines slide ..FV..... set slide mode (from 0 to 4) (default frame) frame ..FV..... draw new frames replace ..FV..... replace old columns with new scroll ..FV..... scroll from right to left rscroll ..FV..... scroll from left to right picture ..FV..... display graph in single frame size ..FV..... set graph size (default "900x256") s ..FV..... set graph size (default "900x256") drawgrid AVOptions: x ..FV..... set horizontal offset (default "0") y ..FV..... set vertical offset (default "0") width ..FV..... set width of grid cell (default "0") w ..FV..... set width of grid cell (default "0") height ..FV..... set height of grid cell (default "0") h ..FV..... set height of grid cell (default "0") color ..FV..... set color of the grid (default "black") c ..FV..... set color of the grid (default "black") thickness ..FV..... set grid line thickness (default "1") t ..FV..... set grid line thickness (default "1") replace ..FV..... replace color & alpha (default false) drawtext AVOptions: fontfile ..FV..... set font file text ..FV..... set text textfile ..FV..... set text file fontcolor ..FV..... set foreground color (default "black") fontcolor_expr ..FV..... set foreground color expression (default "") boxcolor ..FV..... set box color (default "white") bordercolor ..FV..... set border color (default "black") shadowcolor ..FV..... set shadow color (default "black") box ..FV..... set box (default false) boxborderw ..FV..... set box border width (from INT_MIN to INT_MAX) (default 0) line_spacing ..FV..... set line spacing in pixels (from INT_MIN to INT_MAX) (default 0) fontsize ..FV..... set font size x ..FV..... set x expression (default "0") y ..FV..... set y expression (default "0") shadowx ..FV..... set shadow x offset (from INT_MIN to INT_MAX) (default 0) shadowy ..FV..... set shadow y offset (from INT_MIN to INT_MAX) (default 0) borderw ..FV..... set border width (from INT_MIN to INT_MAX) (default 0) tabsize ..FV..... set tab size (from 0 to INT_MAX) (default 4) basetime ..FV..... set base time (from I64_MIN to I64_MAX) (default I64_MIN) font ..FV..... Font name (default "Sans") expansion ..FV..... set the expansion mode (from 0 to 2) (default normal) none ..FV..... set no expansion normal ..FV..... set normal expansion strftime ..FV..... set strftime expansion (deprecated) timecode ..FV..... set initial timecode tc24hmax ..FV..... set 24 hours max (timecode only) (default false) timecode_rate ..FV..... set rate (timecode only) (from 0 to INT_MAX) (default 0/1) r ..FV..... set rate (timecode only) (from 0 to INT_MAX) (default 0/1) rate ..FV..... set rate (timecode only) (from 0 to INT_MAX) (default 0/1) reload ..FV..... reload text file for each frame (default false) alpha ..FV..... apply alpha while rendering (default "1") fix_bounds ..FV..... check and fix text coords to avoid clipping (default false) start_number ..FV..... start frame number for n/frame_num variable (from 0 to INT_MAX) (default 0) text_shaping ..FV..... attempt to shape text before drawing (default true) ft_load_flags ..FV..... set font loading flags for libfreetype (default 0) default ..FV..... no_scale ..FV..... no_hinting ..FV..... render ..FV..... no_bitmap ..FV..... vertical_layout ..FV..... force_autohint ..FV..... crop_bitmap ..FV..... pedantic ..FV..... ignore_global_advance_width ..FV..... no_recurse ..FV..... ignore_transform ..FV..... monochrome ..FV..... linear_design ..FV..... no_autohint ..FV..... edgedetect AVOptions: high ..FV..... set high threshold (from 0 to 1) (default 0.196078) low ..FV..... set low threshold (from 0 to 1) (default 0.0784314) mode ..FV..... set mode (from 0 to 2) (default wires) wires ..FV..... white/gray wires on black colormix ..FV..... mix colors canny ..FV..... detect edges on planes planes ..FV..... set planes to filter (default y+u+v+r+g+b) y ..FV..... filter luma plane u ..FV..... filter u plane v ..FV..... filter v plane r ..FV..... filter red plane g ..FV..... filter green plane b ..FV..... filter blue plane elbg AVOptions: codebook_length ..FV..... set codebook length (from 1 to INT_MAX) (default 256) l ..FV..... set codebook length (from 1 to INT_MAX) (default 256) nb_steps ..FV..... set max number of steps used to compute the mapping (from 1 to INT_MAX) (default 1) n ..FV..... set max number of steps used to compute the mapping (from 1 to INT_MAX) (default 1) seed ..FV..... set the random seed (from -1 to UINT32_MAX) (default -1) s ..FV..... set the random seed (from -1 to UINT32_MAX) (default -1) pal8 ..FV..... set the pal8 output (default false) entropy AVOptions: mode ..FV..... set kind of histogram entropy measurement (from 0 to 1) (default normal) normal ..FV..... diff ..FV..... eq AVOptions: contrast ..FV..... set the contrast adjustment, negative values give a negative image (default "1.0") brightness ..FV..... set the brightness adjustment (default "0.0") saturation ..FV..... set the saturation adjustment (default "1.0") gamma ..FV..... set the initial gamma value (default "1.0") gamma_r ..FV..... gamma value for red (default "1.0") gamma_g ..FV..... gamma value for green (default "1.0") gamma_b ..FV..... gamma value for blue (default "1.0") gamma_weight ..FV..... set the gamma weight which reduces the effect of gamma on bright areas (default "1.0") eval ..FV..... specify when to evaluate expressions (from 0 to 1) (default init) init ..FV..... eval expressions once during initialization frame ..FV..... eval expressions per-frame erosion AVOptions: threshold0 ..FV..... set threshold for 1st plane (from 0 to 65535) (default 65535) threshold1 ..FV..... set threshold for 2nd plane (from 0 to 65535) (default 65535) threshold2 ..FV..... set threshold for 3rd plane (from 0 to 65535) (default 65535) threshold3 ..FV..... set threshold for 4th plane (from 0 to 65535) (default 65535) coordinates ..FV..... set coordinates (from 0 to 255) (default 255) extractplanes AVOptions: planes ..FV..... set planes (default r) y ..FV..... set luma plane u ..FV..... set u plane v ..FV..... set v plane r ..FV..... set red plane g ..FV..... set green plane b ..FV..... set blue plane a ..FV..... set alpha plane fade AVOptions: type ..FV..... 'in' or 'out' for fade-in/fade-out (from 0 to 1) (default in) t ..FV..... 'in' or 'out' for fade-in/fade-out (from 0 to 1) (default in) start_frame ..FV..... Number of the first frame to which to apply the effect. (from 0 to INT_MAX) (default 0) s ..FV..... Number of the first frame to which to apply the effect. (from 0 to INT_MAX) (default 0) nb_frames ..FV..... Number of frames to which the effect should be applied. (from 0 to INT_MAX) (default 25) n ..FV..... Number of frames to which the effect should be applied. (from 0 to INT_MAX) (default 25) alpha ..FV..... fade alpha if it is available on the input (default false) start_time ..FV..... Number of seconds of the beginning of the effect. (default 0) st ..FV..... Number of seconds of the beginning of the effect. (default 0) duration ..FV..... Duration of the effect in seconds. (default 0) d ..FV..... Duration of the effect in seconds. (default 0) color ..FV..... set color (default "black") c ..FV..... set color (default "black") fftdnoiz AVOptions: sigma ..FV..... set denoise strength (from 0 to 30) (default 1) amount ..FV..... set amount of denoising (from 0.01 to 1) (default 1) block ..FV..... set block log2(size) (from 3 to 6) (default 4) overlap ..FV..... set block overlap (from 0.2 to 0.8) (default 0.5) prev ..FV..... set number of previous frames for temporal denoising (from 0 to 1) (default 0) next ..FV..... set number of next frames for temporal denoising (from 0 to 1) (default 0) planes ..FV..... set planes to filter (from 0 to 15) (default 7) fftfilt AVOptions: dc_Y ..FV..... adjust gain in Y plane (from 0 to 1000) (default 0) dc_U ..FV..... adjust gain in U plane (from 0 to 1000) (default 0) dc_V ..FV..... adjust gain in V plane (from 0 to 1000) (default 0) weight_Y ..FV..... set luminance expression in Y plane (default "1") weight_U ..FV..... set chrominance expression in U plane weight_V ..FV..... set chrominance expression in V plane eval ..FV..... specify when to evaluate expressions (from 0 to 1) (default init) init ..FV..... eval expressions once during initialization frame ..FV..... eval expressions per-frame field AVOptions: type ..FV..... set field type (top or bottom) (from 0 to 1) (default top) top ..FV..... select top field bottom ..FV..... select bottom field fieldhint AVOptions: hint ..FV..... set hint file mode ..FV..... set hint mode (from 0 to 1) (default absolute) absolute ..FV..... relative ..FV..... fieldmatch AVOptions: order ..FV..... specify the assumed field order (from -1 to 1) (default auto) auto ..FV..... auto detect parity bff ..FV..... assume bottom field first tff ..FV..... assume top field first mode ..FV..... set the matching mode or strategy to use (from 0 to 5) (default pc_n) pc ..FV..... 2-way match (p/c) pc_n ..FV..... 2-way match + 3rd match on combed (p/c + u) pc_u ..FV..... 2-way match + 3rd match (same order) on combed (p/c + u) pc_n_ub ..FV..... 2-way match + 3rd match on combed + 4th/5th matches if still combed (p/c + u + u/b) pcn ..FV..... 3-way match (p/c/n) pcn_ub ..FV..... 3-way match + 4th/5th matches on combed (p/c/n + u/b) ppsrc ..FV..... mark main input as a pre-processed input and activate clean source input stream (default false) field ..FV..... set the field to match from (from -1 to 1) (default auto) auto ..FV..... automatic (same value as 'order') bottom ..FV..... bottom field top ..FV..... top field mchroma ..FV..... set whether or not chroma is included during the match comparisons (default true) y0 ..FV..... define an exclusion band which excludes the lines between y0 and y1 from the field matching decision (from 0 to INT_MAX) (default 0) y1 ..FV..... define an exclusion band which excludes the lines between y0 and y1 from the field matching decision (from 0 to INT_MAX) (default 0) scthresh ..FV..... set scene change detection threshold (from 0 to 100) (default 12) combmatch ..FV..... set combmatching mode (from 0 to 2) (default sc) none ..FV..... disable combmatching sc ..FV..... enable combmatching only on scene change full ..FV..... enable combmatching all the time combdbg ..FV..... enable comb debug (from 0 to 2) (default none) none ..FV..... no forced calculation pcn ..FV..... calculate p/c/n pcnub ..FV..... calculate p/c/n/u/b cthresh ..FV..... set the area combing threshold used for combed frame detection (from -1 to 255) (default 9) chroma ..FV..... set whether or not chroma is considered in the combed frame decision (default false) blockx ..FV..... set the x-axis size of the window used during combed frame detection (from 4 to 512) (default 16) blocky ..FV..... set the y-axis size of the window used during combed frame detection (from 4 to 512) (default 16) combpel ..FV..... set the number of combed pixels inside any of the blocky by blockx size blocks on the frame for the frame to be detected as combed (from 0 to INT_MAX) (default 80) fieldorder AVOptions: order ..FV..... output field order (from 0 to 1) (default tff) bff ..FV..... bottom field first tff ..FV..... top field first fillborders AVOptions: left ..FV..... set the left fill border (from 0 to INT_MAX) (default 0) right ..FV..... set the right fill border (from 0 to INT_MAX) (default 0) top ..FV..... set the top fill border (from 0 to INT_MAX) (default 0) bottom ..FV..... set the bottom fill border (from 0 to INT_MAX) (default 0) mode ..FV..... set the fill borders mode (from 0 to 2) (default smear) smear ..FV..... mirror ..FV..... fixed ..FV..... color ..FV..... set the color for the fixed mode (default "black") find_rect AVOptions: object ..FV..... object bitmap filename threshold ..FV..... set threshold (from 0 to 1) (default 0.5) mipmaps ..FV..... set mipmaps (from 1 to 5) (default 3) xmin ..FV..... (from 0 to INT_MAX) (default 0) ymin ..FV..... (from 0 to INT_MAX) (default 0) xmax ..FV..... (from 0 to INT_MAX) (default 0) ymax ..FV..... (from 0 to INT_MAX) (default 0) floodfill AVOptions: x ..FV..... set pixel x coordinate (from 0 to 65535) (default 0) y ..FV..... set pixel y coordinate (from 0 to 65535) (default 0) s0 ..FV..... set source #0 component value (from -1 to 65535) (default 0) s1 ..FV..... set source #1 component value (from -1 to 65535) (default 0) s2 ..FV..... set source #2 component value (from -1 to 65535) (default 0) s3 ..FV..... set source #3 component value (from -1 to 65535) (default 0) d0 ..FV..... set destination #0 component value (from 0 to 65535) (default 0) d1 ..FV..... set destination #1 component value (from 0 to 65535) (default 0) d2 ..FV..... set destination #2 component value (from 0 to 65535) (default 0) d3 ..FV..... set destination #3 component value (from 0 to 65535) (default 0) format AVOptions: pix_fmts ..FV..... A '|'-separated list of pixel formats fps AVOptions: fps ..FV..... A string describing desired output framerate (default "25") start_time ..FV..... Assume the first PTS should be this value. (from -DBL_MAX to DBL_MAX) (default DBL_MAX) round ..FV..... set rounding method for timestamps (from 0 to 5) (default near) zero ..FV..... round towards 0 inf ..FV..... round away from 0 down ..FV..... round towards -infty up ..FV..... round towards +infty near ..FV..... round to nearest eof_action ..FV..... action performed for last frame (from 0 to 1) (default round) round ..FV..... round similar to other frames pass ..FV..... pass through last frame framepack AVOptions: -format ...V..... Frame pack output format (from 0 to INT_MAX) (default sbs) sbs ...V..... Views are packed next to each other tab ...V..... Views are packed on top of each other frameseq ...V..... Views are one after the other lines ...V..... Views are interleaved by lines columns ...V..... Views are interleaved by columns framerate AVOptions: fps ..FV..... required output frames per second rate (default "50") interp_start ..FV..... point to start linear interpolation (from 0 to 255) (default 15) interp_end ..FV..... point to end linear interpolation (from 0 to 255) (default 240) scene ..FV..... scene change level (from 0 to INT_MAX) (default 8.2) flags ..FV..... set flags (default scene_change_detect+scd) scene_change_detect ..FV..... enable scene change detection scd ..FV..... enable scene change detection framestep AVOptions: step ..FV..... set frame step (from 1 to INT_MAX) (default 1) freezedetect AVOptions: n ..FV..... set noise tolerance (from 0 to 1) (default 0.001) noise ..FV..... set noise tolerance (from 0 to 1) (default 0.001) d ..FV..... set minimum duration in seconds (default 2) duration ..FV..... set minimum duration in seconds (default 2) frei0r AVOptions: filter_name ..FV..... filter_params ..FV..... fspp AVOptions: quality ..FV..... set quality (from 4 to 5) (default 4) qp ..FV..... force a constant quantizer parameter (from 0 to 64) (default 0) strength ..FV..... set filter strength (from -15 to 32) (default 0) use_bframe_qp ..FV..... use B-frames' QP (default false) gblur AVOptions: sigma ..FV..... set sigma (from 0 to 1024) (default 0.5) steps ..FV..... set number of steps (from 1 to 6) (default 1) planes ..FV..... set planes to filter (from 0 to 15) (default 15) sigmaV ..FV..... set vertical sigma (from -1 to 1024) (default -1) geq AVOptions: lum_expr ..FV..... set luminance expression lum ..FV..... set luminance expression cb_expr ..FV..... set chroma blue expression cb ..FV..... set chroma blue expression cr_expr ..FV..... set chroma red expression cr ..FV..... set chroma red expression alpha_expr ..FV..... set alpha expression a ..FV..... set alpha expression red_expr ..FV..... set red expression r ..FV..... set red expression green_expr ..FV..... set green expression g ..FV..... set green expression blue_expr ..FV..... set blue expression b ..FV..... set blue expression gradfun AVOptions: strength ..FV..... The maximum amount by which the filter will change any one pixel. (from 0.51 to 64) (default 1.2) radius ..FV..... The neighborhood to fit the gradient to. (from 4 to 32) (default 16) graphmonitor AVOptions: size ..FV..... set monitor size (default "hd720") s ..FV..... set monitor size (default "hd720") opacity ..FV..... set video opacity (from 0 to 1) (default 0.9) o ..FV..... set video opacity (from 0 to 1) (default 0.9) mode ..FV..... set mode (from 0 to 1) (default full) full ..FV..... compact ..FV..... m ..FV..... set mode (from 0 to 1) (default full) full ..FV..... compact ..FV..... flags ..FV..... set flags (default queue) queue ..FV..... frame_count_in ..FV..... frame_count_out ..FV..... pts ..FV..... time ..FV..... timebase ..FV..... format ..FV..... size ..FV..... rate ..FV..... f ..FV..... set flags (default queue) queue ..FV..... frame_count_in ..FV..... frame_count_out ..FV..... pts ..FV..... time ..FV..... timebase ..FV..... format ..FV..... size ..FV..... rate ..FV..... rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") greyedge AVOptions: difford ..FV..... set differentiation order (from 0 to 2) (default 1) minknorm ..FV..... set Minkowski norm (from 0 to 20) (default 1) sigma ..FV..... set sigma (from 0 to 1024) (default 1) haldclut AVOptions: interp ..FV..... select interpolation mode (from 0 to 2) (default tetrahedral) nearest ..FV..... use values from the nearest defined points trilinear ..FV..... interpolate values using the 8 points defining a cube tetrahedral ..FV..... interpolate values using a tetrahedron framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) hflip AVOptions: histeq AVOptions: strength ..FV..... set the strength (from 0 to 1) (default 0.2) intensity ..FV..... set the intensity (from 0 to 1) (default 0.21) antibanding ..FV..... set the antibanding level (from 0 to 2) (default none) none ..FV..... apply no antibanding weak ..FV..... apply weak antibanding strong ..FV..... apply strong antibanding histogram AVOptions: level_height ..FV..... set level height (from 50 to 2048) (default 200) scale_height ..FV..... set scale height (from 0 to 40) (default 12) display_mode ..FV..... set display mode (from 0 to 2) (default stack) overlay ..FV..... parade ..FV..... stack ..FV..... d ..FV..... set display mode (from 0 to 2) (default stack) overlay ..FV..... parade ..FV..... stack ..FV..... levels_mode ..FV..... set levels mode (from 0 to 1) (default linear) linear ..FV..... logarithmic ..FV..... m ..FV..... set levels mode (from 0 to 1) (default linear) linear ..FV..... logarithmic ..FV..... components ..FV..... set color components to display (from 1 to 15) (default 7) c ..FV..... set color components to display (from 1 to 15) (default 7) fgopacity ..FV..... set foreground opacity (from 0 to 1) (default 0.7) f ..FV..... set foreground opacity (from 0 to 1) (default 0.7) bgopacity ..FV..... set background opacity (from 0 to 1) (default 0.5) b ..FV..... set background opacity (from 0 to 1) (default 0.5) hqdn3d AVOptions: luma_spatial ..FV..... spatial luma strength (from 0 to DBL_MAX) (default 0) chroma_spatial ..FV..... spatial chroma strength (from 0 to DBL_MAX) (default 0) luma_tmp ..FV..... temporal luma strength (from 0 to DBL_MAX) (default 0) chroma_tmp ..FV..... temporal chroma strength (from 0 to DBL_MAX) (default 0) hqx AVOptions: n ..FV..... set scale factor (from 2 to 4) (default 3) hstack AVOptions: inputs ..FV..... set number of inputs (from 2 to INT_MAX) (default 2) shortest ..FV..... force termination when the shortest input terminates (default false) hue AVOptions: h ..FV..... set the hue angle degrees expression s ..FV..... set the saturation expression (default "1") H ..FV..... set the hue angle radians expression b ..FV..... set the brightness expression (default "0") hwmap AVOptions: mode ..FV..... Frame mapping mode (default read+write) read ..FV..... Mapping should be readable write ..FV..... Mapping should be writeable overwrite ..FV..... Mapping will always overwrite the entire frame direct ..FV..... Mapping should not involve any copying derive_device ..FV..... Derive a new device of this type reverse ..FV..... Map in reverse (create and allocate in the sink) (from 0 to 1) (default 0) hysteresis AVOptions: planes ..FV..... set planes (from 0 to 15) (default 15) threshold ..FV..... set threshold (from 0 to 65535) (default 0) framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) idet AVOptions: intl_thres ..FV..... set interlacing threshold (from -1 to FLT_MAX) (default 1.04) prog_thres ..FV..... set progressive threshold (from -1 to FLT_MAX) (default 1.5) rep_thres ..FV..... set repeat threshold (from -1 to FLT_MAX) (default 3) half_life ..FV..... half life of cumulative statistics (from -1 to INT_MAX) (default 0) analyze_interlaced_flag ..FV..... set number of frames to use to determine if the interlace flag is accurate (from 0 to INT_MAX) (default 0) il AVOptions: luma_mode ..FV..... select luma mode (from 0 to 2) (default none) none ..FV..... interleave ..FV..... i ..FV..... deinterleave ..FV..... d ..FV..... l ..FV..... select luma mode (from 0 to 2) (default none) none ..FV..... interleave ..FV..... i ..FV..... deinterleave ..FV..... d ..FV..... chroma_mode ..FV..... select chroma mode (from 0 to 2) (default none) none ..FV..... interleave ..FV..... i ..FV..... deinterleave ..FV..... d ..FV..... c ..FV..... select chroma mode (from 0 to 2) (default none) none ..FV..... interleave ..FV..... i ..FV..... deinterleave ..FV..... d ..FV..... alpha_mode ..FV..... select alpha mode (from 0 to 2) (default none) none ..FV..... interleave ..FV..... i ..FV..... deinterleave ..FV..... d ..FV..... a ..FV..... select alpha mode (from 0 to 2) (default none) none ..FV..... interleave ..FV..... i ..FV..... deinterleave ..FV..... d ..FV..... luma_swap ..FV..... swap luma fields (default false) ls ..FV..... swap luma fields (default false) chroma_swap ..FV..... swap chroma fields (default false) cs ..FV..... swap chroma fields (default false) alpha_swap ..FV..... swap alpha fields (default false) as ..FV..... swap alpha fields (default false) inflate AVOptions: threshold0 ..FV..... set threshold for 1st plane (from 0 to 65535) (default 65535) threshold1 ..FV..... set threshold for 2nd plane (from 0 to 65535) (default 65535) threshold2 ..FV..... set threshold for 3rd plane (from 0 to 65535) (default 65535) threshold3 ..FV..... set threshold for 4th plane (from 0 to 65535) (default 65535) interlace AVOptions: scan ..FV..... scanning mode (from 0 to 1) (default tff) tff ..FV..... top field first bff ..FV..... bottom field first lowpass ..FV..... set vertical low-pass filter (default linear) off ..FV..... disable vertical low-pass filter linear ..FV..... linear vertical low-pass filter complex ..FV..... complex vertical low-pass filter interleave AVOptions: nb_inputs ..FV..... set number of inputs (from 1 to INT_MAX) (default 2) n ..FV..... set number of inputs (from 1 to INT_MAX) (default 2) kerndeint AVOptions: thresh ..FV..... set the threshold (from 0 to 255) (default 10) map ..FV..... set the map (default false) order ..FV..... set the order (default false) sharp ..FV..... set sharpening (default false) twoway ..FV..... set twoway (default false) lagfun AVOptions: decay ..FV..... set decay (from 0 to 1) (default 0.95) planes ..FV..... set what planes to filter (default F) lenscorrection AVOptions: cx ..FV..... set relative center x (from 0 to 1) (default 0.5) cy ..FV..... set relative center y (from 0 to 1) (default 0.5) k1 ..FV..... set quadratic distortion factor (from -1 to 1) (default 0) k2 ..FV..... set double quadratic distortion factor (from -1 to 1) (default 0) libvmaf AVOptions: model_path ..FV..... Set the model to be used for computing vmaf. (default "/usr/local/share/model/vmaf_v0.6.1.pkl") log_path ..FV..... Set the file path to be used to store logs. log_fmt ..FV..... Set the format of the log (xml or json). enable_transform ..FV..... Enables transform for computing vmaf. (default false) phone_model ..FV..... Invokes the phone model that will generate higher VMAF scores. (default false) psnr ..FV..... Enables computing psnr along with vmaf. (default false) ssim ..FV..... Enables computing ssim along with vmaf. (default false) ms_ssim ..FV..... Enables computing ms-ssim along with vmaf. (default false) pool ..FV..... Set the pool method to be used for computing vmaf. n_threads ..FV..... Set number of threads to be used when computing vmaf. (from 0 to UINT32_MAX) (default 0) n_subsample ..FV..... Set interval for frame subsampling used when computing vmaf. (from 1 to UINT32_MAX) (default 1) enable_conf_interval ..FV..... Enables confidence interval. (default false) framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) limiter AVOptions: min ..FV..... set min value (from 0 to 65535) (default 0) max ..FV..... set max value (from 0 to 65535) (default 65535) planes ..FV..... set planes (from 0 to 15) (default 15) loop AVOptions: loop ..FV..... number of loops (from -1 to INT_MAX) (default 0) size ..FV..... max number of frames to loop (from 0 to 32767) (default 0) start ..FV..... set the loop start frame (from 0 to I64_MAX) (default 0) lumakey AVOptions: threshold ..FV..... set the threshold value (from 0 to 65535) (default 0) tolerance ..FV..... set the tolerance value (from 0 to 65535) (default 1) softness ..FV..... set the softness value (from 0 to 65535) (default 0) lut AVOptions: c0 ..FV..... set component #0 expression (default "clipval") c1 ..FV..... set component #1 expression (default "clipval") c2 ..FV..... set component #2 expression (default "clipval") c3 ..FV..... set component #3 expression (default "clipval") y ..FV..... set Y expression (default "clipval") u ..FV..... set U expression (default "clipval") v ..FV..... set V expression (default "clipval") r ..FV..... set R expression (default "clipval") g ..FV..... set G expression (default "clipval") b ..FV..... set B expression (default "clipval") a ..FV..... set A expression (default "clipval") lut1d AVOptions: file ..FV..... set 1D LUT file name interp ..FV..... select interpolation mode (from 0 to 4) (default linear) nearest ..FV..... use values from the nearest defined points linear ..FV..... use values from the linear interpolation cosine ..FV..... use values from the cosine interpolation cubic ..FV..... use values from the cubic interpolation spline ..FV..... use values from the spline interpolation lut2 AVOptions: c0 ..FV..... set component #0 expression (default "x") c1 ..FV..... set component #1 expression (default "x") c2 ..FV..... set component #2 expression (default "x") c3 ..FV..... set component #3 expression (default "x") d ..FV..... set output depth (from 0 to 16) (default 0) framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) lut3d AVOptions: file ..FV..... set 3D LUT file name interp ..FV..... select interpolation mode (from 0 to 2) (default tetrahedral) nearest ..FV..... use values from the nearest defined points trilinear ..FV..... interpolate values using the 8 points defining a cube tetrahedral ..FV..... interpolate values using a tetrahedron lutrgb AVOptions: c0 ..FV..... set component #0 expression (default "clipval") c1 ..FV..... set component #1 expression (default "clipval") c2 ..FV..... set component #2 expression (default "clipval") c3 ..FV..... set component #3 expression (default "clipval") y ..FV..... set Y expression (default "clipval") u ..FV..... set U expression (default "clipval") v ..FV..... set V expression (default "clipval") r ..FV..... set R expression (default "clipval") g ..FV..... set G expression (default "clipval") b ..FV..... set B expression (default "clipval") a ..FV..... set A expression (default "clipval") lutyuv AVOptions: c0 ..FV..... set component #0 expression (default "clipval") c1 ..FV..... set component #1 expression (default "clipval") c2 ..FV..... set component #2 expression (default "clipval") c3 ..FV..... set component #3 expression (default "clipval") y ..FV..... set Y expression (default "clipval") u ..FV..... set U expression (default "clipval") v ..FV..... set V expression (default "clipval") r ..FV..... set R expression (default "clipval") g ..FV..... set G expression (default "clipval") b ..FV..... set B expression (default "clipval") a ..FV..... set A expression (default "clipval") maskedclamp AVOptions: undershoot ..FV..... set undershoot (from 0 to 65535) (default 0) overshoot ..FV..... set overshoot (from 0 to 65535) (default 0) planes ..FV..... set planes (from 0 to 15) (default 15) maskedmerge AVOptions: planes ..FV..... set planes (from 0 to 15) (default 15) maskfun AVOptions: low ..FV..... set low threshold (from 0 to 65535) (default 10) high ..FV..... set high threshold (from 0 to 65535) (default 10) planes ..FV..... set planes (from 0 to 15) (default 15) fill ..FV..... set fill value (from 0 to 65535) (default 0) sum ..FV..... set sum value (from 0 to 65535) (default 10) mcdeint AVOptions: mode ..FV..... set mode (from 0 to 3) (default fast) fast ..FV..... medium ..FV..... slow ..FV..... extra_slow ..FV..... parity ..FV..... set the assumed picture field parity (from -1 to 1) (default bff) tff ..FV..... assume top field first bff ..FV..... assume bottom field first qp ..FV..... set qp (from INT_MIN to INT_MAX) (default 1) mergeplanes AVOptions: mapping ..FV..... set input to output plane mapping (from 0 to 8.58993e+08) (default 0) format ..FV..... set output pixel format (default yuva444p) mestimate AVOptions: method ..FV..... motion estimation method (from 1 to 9) (default esa) esa ..FV..... exhaustive search tss ..FV..... three step search tdls ..FV..... two dimensional logarithmic search ntss ..FV..... new three step search fss ..FV..... four step search ds ..FV..... diamond search hexbs ..FV..... hexagon-based search epzs ..FV..... enhanced predictive zonal search umh ..FV..... uneven multi-hexagon search mb_size ..FV..... macroblock size (from 8 to INT_MAX) (default 16) search_param ..FV..... search parameter (from 4 to INT_MAX) (default 7) metadata AVOptions: mode ..FV..... set a mode of operation (from 0 to 4) (default select) select ..FV..... select frame add ..FV..... add new metadata modify ..FV..... modify metadata delete ..FV..... delete metadata print ..FV..... print metadata key ..FV..... set metadata key value ..FV..... set metadata value function ..FV..... function for comparing values (from 0 to 5) (default same_str) same_str ..FV..... starts_with ..FV..... less ..FV..... equal ..FV..... greater ..FV..... expr ..FV..... expr ..FV..... set expression for expr function file ..FV..... set file where to print metadata information midequalizer AVOptions: planes ..FV..... set planes (from 0 to 15) (default 15) minterpolate AVOptions: fps ..FV..... output's frame rate (default "60") mi_mode ..FV..... motion interpolation mode (from 0 to 2) (default mci) dup ..FV..... duplicate frames blend ..FV..... blend frames mci ..FV..... motion compensated interpolation mc_mode ..FV..... motion compensation mode (from 0 to 1) (default obmc) obmc ..FV..... overlapped block motion compensation aobmc ..FV..... adaptive overlapped block motion compensation me_mode ..FV..... motion estimation mode (from 0 to 1) (default bilat) bidir ..FV..... bidirectional motion estimation bilat ..FV..... bilateral motion estimation me ..FV..... motion estimation method (from 1 to 9) (default epzs) esa ..FV..... exhaustive search tss ..FV..... three step search tdls ..FV..... two dimensional logarithmic search ntss ..FV..... new three step search fss ..FV..... four step search ds ..FV..... diamond search hexbs ..FV..... hexagon-based search epzs ..FV..... enhanced predictive zonal search umh ..FV..... uneven multi-hexagon search mb_size ..FV..... macroblock size (from 4 to 16) (default 16) search_param ..FV..... search parameter (from 4 to INT_MAX) (default 32) vsbmc ..FV..... variable-size block motion compensation (from 0 to 1) (default 0) scd ..FV..... scene change detection method (from 0 to 1) (default fdiff) none ..FV..... disable detection fdiff ..FV..... frame difference scd_threshold ..FV..... scene change threshold (from 0 to 100) (default 5) mix AVOptions: inputs ..FV..... set number of inputs (from 2 to INT_MAX) (default 2) weights ..FV..... set weight for each input (default "1 1") scale ..FV..... set scale (from 0 to 32767) (default 0) duration ..FV..... how to determine end of stream (from 0 to 2) (default longest) longest ..FV..... Duration of longest input shortest ..FV..... Duration of shortest input first ..FV..... Duration of first input mpdecimate AVOptions: max ..FV..... set the maximum number of consecutive dropped frames (positive), or the minimum interval between dropped frames (negative) (from INT_MIN to INT_MAX) (default 0) hi ..FV..... set high dropping threshold (from INT_MIN to INT_MAX) (default 768) lo ..FV..... set low dropping threshold (from INT_MIN to INT_MAX) (default 320) frac ..FV..... set fraction dropping threshold (from 0 to 1) (default 0.33) negate AVOptions: negate_alpha ..FV..... (default false) nlmeans AVOptions: s ..FV..... denoising strength (from 1 to 30) (default 1) p ..FV..... patch size (from 0 to 99) (default 7) pc ..FV..... patch size for chroma planes (from 0 to 99) (default 0) r ..FV..... research window (from 0 to 99) (default 15) rc ..FV..... research window for chroma planes (from 0 to 99) (default 0) nnedi AVOptions: weights ..FV..... set weights file (default "nnedi3_weights.bin") deint ..FV..... set which frames to deinterlace (from 0 to 1) (default all) all ..FV..... deinterlace all frames interlaced ..FV..... only deinterlace frames marked as interlaced field ..FV..... set mode of operation (from -2 to 3) (default a) af ..FV..... use frame flags, both fields a ..FV..... use frame flags, single field t ..FV..... use top field only b ..FV..... use bottom field only tf ..FV..... use both fields, top first bf ..FV..... use both fields, bottom first planes ..FV..... set which planes to process (from 0 to 7) (default 7) nsize ..FV..... set size of local neighborhood around each pixel, used by the predictor neural network (from 0 to 6) (default s32x4) s8x6 ..FV..... s16x6 ..FV..... s32x6 ..FV..... s48x6 ..FV..... s8x4 ..FV..... s16x4 ..FV..... s32x4 ..FV..... nns ..FV..... set number of neurons in predictor neural network (from 0 to 4) (default n32) n16 ..FV..... n32 ..FV..... n64 ..FV..... n128 ..FV..... n256 ..FV..... qual ..FV..... set quality (from 1 to 2) (default fast) fast ..FV..... slow ..FV..... etype ..FV..... set which set of weights to use in the predictor (from 0 to 1) (default a) a ..FV..... weights trained to minimize absolute error s ..FV..... weights trained to minimize squared error pscrn ..FV..... set prescreening (from 0 to 2) (default new) none ..FV..... original ..FV..... new ..FV..... fapprox ..FV..... (from 0 to 3) (default 0) noformat AVOptions: pix_fmts ..FV..... A '|'-separated list of pixel formats noise AVOptions: all_seed ..FV..... set component #0 noise seed (from -1 to INT_MAX) (default -1) all_strength ..FV..... set component #0 strength (from 0 to 100) (default 0) alls ..FV..... set component #0 strength (from 0 to 100) (default 0) all_flags ..FV..... set component #0 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise allf ..FV..... set component #0 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise c0_seed ..FV..... set component #0 noise seed (from -1 to INT_MAX) (default -1) c0_strength ..FV..... set component #0 strength (from 0 to 100) (default 0) c0s ..FV..... set component #0 strength (from 0 to 100) (default 0) c0_flags ..FV..... set component #0 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise c0f ..FV..... set component #0 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise c1_seed ..FV..... set component #1 noise seed (from -1 to INT_MAX) (default -1) c1_strength ..FV..... set component #1 strength (from 0 to 100) (default 0) c1s ..FV..... set component #1 strength (from 0 to 100) (default 0) c1_flags ..FV..... set component #1 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise c1f ..FV..... set component #1 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise c2_seed ..FV..... set component #2 noise seed (from -1 to INT_MAX) (default -1) c2_strength ..FV..... set component #2 strength (from 0 to 100) (default 0) c2s ..FV..... set component #2 strength (from 0 to 100) (default 0) c2_flags ..FV..... set component #2 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise c2f ..FV..... set component #2 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise c3_seed ..FV..... set component #3 noise seed (from -1 to INT_MAX) (default -1) c3_strength ..FV..... set component #3 strength (from 0 to 100) (default 0) c3s ..FV..... set component #3 strength (from 0 to 100) (default 0) c3_flags ..FV..... set component #3 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise c3f ..FV..... set component #3 flags (default 0) a ..FV..... averaged noise p ..FV..... (semi)regular pattern t ..FV..... temporal noise u ..FV..... uniform noise normalize AVOptions: blackpt ..FV..... output color to which darkest input color is mapped (default "black") whitept ..FV..... output color to which brightest input color is mapped (default "white") smoothing ..FV..... amount of temporal smoothing of the input range, to reduce flicker (from 0 to 2.68435e+08) (default 0) independence ..FV..... proportion of independent to linked channel normalization (from 0 to 1) (default 1) strength ..FV..... strength of filter, from no effect to full normalization (from 0 to 1) (default 1) oscilloscope AVOptions: x ..FV..... set scope x position (from 0 to 1) (default 0.5) y ..FV..... set scope y position (from 0 to 1) (default 0.5) s ..FV..... set scope size (from 0 to 1) (default 0.8) t ..FV..... set scope tilt (from 0 to 1) (default 0.5) o ..FV..... set trace opacity (from 0 to 1) (default 0.8) tx ..FV..... set trace x position (from 0 to 1) (default 0.5) ty ..FV..... set trace y position (from 0 to 1) (default 0.9) tw ..FV..... set trace width (from 0.1 to 1) (default 0.8) th ..FV..... set trace height (from 0.1 to 1) (default 0.3) c ..FV..... set components to trace (from 0 to 15) (default 7) g ..FV..... draw trace grid (default true) st ..FV..... draw statistics (default true) sc ..FV..... draw scope (default true) overlay AVOptions: x ..FV..... set the x expression (default "0") y ..FV..... set the y expression (default "0") eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. eval ..FV..... specify when to evaluate expressions (from 0 to 1) (default frame) init ..FV..... eval expressions once during initialization frame ..FV..... eval expressions per-frame shortest ..FV..... force termination when the shortest input terminates (default false) format ..FV..... set output format (from 0 to 5) (default yuv420) yuv420 ..FV..... yuv422 ..FV..... yuv444 ..FV..... rgb ..FV..... gbrp ..FV..... auto ..FV..... repeatlast ..FV..... repeat overlay of the last overlay frame (default true) alpha ..FV..... alpha format (from 0 to 1) (default straight) straight ..FV..... premultiplied ..FV..... framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) owdenoise AVOptions: depth ..FV..... set depth (from 8 to 16) (default 8) luma_strength ..FV..... set luma strength (from 0 to 1000) (default 1) ls ..FV..... set luma strength (from 0 to 1000) (default 1) chroma_strength ..FV..... set chroma strength (from 0 to 1000) (default 1) cs ..FV..... set chroma strength (from 0 to 1000) (default 1) pad AVOptions: width ..FV..... set the pad area width expression (default "iw") w ..FV..... set the pad area width expression (default "iw") height ..FV..... set the pad area height expression (default "ih") h ..FV..... set the pad area height expression (default "ih") x ..FV..... set the x offset expression for the input image position (default "0") y ..FV..... set the y offset expression for the input image position (default "0") color ..FV..... set the color of the padded area border (default "black") eval ..FV..... specify when to evaluate expressions (from 0 to 1) (default init) init ..FV..... eval expressions once during initialization frame ..FV..... eval expressions during initialization and per-frame aspect ..FV..... pad to fit an aspect instead of a resolution (from 0 to DBL_MAX) (default 0/1) palettegen AVOptions: max_colors ..FV..... set the maximum number of colors to use in the palette (from 4 to 256) (default 256) reserve_transparent ..FV..... reserve a palette entry for transparency (default true) transparency_color ..FV..... set a background color for transparency (default "lime") stats_mode ..FV..... set statistics mode (from 0 to 2) (default full) full ..FV..... compute full frame histograms diff ..FV..... compute histograms only for the part that differs from previous frame single ..FV..... compute new histogram for each frame paletteuse AVOptions: dither ..FV..... select dithering mode (from 0 to 5) (default sierra2_4a) bayer ..FV..... ordered 8x8 bayer dithering (deterministic) heckbert ..FV..... dithering as defined by Paul Heckbert in 1982 (simple error diffusion) floyd_steinberg ..FV..... Floyd and Steingberg dithering (error diffusion) sierra2 ..FV..... Frankie Sierra dithering v2 (error diffusion) sierra2_4a ..FV..... Frankie Sierra dithering v2 "Lite" (error diffusion) bayer_scale ..FV..... set scale for bayer dithering (from 0 to 5) (default 2) diff_mode ..FV..... set frame difference mode (from 0 to 1) (default 0) rectangle ..FV..... process smallest different rectangle new ..FV..... take new palette for each output frame (default false) alpha_threshold ..FV..... set the alpha threshold for transparency (from 0 to 255) (default 128) debug_kdtree ..FV..... save Graphviz graph of the kdtree in specified file color_search ..FV..... set reverse colormap color search method (from 0 to 2) (default nns_iterative) nns_iterative ..FV..... iterative search nns_recursive ..FV..... recursive search bruteforce ..FV..... brute-force into the palette mean_err ..FV..... compute and print mean error (default false) debug_accuracy ..FV..... test color search accuracy (default false) perms AVOptions: mode ..FVA.... select permissions mode (from 0 to 4) (default none) none ..FVA.... do nothing ro ..FVA.... set all output frames read-only rw ..FVA.... set all output frames writable toggle ..FVA.... switch permissions random ..FVA.... set permissions randomly seed ..FVA.... set the seed for the random mode (from -1 to UINT32_MAX) (default -1) perspective AVOptions: x0 ..FV..... set top left x coordinate (default "0") y0 ..FV..... set top left y coordinate (default "0") x1 ..FV..... set top right x coordinate (default "W") y1 ..FV..... set top right y coordinate (default "0") x2 ..FV..... set bottom left x coordinate (default "0") y2 ..FV..... set bottom left y coordinate (default "H") x3 ..FV..... set bottom right x coordinate (default "W") y3 ..FV..... set bottom right y coordinate (default "H") interpolation ..FV..... set interpolation (from 0 to 1) (default linear) linear ..FV..... cubic ..FV..... sense ..FV..... specify the sense of the coordinates (from 0 to 1) (default source) source ..FV..... specify locations in source to send to corners in destination destination ..FV..... specify locations in destination to send corners of source eval ..FV..... specify when to evaluate expressions (from 0 to 1) (default init) init ..FV..... eval expressions once during initialization frame ..FV..... eval expressions per-frame phase AVOptions: mode ..FV..... set phase mode (from 0 to 8) (default A) p ..FV..... progressive t ..FV..... top first b ..FV..... bottom first T ..FV..... top first analyze B ..FV..... bottom first analyze u ..FV..... analyze U ..FV..... full analyze a ..FV..... auto A ..FV..... auto analyze pixscope AVOptions: x ..FV..... set scope x offset (from 0 to 1) (default 0.5) y ..FV..... set scope y offset (from 0 to 1) (default 0.5) w ..FV..... set scope width (from 1 to 80) (default 7) h ..FV..... set scope height (from 1 to 80) (default 7) o ..FV..... set window opacity (from 0 to 1) (default 0.5) wx ..FV..... set window x offset (from -1 to 1) (default -1) wy ..FV..... set window y offset (from -1 to 1) (default -1) pp AVOptions: subfilters ..FV..... set postprocess subfilters (default "de") pp7 AVOptions: qp ..FV..... force a constant quantizer parameter (from 0 to 64) (default 0) mode ..FV..... set thresholding mode (from 0 to 2) (default medium) hard ..FV..... hard thresholding soft ..FV..... soft thresholding medium ..FV..... medium thresholding premultiply AVOptions: planes ..FV..... set planes (from 0 to 15) (default 15) inplace ..FV..... enable inplace mode (default false) prewitt AVOptions: planes ..FV..... set planes to filter (from 0 to 15) (default 15) scale ..FV..... set scale (from 0 to 65535) (default 1) delta ..FV..... set delta (from -65535 to 65535) (default 0) pseudocolor AVOptions: c0 ..FV..... set component #0 expression (default "val") c1 ..FV..... set component #1 expression (default "val") c2 ..FV..... set component #2 expression (default "val") c3 ..FV..... set component #3 expression (default "val") i ..FV..... set component as base (from 0 to 3) (default 0) psnr AVOptions: stats_file ..FV..... Set file where to store per-frame difference information f ..FV..... Set file where to store per-frame difference information stats_version ..FV..... Set the format version for the stats file. (from 1 to 2) (default 1) output_max ..FV..... Add raw stats (max values) to the output log. (default false) framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) pullup AVOptions: jl ..FV..... set left junk size (from 0 to INT_MAX) (default 1) jr ..FV..... set right junk size (from 0 to INT_MAX) (default 1) jt ..FV..... set top junk size (from 1 to INT_MAX) (default 4) jb ..FV..... set bottom junk size (from 1 to INT_MAX) (default 4) sb ..FV..... set strict breaks (default false) mp ..FV..... set metric plane (from 0 to 2) (default y) y ..FV..... luma u ..FV..... chroma blue v ..FV..... chroma red qp AVOptions: qp ..FV..... set qp expression random AVOptions: frames ..FV..... set number of frames in cache (from 2 to 512) (default 30) seed ..FV..... set the seed (from -1 to UINT32_MAX) (default -1) readeia608 AVOptions: scan_min ..FV..... set from which line to scan for codes (from 0 to INT_MAX) (default 0) scan_max ..FV..... set to which line to scan for codes (from 0 to INT_MAX) (default 29) mac ..FV..... set minimal acceptable amplitude change for sync codes detection (from 0.001 to 1) (default 0.2) spw ..FV..... set ratio of width reserved for sync code detection (from 0.1 to 0.7) (default 0.27) mhd ..FV..... set max peaks height difference for sync code detection (from 0 to 0.5) (default 0.1) mpd ..FV..... set max peaks period difference for sync code detection (from 0 to 0.5) (default 0.1) msd ..FV..... set first two max start code bits differences (from 0 to 0.5) (default 0.02) bhd ..FV..... set min ratio of bits height compared to 3rd start code bit (from 0.01 to 1) (default 0.75) th_w ..FV..... set white color threshold (from 0.1 to 1) (default 0.35) th_b ..FV..... set black color threshold (from 0 to 0.5) (default 0.15) chp ..FV..... check and apply parity bit (default false) lp ..FV..... lowpass line prior to processing (default false) readvitc AVOptions: scan_max ..FV..... maximum line numbers to scan for VITC data (from -1 to INT_MAX) (default 45) thr_b ..FV..... black color threshold (from 0 to 1) (default 0.2) thr_w ..FV..... white color threshold (from 0 to 1) (default 0.6) realtime AVOptions: limit ..FVA.... sleep time limit (default 2) speed ..FVA.... speed factor (from DBL_MIN to DBL_MAX) (default 1) remap AVOptions: format ..FV..... set output format (from 0 to 1) (default color) color ..FV..... gray ..FV..... removegrain AVOptions: m0 ..FV..... set mode for 1st plane (from 0 to 24) (default 0) m1 ..FV..... set mode for 2nd plane (from 0 to 24) (default 0) m2 ..FV..... set mode for 3rd plane (from 0 to 24) (default 0) m3 ..FV..... set mode for 4th plane (from 0 to 24) (default 0) removelogo AVOptions: filename ..FV..... set bitmap filename f ..FV..... set bitmap filename rgbashift AVOptions: rh ..FV..... shift red horizontally (from -255 to 255) (default 0) rv ..FV..... shift red vertically (from -255 to 255) (default 0) gh ..FV..... shift green horizontally (from -255 to 255) (default 0) gv ..FV..... shift green vertically (from -255 to 255) (default 0) bh ..FV..... shift blue horizontally (from -255 to 255) (default 0) bv ..FV..... shift blue vertically (from -255 to 255) (default 0) ah ..FV..... shift alpha horizontally (from -255 to 255) (default 0) av ..FV..... shift alpha vertically (from -255 to 255) (default 0) edge ..FV..... set edge operation (from 0 to 1) (default smear) smear ..FV..... wrap ..FV..... roberts AVOptions: planes ..FV..... set planes to filter (from 0 to 15) (default 15) scale ..FV..... set scale (from 0 to 65535) (default 1) delta ..FV..... set delta (from -65535 to 65535) (default 0) rotate AVOptions: angle ..FV..... set angle (in radians) (default "0") a ..FV..... set angle (in radians) (default "0") out_w ..FV..... set output width expression (default "iw") ow ..FV..... set output width expression (default "iw") out_h ..FV..... set output height expression (default "ih") oh ..FV..... set output height expression (default "ih") fillcolor ..FV..... set background fill color (default "black") c ..FV..... set background fill color (default "black") bilinear ..FV..... use bilinear interpolation (default true) sab AVOptions: luma_radius ..FV..... set luma radius (from 0.1 to 4) (default 1) lr ..FV..... set luma radius (from 0.1 to 4) (default 1) luma_pre_filter_radius ..FV..... set luma pre-filter radius (from 0.1 to 2) (default 1) lpfr ..FV..... set luma pre-filter radius (from 0.1 to 2) (default 1) luma_strength ..FV..... set luma strength (from 0.1 to 100) (default 1) ls ..FV..... set luma strength (from 0.1 to 100) (default 1) chroma_radius ..FV..... set chroma radius (from -0.9 to 4) (default -0.9) cr ..FV..... set chroma radius (from -0.9 to 4) (default -0.9) chroma_pre_filter_radius ..FV..... set chroma pre-filter radius (from -0.9 to 2) (default -0.9) cpfr ..FV..... set chroma pre-filter radius (from -0.9 to 2) (default -0.9) chroma_strength ..FV..... set chroma strength (from -0.9 to 100) (default -0.9) cs ..FV..... set chroma strength (from -0.9 to 100) (default -0.9) scale AVOptions: w ..FV..... Output video width width ..FV..... Output video width h ..FV..... Output video height height ..FV..... Output video height flags ..FV..... Flags to pass to libswscale (default "bilinear") interl ..FV..... set interlacing (default false) in_color_matrix ..FV..... set input YCbCr type (default "auto") auto ..FV..... bt601 ..FV..... bt470 ..FV..... smpte170m ..FV..... bt709 ..FV..... fcc ..FV..... smpte240m ..FV..... bt2020 ..FV..... out_color_matrix ..FV..... set output YCbCr type auto ..FV..... bt601 ..FV..... bt470 ..FV..... smpte170m ..FV..... bt709 ..FV..... fcc ..FV..... smpte240m ..FV..... bt2020 ..FV..... in_range ..FV..... set input color range (from 0 to 2) (default auto) auto ..FV..... unknown ..FV..... full ..FV..... limited ..FV..... jpeg ..FV..... mpeg ..FV..... tv ..FV..... pc ..FV..... out_range ..FV..... set output color range (from 0 to 2) (default auto) auto ..FV..... unknown ..FV..... full ..FV..... limited ..FV..... jpeg ..FV..... mpeg ..FV..... tv ..FV..... pc ..FV..... in_v_chr_pos ..FV..... input vertical chroma position in luma grid/256 (from -513 to 512) (default -513) in_h_chr_pos ..FV..... input horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) out_v_chr_pos ..FV..... output vertical chroma position in luma grid/256 (from -513 to 512) (default -513) out_h_chr_pos ..FV..... output horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) force_original_aspect_ratio ..FV..... decrease or increase w/h if necessary to keep the original AR (from 0 to 2) (default disable) disable ..FV..... decrease ..FV..... increase ..FV..... param0 ..FV..... Scaler param 0 (from INT_MIN to INT_MAX) (default 123456) param1 ..FV..... Scaler param 1 (from INT_MIN to INT_MAX) (default 123456) nb_slices ..FV..... set the number of slices (debug purpose only) (from 0 to INT_MAX) (default 0) eval ..FV..... specify when to evaluate expressions (from 0 to 1) (default init) init ..FV..... eval expressions once during initialization frame ..FV..... eval expressions during initialization and per-frame SWScaler AVOptions: -sws_flags E..V..... scaler flags (default bicubic) fast_bilinear E..V..... fast bilinear bilinear E..V..... bilinear bicubic E..V..... bicubic experimental E..V..... experimental neighbor E..V..... nearest neighbor area E..V..... averaging area bicublin E..V..... luma bicubic, chroma bilinear gauss E..V..... Gaussian sinc E..V..... sinc lanczos E..V..... Lanczos spline E..V..... natural bicubic spline print_info E..V..... print info accurate_rnd E..V..... accurate rounding full_chroma_int E..V..... full chroma interpolation full_chroma_inp E..V..... full chroma input bitexact E..V..... error_diffusion E..V..... error diffusion dither -srcw E..V..... source width (from 1 to INT_MAX) (default 16) -srch E..V..... source height (from 1 to INT_MAX) (default 16) -dstw E..V..... destination width (from 1 to INT_MAX) (default 16) -dsth E..V..... destination height (from 1 to INT_MAX) (default 16) -src_format E..V..... source format (default yuv420p) -dst_format E..V..... destination format (default yuv420p) -src_range E..V..... source is full range (default false) -dst_range E..V..... destination is full range (default false) -param0 E..V..... scaler param 0 (from INT_MIN to INT_MAX) (default 123456) -param1 E..V..... scaler param 1 (from INT_MIN to INT_MAX) (default 123456) -src_v_chr_pos E..V..... source vertical chroma position in luma grid/256 (from -513 to 512) (default -513) -src_h_chr_pos E..V..... source horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) -dst_v_chr_pos E..V..... destination vertical chroma position in luma grid/256 (from -513 to 512) (default -513) -dst_h_chr_pos E..V..... destination horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) -sws_dither E..V..... set dithering algorithm (from 0 to 6) (default auto) auto E..V..... leave choice to sws bayer E..V..... bayer dither ed E..V..... error diffusion a_dither E..V..... arithmetic addition dither x_dither E..V..... arithmetic xor dither -gamma E..V..... gamma correct scaling (default false) -alphablend E..V..... mode for alpha -> non alpha (from 0 to 2) (default none) none E..V..... ignore alpha uniform_color E..V..... blend onto a uniform color checkerboard E..V..... blend onto a checkerboard scale2ref AVOptions: w ..FV..... Output video width width ..FV..... Output video width h ..FV..... Output video height height ..FV..... Output video height flags ..FV..... Flags to pass to libswscale (default "bilinear") interl ..FV..... set interlacing (default false) in_color_matrix ..FV..... set input YCbCr type (default "auto") auto ..FV..... bt601 ..FV..... bt470 ..FV..... smpte170m ..FV..... bt709 ..FV..... fcc ..FV..... smpte240m ..FV..... bt2020 ..FV..... out_color_matrix ..FV..... set output YCbCr type auto ..FV..... bt601 ..FV..... bt470 ..FV..... smpte170m ..FV..... bt709 ..FV..... fcc ..FV..... smpte240m ..FV..... bt2020 ..FV..... in_range ..FV..... set input color range (from 0 to 2) (default auto) auto ..FV..... unknown ..FV..... full ..FV..... limited ..FV..... jpeg ..FV..... mpeg ..FV..... tv ..FV..... pc ..FV..... out_range ..FV..... set output color range (from 0 to 2) (default auto) auto ..FV..... unknown ..FV..... full ..FV..... limited ..FV..... jpeg ..FV..... mpeg ..FV..... tv ..FV..... pc ..FV..... in_v_chr_pos ..FV..... input vertical chroma position in luma grid/256 (from -513 to 512) (default -513) in_h_chr_pos ..FV..... input horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) out_v_chr_pos ..FV..... output vertical chroma position in luma grid/256 (from -513 to 512) (default -513) out_h_chr_pos ..FV..... output horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) force_original_aspect_ratio ..FV..... decrease or increase w/h if necessary to keep the original AR (from 0 to 2) (default disable) disable ..FV..... decrease ..FV..... increase ..FV..... param0 ..FV..... Scaler param 0 (from INT_MIN to INT_MAX) (default 123456) param1 ..FV..... Scaler param 1 (from INT_MIN to INT_MAX) (default 123456) nb_slices ..FV..... set the number of slices (debug purpose only) (from 0 to INT_MAX) (default 0) eval ..FV..... specify when to evaluate expressions (from 0 to 1) (default init) init ..FV..... eval expressions once during initialization frame ..FV..... eval expressions during initialization and per-frame SWScaler AVOptions: -sws_flags E..V..... scaler flags (default bicubic) fast_bilinear E..V..... fast bilinear bilinear E..V..... bilinear bicubic E..V..... bicubic experimental E..V..... experimental neighbor E..V..... nearest neighbor area E..V..... averaging area bicublin E..V..... luma bicubic, chroma bilinear gauss E..V..... Gaussian sinc E..V..... sinc lanczos E..V..... Lanczos spline E..V..... natural bicubic spline print_info E..V..... print info accurate_rnd E..V..... accurate rounding full_chroma_int E..V..... full chroma interpolation full_chroma_inp E..V..... full chroma input bitexact E..V..... error_diffusion E..V..... error diffusion dither -srcw E..V..... source width (from 1 to INT_MAX) (default 16) -srch E..V..... source height (from 1 to INT_MAX) (default 16) -dstw E..V..... destination width (from 1 to INT_MAX) (default 16) -dsth E..V..... destination height (from 1 to INT_MAX) (default 16) -src_format E..V..... source format (default yuv420p) -dst_format E..V..... destination format (default yuv420p) -src_range E..V..... source is full range (default false) -dst_range E..V..... destination is full range (default false) -param0 E..V..... scaler param 0 (from INT_MIN to INT_MAX) (default 123456) -param1 E..V..... scaler param 1 (from INT_MIN to INT_MAX) (default 123456) -src_v_chr_pos E..V..... source vertical chroma position in luma grid/256 (from -513 to 512) (default -513) -src_h_chr_pos E..V..... source horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) -dst_v_chr_pos E..V..... destination vertical chroma position in luma grid/256 (from -513 to 512) (default -513) -dst_h_chr_pos E..V..... destination horizontal chroma position in luma grid/256 (from -513 to 512) (default -513) -sws_dither E..V..... set dithering algorithm (from 0 to 6) (default auto) auto E..V..... leave choice to sws bayer E..V..... bayer dither ed E..V..... error diffusion a_dither E..V..... arithmetic addition dither x_dither E..V..... arithmetic xor dither -gamma E..V..... gamma correct scaling (default false) -alphablend E..V..... mode for alpha -> non alpha (from 0 to 2) (default none) none E..V..... ignore alpha uniform_color E..V..... blend onto a uniform color checkerboard E..V..... blend onto a checkerboard select AVOptions: expr ..FV..... set an expression to use for selecting frames (default "1") e ..FV..... set an expression to use for selecting frames (default "1") outputs ..FV..... set the number of outputs (from 1 to INT_MAX) (default 1) n ..FV..... set the number of outputs (from 1 to INT_MAX) (default 1) selectivecolor AVOptions: correction_method ..FV..... select correction method (from 0 to 1) (default absolute) absolute ..FV..... relative ..FV..... reds ..FV..... adjust red regions yellows ..FV..... adjust yellow regions greens ..FV..... adjust green regions cyans ..FV..... adjust cyan regions blues ..FV..... adjust blue regions magentas ..FV..... adjust magenta regions whites ..FV..... adjust white regions neutrals ..FV..... adjust neutral regions blacks ..FV..... adjust black regions psfile ..FV..... set Photoshop selectivecolor file name sendcmd AVOptions: commands ..FVA.... set commands c ..FVA.... set commands filename ..FVA.... set commands file f ..FVA.... set commands file setdar AVOptions: dar ..FV..... set display aspect ratio (default "0") ratio ..FV..... set display aspect ratio (default "0") r ..FV..... set display aspect ratio (default "0") max ..FV..... set max value for nominator or denominator in the ratio (from 1 to INT_MAX) (default 100) setfield AVOptions: mode ..FV..... select interlace mode (from -1 to 2) (default auto) auto ..FV..... keep the same input field bff ..FV..... mark as bottom-field-first tff ..FV..... mark as top-field-first prog ..FV..... mark as progressive setparams AVOptions: field_mode ..FV..... select interlace mode (from -1 to 2) (default auto) auto ..FV..... keep the same input field bff ..FV..... mark as bottom-field-first tff ..FV..... mark as top-field-first prog ..FV..... mark as progressive range ..FV..... select color range (from -1 to 2) (default auto) auto ..FV..... keep the same color range unspecified ..FV..... unknown ..FV..... limited ..FV..... tv ..FV..... mpeg ..FV..... full ..FV..... pc ..FV..... jpeg ..FV..... color_primaries ..FV..... select color primaries (from -1 to 22) (default auto) auto ..FV..... keep the same color primaries bt709 ..FV..... unknown ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... film ..FV..... bt2020 ..FV..... smpte428 ..FV..... smpte431 ..FV..... smpte432 ..FV..... jedec-p22 ..FV..... color_trc ..FV..... select color transfer (from -1 to 18) (default auto) auto ..FV..... keep the same color transfer bt709 ..FV..... unknown ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... linear ..FV..... log100 ..FV..... log316 ..FV..... iec61966-2-4 ..FV..... bt1361e ..FV..... iec61966-2-1 ..FV..... bt2020-10 ..FV..... bt2020-12 ..FV..... smpte2084 ..FV..... smpte428 ..FV..... arib-std-b67 ..FV..... colorspace ..FV..... select colorspace (from -1 to 14) (default auto) auto ..FV..... keep the same colorspace gbr ..FV..... bt709 ..FV..... unknown ..FV..... fcc ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... ycgco ..FV..... bt2020nc ..FV..... bt2020c ..FV..... smpte2085 ..FV..... chroma-derived-nc ..FV..... chroma-derived-c ..FV..... ictcp ..FV..... setpts AVOptions: expr ..FVA.... Expression determining the frame timestamp (default "PTS") setrange AVOptions: range ..FV..... select color range (from -1 to 2) (default auto) auto ..FV..... keep the same color range unspecified ..FV..... unknown ..FV..... limited ..FV..... tv ..FV..... mpeg ..FV..... full ..FV..... pc ..FV..... jpeg ..FV..... setsar AVOptions: sar ..FV..... set sample (pixel) aspect ratio (default "0") ratio ..FV..... set sample (pixel) aspect ratio (default "0") r ..FV..... set sample (pixel) aspect ratio (default "0") max ..FV..... set max value for nominator or denominator in the ratio (from 1 to INT_MAX) (default 100) settb AVOptions: expr ..FV..... set expression determining the output timebase (default "intb") tb ..FV..... set expression determining the output timebase (default "intb") showinfo AVOptions: checksum ..FV..... calculate checksums (default true) showpalette AVOptions: s ..FV..... set pixel box size (from 1 to 100) (default 30) shuffleframes AVOptions: mapping ..FV..... set destination indexes of input frames (default "0") shuffleplanes AVOptions: map0 ..FV..... Index of the input plane to be used as the first output plane (from 0 to 4) (default 0) map1 ..FV..... Index of the input plane to be used as the second output plane (from 0 to 4) (default 1) map2 ..FV..... Index of the input plane to be used as the third output plane (from 0 to 4) (default 2) map3 ..FV..... Index of the input plane to be used as the fourth output plane (from 0 to 4) (default 3) sidedata AVOptions: mode ..FV..... set a mode of operation (from 0 to 1) (default select) select ..FV..... select frame delete ..FV..... delete side data type ..FV..... set side data type (from -1 to INT_MAX) (default -1) PANSCAN ..FV..... A53_CC ..FV..... STEREO3D ..FV..... MATRIXENCODING ..FV..... DOWNMIX_INFO ..FV..... REPLAYGAIN ..FV..... DISPLAYMATRIX ..FV..... AFD ..FV..... MOTION_VECTORS ..FV..... SKIP_SAMPLES ..FV..... AUDIO_SERVICE_TYPE ..FV..... MASTERING_DISPLAY_METADATA ..FV..... GOP_TIMECODE ..FV..... SPHERICAL ..FV..... CONTENT_LIGHT_LEVEL ..FV..... ICC_PROFILE ..FV..... QP_TABLE_PROPERTIES ..FV..... QP_TABLE_DATA ..FV..... S12M_TIMECOD ..FV..... DYNAMIC_HDR_PLUS ..FV..... REGIONS_OF_INTEREST ..FV..... signalstats AVOptions: stat ..FV..... set statistics filters (default 0) tout ..FV..... analyze pixels for temporal outliers vrep ..FV..... analyze video lines for vertical line repetition brng ..FV..... analyze for pixels outside of broadcast range out ..FV..... set video filter (from -1 to 2) (default -1) tout ..FV..... highlight pixels that depict temporal outliers vrep ..FV..... highlight video lines that depict vertical line repetition brng ..FV..... highlight pixels that are outside of broadcast range c ..FV..... set highlight color (default "yellow") color ..FV..... set highlight color (default "yellow") signature AVOptions: detectmode ..FV..... set the detectmode (from 0 to 2) (default off) off ..FV..... full ..FV..... fast ..FV..... nb_inputs ..FV..... number of inputs (from 1 to INT_MAX) (default 1) filename ..FV..... filename for output files (default "") format ..FV..... set output format (from 0 to 1) (default binary) binary ..FV..... xml ..FV..... th_d ..FV..... threshold to detect one word as similar (from 1 to INT_MAX) (default 9000) th_dc ..FV..... threshold to detect all words as similar (from 1 to INT_MAX) (default 60000) th_xh ..FV..... threshold to detect frames as similar (from 1 to INT_MAX) (default 116) th_di ..FV..... minimum length of matching sequence in frames (from 0 to INT_MAX) (default 0) th_it ..FV..... threshold for relation of good to all frames (from 0 to 1) (default 0.5) smartblur AVOptions: luma_radius ..FV..... set luma radius (from 0.1 to 5) (default 1) lr ..FV..... set luma radius (from 0.1 to 5) (default 1) luma_strength ..FV..... set luma strength (from -1 to 1) (default 1) ls ..FV..... set luma strength (from -1 to 1) (default 1) luma_threshold ..FV..... set luma threshold (from -30 to 30) (default 0) lt ..FV..... set luma threshold (from -30 to 30) (default 0) chroma_radius ..FV..... set chroma radius (from -0.9 to 5) (default -0.9) cr ..FV..... set chroma radius (from -0.9 to 5) (default -0.9) chroma_strength ..FV..... set chroma strength (from -2 to 1) (default -2) cs ..FV..... set chroma strength (from -2 to 1) (default -2) chroma_threshold ..FV..... set chroma threshold (from -31 to 30) (default -31) ct ..FV..... set chroma threshold (from -31 to 30) (default -31) sobel AVOptions: planes ..FV..... set planes to filter (from 0 to 15) (default 15) scale ..FV..... set scale (from 0 to 65535) (default 1) delta ..FV..... set delta (from -65535 to 65535) (default 0) split AVOptions: outputs ..FVA.... set number of outputs (from 1 to INT_MAX) (default 2) spp AVOptions: quality ..FV..... set quality (from 0 to 6) (default 3) qp ..FV..... force a constant quantizer parameter (from 0 to 63) (default 0) mode ..FV..... set thresholding mode (from 0 to 1) (default hard) hard ..FV..... hard thresholding soft ..FV..... soft thresholding use_bframe_qp ..FV..... use B-frames' QP (default false) AVDCT AVOptions: -dct E..V..... DCT algorithm (from 0 to INT_MAX) (default auto) auto E..V..... autoselect a good one fastint E..V..... fast integer (experimental / for debugging) int E..V..... accurate integer mmx E..V..... experimental / for debugging altivec E..V..... experimental / for debugging faan E..V..... floating point AAN DCT (experimental / for debugging) -idct ED.V..... select IDCT implementation (from 0 to INT_MAX) (default auto) auto ED.V..... autoselect a good one int ED.V..... experimental / for debugging simple ED.V..... experimental / for debugging simplemmx ED.V..... experimental / for debugging arm ED.V..... experimental / for debugging altivec ED.V..... experimental / for debugging simplearm ED.V..... experimental / for debugging simplearmv5te ED.V..... experimental / for debugging simplearmv6 ED.V..... experimental / for debugging simpleneon ED.V..... experimental / for debugging xvid ED.V..... experimental / for debugging xvidmmx ED.V..... experimental / for debugging faani ED.V..... floating point AAN IDCT (experimental / for debugging) simpleauto ED.V..... experimental / for debugging sr AVOptions: dnn_backend ..FV..... DNN backend used for model execution (from 0 to 1) (default native) native ..FV..... native backend flag scale_factor ..FV..... scale factor for SRCNN model (from 2 to 4) (default 2) model ..FV..... path to model file specifying network architecture and its parameters ssim AVOptions: stats_file ..FV..... Set file where to store per-frame difference information f ..FV..... Set file where to store per-frame difference information framesync AVOptions: eof_action ..FV..... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat) repeat ..FV..... Repeat the previous frame. endall ..FV..... End both streams. pass ..FV..... Pass through the main input. shortest ..FV..... force termination when the shortest input terminates (default false) repeatlast ..FV..... extend last frame of secondary streams beyond EOF (default true) stereo3d AVOptions: in ..FV..... set input format (from 16 to 32) (default sbsl) ab2l ..FV..... above below half height left first ab2r ..FV..... above below half height right first abl ..FV..... above below left first abr ..FV..... above below right first al ..FV..... alternating frames left first ar ..FV..... alternating frames right first sbs2l ..FV..... side by side half width left first sbs2r ..FV..... side by side half width right first sbsl ..FV..... side by side left first sbsr ..FV..... side by side right first irl ..FV..... interleave rows left first irr ..FV..... interleave rows right first icl ..FV..... interleave columns left first icr ..FV..... interleave columns right first out ..FV..... set output format (from 0 to 32) (default arcd) ab2l ..FV..... above below half height left first ab2r ..FV..... above below half height right first abl ..FV..... above below left first abr ..FV..... above below right first agmc ..FV..... anaglyph green magenta color agmd ..FV..... anaglyph green magenta dubois agmg ..FV..... anaglyph green magenta gray agmh ..FV..... anaglyph green magenta half color al ..FV..... alternating frames left first ar ..FV..... alternating frames right first arbg ..FV..... anaglyph red blue gray arcc ..FV..... anaglyph red cyan color arcd ..FV..... anaglyph red cyan dubois arcg ..FV..... anaglyph red cyan gray arch ..FV..... anaglyph red cyan half color argg ..FV..... anaglyph red green gray aybc ..FV..... anaglyph yellow blue color aybd ..FV..... anaglyph yellow blue dubois aybg ..FV..... anaglyph yellow blue gray aybh ..FV..... anaglyph yellow blue half color irl ..FV..... interleave rows left first irr ..FV..... interleave rows right first ml ..FV..... mono left mr ..FV..... mono right sbs2l ..FV..... side by side half width left first sbs2r ..FV..... side by side half width right first sbsl ..FV..... side by side left first sbsr ..FV..... side by side right first chl ..FV..... checkerboard left first chr ..FV..... checkerboard right first icl ..FV..... interleave columns left first icr ..FV..... interleave columns right first hdmi ..FV..... HDMI frame pack streamselect AVOptions: inputs ..FVA.... number of input streams (from 2 to INT_MAX) (default 2) map ..FVA.... input indexes to remap to outputs subtitles AVOptions: filename ..FV..... set the filename of file to read f ..FV..... set the filename of file to read original_size ..FV..... set the size of the original video (used to scale fonts) fontsdir ..FV..... set the directory containing the fonts to read alpha ..FV..... enable processing of alpha channel (default false) charenc ..FV..... set input character encoding stream_index ..FV..... set stream index (from -1 to INT_MAX) (default -1) si ..FV..... set stream index (from -1 to INT_MAX) (default -1) force_style ..FV..... force subtitle style swaprect AVOptions: w ..FV..... set rect width (default "w/2") h ..FV..... set rect height (default "h/2") x1 ..FV..... set 1st rect x top left coordinate (default "w/2") y1 ..FV..... set 1st rect y top left coordinate (default "h/2") x2 ..FV..... set 2nd rect x top left coordinate (default "0") y2 ..FV..... set 2nd rect y top left coordinate (default "0") swapuv AVOptions: tblend AVOptions: c0_mode ..FV..... set component #0 blend mode (from 0 to 32) (default normal) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... c1_mode ..FV..... set component #1 blend mode (from 0 to 32) (default normal) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... c2_mode ..FV..... set component #2 blend mode (from 0 to 32) (default normal) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... c3_mode ..FV..... set component #3 blend mode (from 0 to 32) (default normal) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... all_mode ..FV..... set blend mode for all components (from -1 to 32) (default -1) addition ..FV..... addition128 ..FV..... grainmerge ..FV..... and ..FV..... average ..FV..... burn ..FV..... darken ..FV..... difference ..FV..... difference128 ..FV..... grainextract ..FV..... divide ..FV..... dodge ..FV..... exclusion ..FV..... extremity ..FV..... freeze ..FV..... glow ..FV..... hardlight ..FV..... hardmix ..FV..... heat ..FV..... lighten ..FV..... linearlight ..FV..... multiply ..FV..... multiply128 ..FV..... negation ..FV..... normal ..FV..... or ..FV..... overlay ..FV..... phoenix ..FV..... pinlight ..FV..... reflect ..FV..... screen ..FV..... softlight ..FV..... subtract ..FV..... vividlight ..FV..... xor ..FV..... c0_expr ..FV..... set color component #0 expression c1_expr ..FV..... set color component #1 expression c2_expr ..FV..... set color component #2 expression c3_expr ..FV..... set color component #3 expression all_expr ..FV..... set expression for all color components c0_opacity ..FV..... set color component #0 opacity (from 0 to 1) (default 1) c1_opacity ..FV..... set color component #1 opacity (from 0 to 1) (default 1) c2_opacity ..FV..... set color component #2 opacity (from 0 to 1) (default 1) c3_opacity ..FV..... set color component #3 opacity (from 0 to 1) (default 1) all_opacity ..FV..... set opacity for all color components (from 0 to 1) (default 1) telecine AVOptions: first_field ..FV..... select first field (from 0 to 1) (default top) top ..FV..... select top field first t ..FV..... select top field first bottom ..FV..... select bottom field first b ..FV..... select bottom field first pattern ..FV..... pattern that describe for how many fields a frame is to be displayed (default "23") threshold AVOptions: planes ..FV..... set planes to filter (from 0 to 15) (default 15) thumbnail AVOptions: n ..FV..... set the frames batch size (from 2 to INT_MAX) (default 100) tile AVOptions: layout ..FV..... set grid size (default "6x5") nb_frames ..FV..... set maximum number of frame to render (from 0 to INT_MAX) (default 0) margin ..FV..... set outer border margin in pixels (from 0 to 1024) (default 0) padding ..FV..... set inner border thickness in pixels (from 0 to 1024) (default 0) color ..FV..... set the color of the unused area (default "black") overlap ..FV..... set how many frames to overlap for each render (from 0 to INT_MAX) (default 0) init_padding ..FV..... set how many frames to initially pad (from 0 to INT_MAX) (default 0) tinterlace AVOptions: mode ..FV..... select interlace mode (from 0 to 7) (default merge) merge ..FV..... merge fields drop_even ..FV..... drop even fields drop_odd ..FV..... drop odd fields pad ..FV..... pad alternate lines with black interleave_top ..FV..... interleave top and bottom fields interleave_bottom ..FV..... interleave bottom and top fields interlacex2 ..FV..... interlace fields from two consecutive frames mergex2 ..FV..... merge fields keeping same frame rate tlut2 AVOptions: c0 ..FV..... set component #0 expression (default "x") c1 ..FV..... set component #1 expression (default "x") c2 ..FV..... set component #2 expression (default "x") c3 ..FV..... set component #3 expression (default "x") tmix AVOptions: frames ..FV..... set number of successive frames to mix (from 1 to 128) (default 3) weights ..FV..... set weight for each frame (default "1 1 1") scale ..FV..... set scale (from 0 to 32767) (default 0) tonemap AVOptions: tonemap ..FV..... tonemap algorithm selection (from 0 to 6) (default none) none ..FV..... linear ..FV..... gamma ..FV..... clip ..FV..... reinhard ..FV..... hable ..FV..... mobius ..FV..... param ..FV..... tonemap parameter (from DBL_MIN to DBL_MAX) (default nan) desat ..FV..... desaturation strength (from 0 to DBL_MAX) (default 2) peak ..FV..... signal peak override (from 0 to DBL_MAX) (default 0) tpad AVOptions: start ..FV..... set the number of frames to delay input (from 0 to INT_MAX) (default 0) stop ..FV..... set the number of frames to add after input finished (from -1 to INT_MAX) (default 0) start_mode ..FV..... set the mode of added frames to start (from 0 to 1) (default add) add ..FV..... add solid-color frames clone ..FV..... clone first/last frame stop_mode ..FV..... set the mode of added frames to end (from 0 to 1) (default add) add ..FV..... add solid-color frames clone ..FV..... clone first/last frame start_duration ..FV..... set the duration to delay input (default 0) stop_duration ..FV..... set the duration to pad input (default 0) color ..FV..... set the color of the added frames (default "black") transpose AVOptions: dir ..FV..... set transpose direction (from 0 to 7) (default cclock_flip) cclock_flip ..FV..... rotate counter-clockwise with vertical flip clock ..FV..... rotate clockwise cclock ..FV..... rotate counter-clockwise clock_flip ..FV..... rotate clockwise with vertical flip passthrough ..FV..... do not apply transposition if the input matches the specified geometry (from 0 to INT_MAX) (default none) none ..FV..... always apply transposition portrait ..FV..... preserve portrait geometry landscape ..FV..... preserve landscape geometry trim AVOptions: start ..FV..... Timestamp of the first frame that should be passed (default INT64_MAX) starti ..FV..... Timestamp of the first frame that should be passed (default INT64_MAX) end ..FV..... Timestamp of the first frame that should be dropped again (default INT64_MAX) endi ..FV..... Timestamp of the first frame that should be dropped again (default INT64_MAX) start_pts ..FV..... Timestamp of the first frame that should be passed (from I64_MIN to I64_MAX) (default I64_MIN) end_pts ..FV..... Timestamp of the first frame that should be dropped again (from I64_MIN to I64_MAX) (default I64_MIN) duration ..FV..... Maximum duration of the output (default 0) durationi ..FV..... Maximum duration of the output (default 0) start_frame ..FV..... Number of the first frame that should be passed to the output (from -1 to I64_MAX) (default -1) end_frame ..FV..... Number of the first frame that should be dropped again (from 0 to I64_MAX) (default I64_MAX) unpremultiply AVOptions: planes ..FV..... set planes (from 0 to 15) (default 15) inplace ..FV..... enable inplace mode (default false) unsharp AVOptions: luma_msize_x ..FV..... set luma matrix horizontal size (from 3 to 23) (default 5) lx ..FV..... set luma matrix horizontal size (from 3 to 23) (default 5) luma_msize_y ..FV..... set luma matrix vertical size (from 3 to 23) (default 5) ly ..FV..... set luma matrix vertical size (from 3 to 23) (default 5) luma_amount ..FV..... set luma effect strength (from -2 to 5) (default 1) la ..FV..... set luma effect strength (from -2 to 5) (default 1) chroma_msize_x ..FV..... set chroma matrix horizontal size (from 3 to 23) (default 5) cx ..FV..... set chroma matrix horizontal size (from 3 to 23) (default 5) chroma_msize_y ..FV..... set chroma matrix vertical size (from 3 to 23) (default 5) cy ..FV..... set chroma matrix vertical size (from 3 to 23) (default 5) chroma_amount ..FV..... set chroma effect strength (from -2 to 5) (default 0) ca ..FV..... set chroma effect strength (from -2 to 5) (default 0) opencl ..FV..... ignored (default false) uspp AVOptions: quality ..FV..... set quality (from 0 to 8) (default 3) qp ..FV..... force a constant quantizer parameter (from 0 to 63) (default 0) use_bframe_qp ..FV..... use B-frames' QP (default false) vaguedenoiser AVOptions: threshold ..FV..... set filtering strength (from 0 to DBL_MAX) (default 2) method ..FV..... set filtering method (from 0 to 2) (default garrote) hard ..FV..... hard thresholding soft ..FV..... soft thresholding garrote ..FV..... garotte thresholding nsteps ..FV..... set number of steps (from 1 to 32) (default 6) percent ..FV..... set percent of full denoising (from 0 to 100) (default 85) planes ..FV..... set planes to filter (from 0 to 15) (default 15) vectorscope AVOptions: mode ..FV..... set vectorscope mode (from 0 to 5) (default gray) gray ..FV..... color ..FV..... color2 ..FV..... color3 ..FV..... color4 ..FV..... color5 ..FV..... m ..FV..... set vectorscope mode (from 0 to 5) (default gray) gray ..FV..... color ..FV..... color2 ..FV..... color3 ..FV..... color4 ..FV..... color5 ..FV..... x ..FV..... set color component on X axis (from 0 to 2) (default 1) y ..FV..... set color component on Y axis (from 0 to 2) (default 2) intensity ..FV..... set intensity (from 0 to 1) (default 0.004) i ..FV..... set intensity (from 0 to 1) (default 0.004) envelope ..FV..... set envelope (from 0 to 3) (default none) none ..FV..... instant ..FV..... peak ..FV..... peak+instant ..FV..... e ..FV..... set envelope (from 0 to 3) (default none) none ..FV..... instant ..FV..... peak ..FV..... peak+instant ..FV..... graticule ..FV..... set graticule (from 0 to 2) (default none) none ..FV..... green ..FV..... color ..FV..... g ..FV..... set graticule (from 0 to 2) (default none) none ..FV..... green ..FV..... color ..FV..... opacity ..FV..... set graticule opacity (from 0 to 1) (default 0.75) o ..FV..... set graticule opacity (from 0 to 1) (default 0.75) flags ..FV..... set graticule flags (default name) white ..FV..... draw white point black ..FV..... draw black point name ..FV..... draw point name f ..FV..... set graticule flags (default name) white ..FV..... draw white point black ..FV..... draw black point name ..FV..... draw point name bgopacity ..FV..... set background opacity (from 0 to 1) (default 0.3) b ..FV..... set background opacity (from 0 to 1) (default 0.3) lthreshold ..FV..... set low threshold (from 0 to 1) (default 0) l ..FV..... set low threshold (from 0 to 1) (default 0) hthreshold ..FV..... set high threshold (from 0 to 1) (default 1) h ..FV..... set high threshold (from 0 to 1) (default 1) colorspace ..FV..... set colorspace (from 0 to 2) (default auto) auto ..FV..... 601 ..FV..... 709 ..FV..... c ..FV..... set colorspace (from 0 to 2) (default auto) auto ..FV..... 601 ..FV..... 709 ..FV..... vflip AVOptions: vibrance AVOptions: intensity ..FV..... set the intensity value (from -2 to 2) (default 0) rbal ..FV..... set the red balance value (from -10 to 10) (default 1) gbal ..FV..... set the green balance value (from -10 to 10) (default 1) bbal ..FV..... set the blue balance value (from -10 to 10) (default 1) rlum ..FV..... set the red luma coefficient (from 0 to 1) (default 0.072186) glum ..FV..... set the green luma coefficient (from 0 to 1) (default 0.715158) blum ..FV..... set the blue luma coefficient (from 0 to 1) (default 0.212656) alternate ..FV..... use alternate colors (default false) vidstabdetect AVOptions: result ..FV..... path to the file used to write the transforms (default "transforms.trf") shakiness ..FV..... how shaky is the video and how quick is the camera? 1: little (fast) 10: very strong/quick (slow) (from 1 to 10) (default 5) accuracy ..FV..... (>=shakiness) 1: low 15: high (slow) (from 1 to 15) (default 15) stepsize ..FV..... region around minimum is scanned with 1 pixel resolution (from 1 to 32) (default 6) mincontrast ..FV..... below this contrast a field is discarded (0-1) (from 0 to 1) (default 0.25) show ..FV..... 0: draw nothing; 1,2: show fields and transforms (from 0 to 2) (default 0) tripod ..FV..... virtual tripod mode (if >0): motion is compared to a reference reference frame (frame # is the value) (from 0 to INT_MAX) (default 0) vidstabtransform AVOptions: input ..FV..... set path to the file storing the transforms (default "transforms.trf") smoothing ..FV..... set number of frames*2 + 1 used for lowpass filtering (from 0 to 1000) (default 15) optalgo ..FV..... set camera path optimization algo (from 0 to 2) (default opt) opt ..FV..... global optimization gauss ..FV..... gaussian kernel avg ..FV..... simple averaging on motion maxshift ..FV..... set maximal number of pixels to translate image (from -1 to 500) (default -1) maxangle ..FV..... set maximal angle in rad to rotate image (from -1 to 3.14) (default -1) crop ..FV..... set cropping mode (from 0 to 1) (default keep) keep ..FV..... keep border black ..FV..... black border invert ..FV..... invert transforms (from 0 to 1) (default 0) relative ..FV..... consider transforms as relative (from 0 to 1) (default 1) zoom ..FV..... set percentage to zoom (>0: zoom in, <0: zoom out (from -100 to 100) (default 0) optzoom ..FV..... set optimal zoom (0: nothing, 1: optimal static zoom, 2: optimal dynamic zoom) (from 0 to 2) (default 1) zoomspeed ..FV..... for adative zoom: percent to zoom maximally each frame (from 0 to 5) (default 0.25) interpol ..FV..... set type of interpolation (from 0 to 3) (default bilinear) no ..FV..... no interpolation linear ..FV..... linear (horizontal) bilinear ..FV..... bi-linear bicubic ..FV..... bi-cubic tripod ..FV..... enable virtual tripod mode (same as relative=0:smoothing=0) (default false) debug ..FV..... enable debug mode and writer global motions information to file (default false) vignette AVOptions: angle ..FV..... set lens angle (default "PI/5") a ..FV..... set lens angle (default "PI/5") x0 ..FV..... set circle center position on x-axis (default "w/2") y0 ..FV..... set circle center position on y-axis (default "h/2") mode ..FV..... set forward/backward mode (from 0 to 1) (default forward) forward ..FV..... backward ..FV..... eval ..FV..... specify when to evaluate expressions (from 0 to 1) (default init) init ..FV..... eval expressions once during initialization frame ..FV..... eval expressions for each frame dither ..FV..... set dithering (default true) aspect ..FV..... set aspect ratio (from 0 to DBL_MAX) (default 1/1) vmafmotion AVOptions: stats_file ..FV..... Set file where to store per-frame difference information vstack AVOptions: inputs ..FV..... set number of inputs (from 2 to INT_MAX) (default 2) shortest ..FV..... force termination when the shortest input terminates (default false) w3fdif AVOptions: filter ..FV..... specify the filter (from 0 to 1) (default complex) simple ..FV..... complex ..FV..... deint ..FV..... specify which frames to deinterlace (from 0 to 1) (default all) all ..FV..... deinterlace all frames interlaced ..FV..... only deinterlace frames marked as interlaced waveform AVOptions: mode ..FV..... set mode (from 0 to 1) (default column) row ..FV..... column ..FV..... m ..FV..... set mode (from 0 to 1) (default column) row ..FV..... column ..FV..... intensity ..FV..... set intensity (from 0 to 1) (default 0.04) i ..FV..... set intensity (from 0 to 1) (default 0.04) mirror ..FV..... set mirroring (default true) r ..FV..... set mirroring (default true) display ..FV..... set display mode (from 0 to 2) (default stack) overlay ..FV..... stack ..FV..... parade ..FV..... d ..FV..... set display mode (from 0 to 2) (default stack) overlay ..FV..... stack ..FV..... parade ..FV..... components ..FV..... set components to display (from 1 to 15) (default 1) c ..FV..... set components to display (from 1 to 15) (default 1) envelope ..FV..... set envelope to display (from 0 to 3) (default none) none ..FV..... instant ..FV..... peak ..FV..... peak+instant ..FV..... e ..FV..... set envelope to display (from 0 to 3) (default none) none ..FV..... instant ..FV..... peak ..FV..... peak+instant ..FV..... filter ..FV..... set filter (from 0 to 6) (default lowpass) lowpass ..FV..... flat ..FV..... aflat ..FV..... chroma ..FV..... color ..FV..... acolor ..FV..... xflat ..FV..... f ..FV..... set filter (from 0 to 6) (default lowpass) lowpass ..FV..... flat ..FV..... aflat ..FV..... chroma ..FV..... color ..FV..... acolor ..FV..... xflat ..FV..... graticule ..FV..... set graticule (from 0 to 2) (default none) none ..FV..... green ..FV..... orange ..FV..... g ..FV..... set graticule (from 0 to 2) (default none) none ..FV..... green ..FV..... orange ..FV..... opacity ..FV..... set graticule opacity (from 0 to 1) (default 0.75) o ..FV..... set graticule opacity (from 0 to 1) (default 0.75) flags ..FV..... set graticule flags (default numbers) numbers ..FV..... draw numbers dots ..FV..... draw dots instead of lines fl ..FV..... set graticule flags (default numbers) numbers ..FV..... draw numbers dots ..FV..... draw dots instead of lines scale ..FV..... set scale (from 0 to 2) (default digital) digital ..FV..... millivolts ..FV..... ire ..FV..... s ..FV..... set scale (from 0 to 2) (default digital) digital ..FV..... millivolts ..FV..... ire ..FV..... bgopacity ..FV..... set background opacity (from 0 to 1) (default 0.75) b ..FV..... set background opacity (from 0 to 1) (default 0.75) weave AVOptions: first_field ..FV..... set first field (from 0 to 1) (default top) top ..FV..... set top field first t ..FV..... set top field first bottom ..FV..... set bottom field first b ..FV..... set bottom field first xbr AVOptions: n ..FV..... set scale factor (from 2 to 4) (default 3) xmedian AVOptions: inputs ..FV..... set number of inputs (from 3 to 255) (default 3) planes ..FV..... set planes to filter (from 0 to 15) (default 15) xstack AVOptions: inputs ..FV..... set number of inputs (from 2 to INT_MAX) (default 2) layout ..FV..... set custom layout shortest ..FV..... force termination when the shortest input terminates (default false) yadif AVOptions: mode ..FV..... specify the interlacing mode (from 0 to 3) (default send_frame) send_frame ..FV..... send one frame for each frame send_field ..FV..... send one frame for each field send_frame_nospatial ..FV..... send one frame for each frame, but skip spatial interlacing check send_field_nospatial ..FV..... send one frame for each field, but skip spatial interlacing check parity ..FV..... specify the assumed picture field parity (from -1 to 1) (default auto) tff ..FV..... assume top field first bff ..FV..... assume bottom field first auto ..FV..... auto detect parity deint ..FV..... specify which frames to deinterlace (from 0 to 1) (default all) all ..FV..... deinterlace all frames interlaced ..FV..... only deinterlace frames marked as interlaced zoompan AVOptions: zoom ..FV..... set the zoom expression (default "1") z ..FV..... set the zoom expression (default "1") x ..FV..... set the x expression (default "0") y ..FV..... set the y expression (default "0") d ..FV..... set the duration expression (default "90") s ..FV..... set the output image size (default "hd720") fps ..FV..... set the output framerate (default "25") zscale AVOptions: w ..FV..... Output video width width ..FV..... Output video width h ..FV..... Output video height height ..FV..... Output video height size ..FV..... set video size s ..FV..... set video size dither ..FV..... set dither type (from 0 to 3) (default none) none ..FV..... ordered ..FV..... random ..FV..... error_diffusion ..FV..... d ..FV..... set dither type (from 0 to 3) (default none) none ..FV..... ordered ..FV..... random ..FV..... error_diffusion ..FV..... filter ..FV..... set filter type (from 0 to 5) (default bilinear) point ..FV..... bilinear ..FV..... bicubic ..FV..... spline16 ..FV..... spline36 ..FV..... lanczos ..FV..... f ..FV..... set filter type (from 0 to 5) (default bilinear) point ..FV..... bilinear ..FV..... bicubic ..FV..... spline16 ..FV..... spline36 ..FV..... lanczos ..FV..... out_range ..FV..... set color range (from -1 to 1) (default input) input ..FV..... limited ..FV..... full ..FV..... unknown ..FV..... tv ..FV..... pc ..FV..... range ..FV..... set color range (from -1 to 1) (default input) input ..FV..... limited ..FV..... full ..FV..... unknown ..FV..... tv ..FV..... pc ..FV..... r ..FV..... set color range (from -1 to 1) (default input) input ..FV..... limited ..FV..... full ..FV..... unknown ..FV..... tv ..FV..... pc ..FV..... primaries ..FV..... set color primaries (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 170m ..FV..... 240m ..FV..... 2020 ..FV..... unknown ..FV..... bt709 ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... film ..FV..... bt2020 ..FV..... smpte428 ..FV..... smpte431 ..FV..... smpte432 ..FV..... jedec-p22 ..FV..... p ..FV..... set color primaries (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 170m ..FV..... 240m ..FV..... 2020 ..FV..... unknown ..FV..... bt709 ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... film ..FV..... bt2020 ..FV..... smpte428 ..FV..... smpte431 ..FV..... smpte432 ..FV..... jedec-p22 ..FV..... transfer ..FV..... set transfer characteristic (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 601 ..FV..... linear ..FV..... 2020_10 ..FV..... 2020_12 ..FV..... unknown ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... bt709 ..FV..... linear ..FV..... log100 ..FV..... log316 ..FV..... bt2020-10 ..FV..... bt2020-12 ..FV..... smpte2084 ..FV..... iec61966-2-4 ..FV..... iec61966-2-1 ..FV..... arib-std-b67 ..FV..... t ..FV..... set transfer characteristic (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 601 ..FV..... linear ..FV..... 2020_10 ..FV..... 2020_12 ..FV..... unknown ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... bt709 ..FV..... linear ..FV..... log100 ..FV..... log316 ..FV..... bt2020-10 ..FV..... bt2020-12 ..FV..... smpte2084 ..FV..... iec61966-2-4 ..FV..... iec61966-2-1 ..FV..... arib-std-b67 ..FV..... matrix ..FV..... set colorspace matrix (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 470bg ..FV..... 170m ..FV..... 2020_ncl ..FV..... 2020_cl ..FV..... unknown ..FV..... gbr ..FV..... bt709 ..FV..... fcc ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte2400m ..FV..... ycgco ..FV..... bt2020nc ..FV..... bt2020c ..FV..... chroma-derived-nc ..FV..... chroma-derived-c ..FV..... ictcp ..FV..... m ..FV..... set colorspace matrix (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 470bg ..FV..... 170m ..FV..... 2020_ncl ..FV..... 2020_cl ..FV..... unknown ..FV..... gbr ..FV..... bt709 ..FV..... fcc ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte2400m ..FV..... ycgco ..FV..... bt2020nc ..FV..... bt2020c ..FV..... chroma-derived-nc ..FV..... chroma-derived-c ..FV..... ictcp ..FV..... in_range ..FV..... set input color range (from -1 to 1) (default input) input ..FV..... limited ..FV..... full ..FV..... unknown ..FV..... tv ..FV..... pc ..FV..... rangein ..FV..... set input color range (from -1 to 1) (default input) input ..FV..... limited ..FV..... full ..FV..... unknown ..FV..... tv ..FV..... pc ..FV..... rin ..FV..... set input color range (from -1 to 1) (default input) input ..FV..... limited ..FV..... full ..FV..... unknown ..FV..... tv ..FV..... pc ..FV..... primariesin ..FV..... set input color primaries (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 170m ..FV..... 240m ..FV..... 2020 ..FV..... unknown ..FV..... bt709 ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... film ..FV..... bt2020 ..FV..... smpte428 ..FV..... smpte431 ..FV..... smpte432 ..FV..... jedec-p22 ..FV..... pin ..FV..... set input color primaries (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 170m ..FV..... 240m ..FV..... 2020 ..FV..... unknown ..FV..... bt709 ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte240m ..FV..... film ..FV..... bt2020 ..FV..... smpte428 ..FV..... smpte431 ..FV..... smpte432 ..FV..... jedec-p22 ..FV..... transferin ..FV..... set input transfer characteristic (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 601 ..FV..... linear ..FV..... 2020_10 ..FV..... 2020_12 ..FV..... unknown ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... bt709 ..FV..... linear ..FV..... log100 ..FV..... log316 ..FV..... bt2020-10 ..FV..... bt2020-12 ..FV..... smpte2084 ..FV..... iec61966-2-4 ..FV..... iec61966-2-1 ..FV..... arib-std-b67 ..FV..... tin ..FV..... set input transfer characteristic (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 601 ..FV..... linear ..FV..... 2020_10 ..FV..... 2020_12 ..FV..... unknown ..FV..... bt470m ..FV..... bt470bg ..FV..... smpte170m ..FV..... bt709 ..FV..... linear ..FV..... log100 ..FV..... log316 ..FV..... bt2020-10 ..FV..... bt2020-12 ..FV..... smpte2084 ..FV..... iec61966-2-4 ..FV..... iec61966-2-1 ..FV..... arib-std-b67 ..FV..... matrixin ..FV..... set input colorspace matrix (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 470bg ..FV..... 170m ..FV..... 2020_ncl ..FV..... 2020_cl ..FV..... unknown ..FV..... gbr ..FV..... bt709 ..FV..... fcc ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte2400m ..FV..... ycgco ..FV..... bt2020nc ..FV..... bt2020c ..FV..... chroma-derived-nc ..FV..... chroma-derived-c ..FV..... ictcp ..FV..... min ..FV..... set input colorspace matrix (from -1 to INT_MAX) (default input) input ..FV..... 709 ..FV..... unspecified ..FV..... 470bg ..FV..... 170m ..FV..... 2020_ncl ..FV..... 2020_cl ..FV..... unknown ..FV..... gbr ..FV..... bt709 ..FV..... fcc ..FV..... bt470bg ..FV..... smpte170m ..FV..... smpte2400m ..FV..... ycgco ..FV..... bt2020nc ..FV..... bt2020c ..FV..... chroma-derived-nc ..FV..... chroma-derived-c ..FV..... ictcp ..FV..... chromal ..FV..... set output chroma location (from -1 to 5) (default input) input ..FV..... left ..FV..... center ..FV..... topleft ..FV..... top ..FV..... bottomleft ..FV..... bottom ..FV..... c ..FV..... set output chroma location (from -1 to 5) (default input) input ..FV..... left ..FV..... center ..FV..... topleft ..FV..... top ..FV..... bottomleft ..FV..... bottom ..FV..... chromalin ..FV..... set input chroma location (from -1 to 5) (default input) input ..FV..... left ..FV..... center ..FV..... topleft ..FV..... top ..FV..... bottomleft ..FV..... bottom ..FV..... cin ..FV..... set input chroma location (from -1 to 5) (default input) input ..FV..... left ..FV..... center ..FV..... topleft ..FV..... top ..FV..... bottomleft ..FV..... bottom ..FV..... npl ..FV..... set nominal peak luminance (from 0 to DBL_MAX) (default nan) agamma ..FV..... allow approximate gamma (default true) allrgb AVOptions: rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) allyuv AVOptions: rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) cellauto AVOptions: filename ..FV..... read initial pattern from file f ..FV..... read initial pattern from file pattern ..FV..... set initial pattern p ..FV..... set initial pattern rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") size ..FV..... set video size s ..FV..... set video size rule ..FV..... set rule (from 0 to 255) (default 110) random_fill_ratio ..FV..... set fill ratio for filling initial grid randomly (from 0 to 1) (default 0.618034) ratio ..FV..... set fill ratio for filling initial grid randomly (from 0 to 1) (default 0.618034) random_seed ..FV..... set the seed for filling the initial grid randomly (from -1 to UINT32_MAX) (default -1) seed ..FV..... set the seed for filling the initial grid randomly (from -1 to UINT32_MAX) (default -1) scroll ..FV..... scroll pattern downward (default true) start_full ..FV..... start filling the whole video (default false) full ..FV..... start filling the whole video (default true) stitch ..FV..... stitch boundaries (default true) color AVOptions: color ..FV..... set color (default "black") c ..FV..... set color (default "black") size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) frei0r_src AVOptions: size ..FV..... Dimensions of the generated video. (default "320x240") framerate ..FV..... (default "25") filter_name ..FV..... filter_params ..FV..... haldclutsrc AVOptions: level ..FV..... set level (from 2 to 8) (default 6) rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) life AVOptions: filename ..FV..... set source file f ..FV..... set source file size ..FV..... set video size s ..FV..... set video size rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") rule ..FV..... set rule (default "B3/S23") random_fill_ratio ..FV..... set fill ratio for filling initial grid randomly (from 0 to 1) (default 0.618034) ratio ..FV..... set fill ratio for filling initial grid randomly (from 0 to 1) (default 0.618034) random_seed ..FV..... set the seed for filling the initial grid randomly (from -1 to UINT32_MAX) (default -1) seed ..FV..... set the seed for filling the initial grid randomly (from -1 to UINT32_MAX) (default -1) stitch ..FV..... stitch boundaries (default true) mold ..FV..... set mold speed for dead cells (from 0 to 255) (default 0) life_color ..FV..... set life color (default "white") death_color ..FV..... set death color (default "black") mold_color ..FV..... set mold color (default "black") mandelbrot AVOptions: size ..FV..... set frame size (default "640x480") s ..FV..... set frame size (default "640x480") rate ..FV..... set frame rate (default "25") r ..FV..... set frame rate (default "25") maxiter ..FV..... set max iterations number (from 1 to INT_MAX) (default 7189) start_x ..FV..... set the initial x position (from -100 to 100) (default -0.743644) start_y ..FV..... set the initial y position (from -100 to 100) (default -0.131826) start_scale ..FV..... set the initial scale value (from 0 to FLT_MAX) (default 3) end_scale ..FV..... set the terminal scale value (from 0 to FLT_MAX) (default 0.3) end_pts ..FV..... set the terminal pts value (from 0 to I64_MAX) (default 400) bailout ..FV..... set the bailout value (from 0 to FLT_MAX) (default 10) morphxf ..FV..... set morph x frequency (from -FLT_MAX to FLT_MAX) (default 0.01) morphyf ..FV..... set morph y frequency (from -FLT_MAX to FLT_MAX) (default 0.0123) morphamp ..FV..... set morph amplitude (from -FLT_MAX to FLT_MAX) (default 0) outer ..FV..... set outer coloring mode (from 0 to INT_MAX) (default normalized_iteration_count) iteration_count ..FV..... set iteration count mode normalized_iteration_count ..FV..... set normalized iteration count mode white ..FV..... set white mode outz ..FV..... set outz mode inner ..FV..... set inner coloring mode (from 0 to INT_MAX) (default mincol) black ..FV..... set black mode period ..FV..... set period mode convergence ..FV..... show time until convergence mincol ..FV..... color based on point closest to the origin of the iterations mptestsrc AVOptions: rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) test ..FV..... set test to perform (from 0 to INT_MAX) (default all) dc_luma ..FV..... dc_chroma ..FV..... freq_luma ..FV..... freq_chroma ..FV..... amp_luma ..FV..... amp_chroma ..FV..... cbp ..FV..... mv ..FV..... ring1 ..FV..... ring2 ..FV..... all ..FV..... t ..FV..... set test to perform (from 0 to INT_MAX) (default all) dc_luma ..FV..... dc_chroma ..FV..... freq_luma ..FV..... freq_chroma ..FV..... amp_luma ..FV..... amp_chroma ..FV..... cbp ..FV..... mv ..FV..... ring1 ..FV..... ring2 ..FV..... all ..FV..... nullsrc AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) pal75bars AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) pal100bars AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) rgbtestsrc AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) smptebars AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) smptehdbars AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) testsrc AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) decimals ..FV..... set number of decimals to show (from 0 to 17) (default 0) n ..FV..... set number of decimals to show (from 0 to 17) (default 0) testsrc2 AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) alpha ..FV..... set global alpha (opacity) (from 0 to 255) (default 255) yuvtestsrc AVOptions: size ..FV..... set video size (default "320x240") s ..FV..... set video size (default "320x240") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") duration ..FV..... set video duration (default -0.000001) d ..FV..... set video duration (default -0.000001) sar ..FV..... set video sample aspect ratio (from 0 to INT_MAX) (default 1/1) abitscope AVOptions: rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") size ..FV..... set video size (default "1024x256") s ..FV..... set video size (default "1024x256") colors ..FV..... set channels colors (default "red|green|blue|yellow|orange|lime|pink|magenta|brown") adrawgraph AVOptions: m1 ..FV..... set 1st metadata key (default "") fg1 ..FV..... set 1st foreground color expression (default "0xffff0000") m2 ..FV..... set 2nd metadata key (default "") fg2 ..FV..... set 2nd foreground color expression (default "0xff00ff00") m3 ..FV..... set 3rd metadata key (default "") fg3 ..FV..... set 3rd foreground color expression (default "0xffff00ff") m4 ..FV..... set 4th metadata key (default "") fg4 ..FV..... set 4th foreground color expression (default "0xffffff00") bg ..FV..... set background color (default "white") min ..FV..... set minimal value (from INT_MIN to INT_MAX) (default -1) max ..FV..... set maximal value (from INT_MIN to INT_MAX) (default 1) mode ..FV..... set graph mode (from 0 to 2) (default line) bar ..FV..... draw bars dot ..FV..... draw dots line ..FV..... draw lines slide ..FV..... set slide mode (from 0 to 4) (default frame) frame ..FV..... draw new frames replace ..FV..... replace old columns with new scroll ..FV..... scroll from right to left rscroll ..FV..... scroll from left to right picture ..FV..... display graph in single frame size ..FV..... set graph size (default "900x256") s ..FV..... set graph size (default "900x256") agraphmonitor AVOptions: size ..FV..... set monitor size (default "hd720") s ..FV..... set monitor size (default "hd720") opacity ..FV..... set video opacity (from 0 to 1) (default 0.9) o ..FV..... set video opacity (from 0 to 1) (default 0.9) mode ..FV..... set mode (from 0 to 1) (default full) full ..FV..... compact ..FV..... m ..FV..... set mode (from 0 to 1) (default full) full ..FV..... compact ..FV..... flags ..FV..... set flags (default queue) queue ..FV..... frame_count_in ..FV..... frame_count_out ..FV..... pts ..FV..... time ..FV..... timebase ..FV..... format ..FV..... size ..FV..... rate ..FV..... f ..FV..... set flags (default queue) queue ..FV..... frame_count_in ..FV..... frame_count_out ..FV..... pts ..FV..... time ..FV..... timebase ..FV..... format ..FV..... size ..FV..... rate ..FV..... rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") ahistogram AVOptions: dmode ..FV..... set method to display channels (from 0 to 1) (default single) single ..FV..... all channels use single histogram separate ..FV..... each channel have own histogram rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") size ..FV..... set video size (default "hd720") s ..FV..... set video size (default "hd720") scale ..FV..... set display scale (from 0 to 4) (default log) log ..FV..... logarithmic sqrt ..FV..... square root cbrt ..FV..... cubic root lin ..FV..... linear rlog ..FV..... reverse logarithmic ascale ..FV..... set amplitude scale (from 0 to 1) (default log) log ..FV..... logarithmic lin ..FV..... linear acount ..FV..... how much frames to accumulate (from -1 to 100) (default 1) rheight ..FV..... set histogram ratio of window height (from 0 to 1) (default 0.1) slide ..FV..... set sonogram sliding (from 0 to 1) (default replace) replace ..FV..... replace old rows with new scroll ..FV..... scroll from top to bottom aphasemeter AVOptions: rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") size ..FV..... set video size (default "800x400") s ..FV..... set video size (default "800x400") rc ..FV..... set red contrast (from 0 to 255) (default 2) gc ..FV..... set green contrast (from 0 to 255) (default 7) bc ..FV..... set blue contrast (from 0 to 255) (default 1) mpc ..FV..... set median phase color (default "none") video ..FV..... set video output (default true) avectorscope AVOptions: mode ..FV..... set mode (from 0 to 2) (default lissajous) lissajous ..FV..... lissajous_xy ..FV..... polar ..FV..... m ..FV..... set mode (from 0 to 2) (default lissajous) lissajous ..FV..... lissajous_xy ..FV..... polar ..FV..... rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") size ..FV..... set video size (default "400x400") s ..FV..... set video size (default "400x400") rc ..FV..... set red contrast (from 0 to 255) (default 40) gc ..FV..... set green contrast (from 0 to 255) (default 160) bc ..FV..... set blue contrast (from 0 to 255) (default 80) ac ..FV..... set alpha contrast (from 0 to 255) (default 255) rf ..FV..... set red fade (from 0 to 255) (default 15) gf ..FV..... set green fade (from 0 to 255) (default 10) bf ..FV..... set blue fade (from 0 to 255) (default 5) af ..FV..... set alpha fade (from 0 to 255) (default 5) zoom ..FV..... set zoom factor (from 0 to 10) (default 1) draw ..FV..... set draw mode (from 0 to 1) (default dot) dot ..FV..... line ..FV..... scale ..FV..... set amplitude scale mode (from 0 to 3) (default lin) lin ..FV..... linear sqrt ..FV..... square root cbrt ..FV..... cube root log ..FV..... logarithmic swap ..FV..... swap x axis with y axis (default true) mirror ..FV..... mirror axis (from 0 to 3) (default none) none ..FV..... no mirror x ..FV..... mirror x y ..FV..... mirror y xy ..FV..... mirror both concat AVOptions: n ..FVA.... specify the number of segments (from 1 to INT_MAX) (default 2) v ..FV..... specify the number of video streams (from 0 to INT_MAX) (default 1) a ..F.A.... specify the number of audio streams (from 0 to INT_MAX) (default 0) unsafe ..FVA.... enable unsafe mode (default false) showcqt AVOptions: size ..FV..... set video size (default "1920x1080") s ..FV..... set video size (default "1920x1080") fps ..FV..... set video rate (default "25") rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") bar_h ..FV..... set bargraph height (from -1 to INT_MAX) (default -1) axis_h ..FV..... set axis height (from -1 to INT_MAX) (default -1) sono_h ..FV..... set sonogram height (from -1 to INT_MAX) (default -1) fullhd ..FV..... set fullhd size (default true) sono_v ..FV..... set sonogram volume (default "16") volume ..FV..... set sonogram volume (default "16") bar_v ..FV..... set bargraph volume (default "sono_v") volume2 ..FV..... set bargraph volume (default "sono_v") sono_g ..FV..... set sonogram gamma (from 1 to 7) (default 3) gamma ..FV..... set sonogram gamma (from 1 to 7) (default 3) bar_g ..FV..... set bargraph gamma (from 1 to 7) (default 1) gamma2 ..FV..... set bargraph gamma (from 1 to 7) (default 1) bar_t ..FV..... set bar transparency (from 0 to 1) (default 1) timeclamp ..FV..... set timeclamp (from 0.002 to 1) (default 0.17) tc ..FV..... set timeclamp (from 0.002 to 1) (default 0.17) attack ..FV..... set attack time (from 0 to 1) (default 0) basefreq ..FV..... set base frequency (from 10 to 100000) (default 20.0152) endfreq ..FV..... set end frequency (from 10 to 100000) (default 20495.6) coeffclamp ..FV..... set coeffclamp (from 0.1 to 10) (default 1) tlength ..FV..... set tlength (default "384*tc/(384+tc*f)") count ..FV..... set transform count (from 1 to 30) (default 6) fcount ..FV..... set frequency count (from 0 to 10) (default 0) fontfile ..FV..... set axis font file font ..FV..... set axis font fontcolor ..FV..... set font color (default "st(0, (midi(f)-59.5)/12);st(1, if(between(ld(0),0,1), 0.5-0.5*cos(2*PI*ld(0)), 0));r(1-ld(1)) + b(ld(1))") axisfile ..FV..... set axis image axis ..FV..... draw axis (default true) text ..FV..... draw axis (default true) csp ..FV..... set color space (from 0 to INT_MAX) (default unspecified) unspecified ..FV..... unspecified bt709 ..FV..... bt709 fcc ..FV..... fcc bt470bg ..FV..... bt470bg smpte170m ..FV..... smpte170m smpte240m ..FV..... smpte240m bt2020ncl ..FV..... bt2020ncl cscheme ..FV..... set color scheme (default "1|0.5|0|0|0.5|1") showfreqs AVOptions: size ..FV..... set video size (default "1024x512") s ..FV..... set video size (default "1024x512") mode ..FV..... set display mode (from 0 to 2) (default bar) line ..FV..... show lines bar ..FV..... show bars dot ..FV..... show dots ascale ..FV..... set amplitude scale (from 0 to 3) (default log) lin ..FV..... linear sqrt ..FV..... square root cbrt ..FV..... cubic root log ..FV..... logarithmic fscale ..FV..... set frequency scale (from 0 to 2) (default lin) lin ..FV..... linear log ..FV..... logarithmic rlog ..FV..... reverse logarithmic win_size ..FV..... set window size (from 16 to 65536) (default 2048) win_func ..FV..... set window function (from 0 to 19) (default hanning) rect ..FV..... Rectangular bartlett ..FV..... Bartlett hanning ..FV..... Hanning hamming ..FV..... Hamming blackman ..FV..... Blackman welch ..FV..... Welch flattop ..FV..... Flat-top bharris ..FV..... Blackman-Harris bnuttall ..FV..... Blackman-Nuttall bhann ..FV..... Bartlett-Hann sine ..FV..... Sine nuttall ..FV..... Nuttall lanczos ..FV..... Lanczos gauss ..FV..... Gauss tukey ..FV..... Tukey dolph ..FV..... Dolph-Chebyshev cauchy ..FV..... Cauchy parzen ..FV..... Parzen poisson ..FV..... Poisson bohman ..FV..... Bohman overlap ..FV..... set window overlap (from 0 to 1) (default 1) averaging ..FV..... set time averaging (from 0 to INT_MAX) (default 1) colors ..FV..... set channels colors (default "red|green|blue|yellow|orange|lime|pink|magenta|brown") cmode ..FV..... set channel mode (from 0 to 1) (default combined) combined ..FV..... show all channels in same window separate ..FV..... show each channel in own window minamp ..FV..... set minimum amplitude (from FLT_MIN to 1e-06) (default 1e-06) showspatial AVOptions: size ..FV..... set video size (default "512x512") s ..FV..... set video size (default "512x512") win_size ..FV..... set window size (from 1024 to 65536) (default 4096) win_func ..FV..... set window function (from 0 to 19) (default hann) rect ..FV..... Rectangular bartlett ..FV..... Bartlett hann ..FV..... Hann hanning ..FV..... Hanning hamming ..FV..... Hamming blackman ..FV..... Blackman welch ..FV..... Welch flattop ..FV..... Flat-top bharris ..FV..... Blackman-Harris bnuttall ..FV..... Blackman-Nuttall bhann ..FV..... Bartlett-Hann sine ..FV..... Sine nuttall ..FV..... Nuttall lanczos ..FV..... Lanczos gauss ..FV..... Gauss tukey ..FV..... Tukey dolph ..FV..... Dolph-Chebyshev cauchy ..FV..... Cauchy parzen ..FV..... Parzen poisson ..FV..... Poisson bohman ..FV..... Bohman overlap ..FV..... set window overlap (from 0 to 1) (default 0.5) showspectrum AVOptions: size ..FV..... set video size (default "640x512") s ..FV..... set video size (default "640x512") slide ..FV..... set sliding mode (from 0 to 3) (default replace) replace ..FV..... replace old columns with new scroll ..FV..... scroll from right to left fullframe ..FV..... return full frames rscroll ..FV..... scroll from left to right mode ..FV..... set channel display mode (from 0 to 1) (default combined) combined ..FV..... combined mode separate ..FV..... separate mode color ..FV..... set channel coloring (from 0 to 14) (default channel) channel ..FV..... separate color for each channel intensity ..FV..... intensity based coloring rainbow ..FV..... rainbow based coloring moreland ..FV..... moreland based coloring nebulae ..FV..... nebulae based coloring fire ..FV..... fire based coloring fiery ..FV..... fiery based coloring fruit ..FV..... fruit based coloring cool ..FV..... cool based coloring magma ..FV..... magma based coloring green ..FV..... green based coloring viridis ..FV..... viridis based coloring plasma ..FV..... plasma based coloring cividis ..FV..... cividis based coloring terrain ..FV..... terrain based coloring scale ..FV..... set display scale (from 0 to 5) (default sqrt) lin ..FV..... linear sqrt ..FV..... square root cbrt ..FV..... cubic root log ..FV..... logarithmic 4thrt ..FV..... 4th root 5thrt ..FV..... 5th root fscale ..FV..... set frequency scale (from 0 to 1) (default lin) lin ..FV..... linear log ..FV..... logarithmic saturation ..FV..... color saturation multiplier (from -10 to 10) (default 1) win_func ..FV..... set window function (from 0 to 19) (default hann) rect ..FV..... Rectangular bartlett ..FV..... Bartlett hann ..FV..... Hann hanning ..FV..... Hanning hamming ..FV..... Hamming blackman ..FV..... Blackman welch ..FV..... Welch flattop ..FV..... Flat-top bharris ..FV..... Blackman-Harris bnuttall ..FV..... Blackman-Nuttall bhann ..FV..... Bartlett-Hann sine ..FV..... Sine nuttall ..FV..... Nuttall lanczos ..FV..... Lanczos gauss ..FV..... Gauss tukey ..FV..... Tukey dolph ..FV..... Dolph-Chebyshev cauchy ..FV..... Cauchy parzen ..FV..... Parzen poisson ..FV..... Poisson bohman ..FV..... Bohman orientation ..FV..... set orientation (from 0 to 1) (default vertical) vertical ..FV..... horizontal ..FV..... overlap ..FV..... set window overlap (from 0 to 1) (default 0) gain ..FV..... set scale gain (from 0 to 128) (default 1) data ..FV..... set data mode (from 0 to 1) (default magnitude) magnitude ..FV..... phase ..FV..... rotation ..FV..... color rotation (from -1 to 1) (default 0) start ..FV..... start frequency (from 0 to INT_MAX) (default 0) stop ..FV..... stop frequency (from 0 to INT_MAX) (default 0) fps ..FV..... set video rate (default "auto") legend ..FV..... draw legend (default false) showspectrumpic AVOptions: size ..FV..... set video size (default "4096x2048") s ..FV..... set video size (default "4096x2048") mode ..FV..... set channel display mode (from 0 to 1) (default combined) combined ..FV..... combined mode separate ..FV..... separate mode color ..FV..... set channel coloring (from 0 to 14) (default intensity) channel ..FV..... separate color for each channel intensity ..FV..... intensity based coloring rainbow ..FV..... rainbow based coloring moreland ..FV..... moreland based coloring nebulae ..FV..... nebulae based coloring fire ..FV..... fire based coloring fiery ..FV..... fiery based coloring fruit ..FV..... fruit based coloring cool ..FV..... cool based coloring magma ..FV..... magma based coloring green ..FV..... green based coloring viridis ..FV..... viridis based coloring plasma ..FV..... plasma based coloring cividis ..FV..... cividis based coloring terrain ..FV..... terrain based coloring scale ..FV..... set display scale (from 0 to 5) (default log) lin ..FV..... linear sqrt ..FV..... square root cbrt ..FV..... cubic root log ..FV..... logarithmic 4thrt ..FV..... 4th root 5thrt ..FV..... 5th root fscale ..FV..... set frequency scale (from 0 to 1) (default lin) lin ..FV..... linear log ..FV..... logarithmic saturation ..FV..... color saturation multiplier (from -10 to 10) (default 1) win_func ..FV..... set window function (from 0 to 19) (default hann) rect ..FV..... Rectangular bartlett ..FV..... Bartlett hann ..FV..... Hann hanning ..FV..... Hanning hamming ..FV..... Hamming blackman ..FV..... Blackman welch ..FV..... Welch flattop ..FV..... Flat-top bharris ..FV..... Blackman-Harris bnuttall ..FV..... Blackman-Nuttall bhann ..FV..... Bartlett-Hann sine ..FV..... Sine nuttall ..FV..... Nuttall lanczos ..FV..... Lanczos gauss ..FV..... Gauss tukey ..FV..... Tukey dolph ..FV..... Dolph-Chebyshev cauchy ..FV..... Cauchy parzen ..FV..... Parzen poisson ..FV..... Poisson bohman ..FV..... Bohman orientation ..FV..... set orientation (from 0 to 1) (default vertical) vertical ..FV..... horizontal ..FV..... gain ..FV..... set scale gain (from 0 to 128) (default 1) legend ..FV..... draw legend (default true) rotation ..FV..... color rotation (from -1 to 1) (default 0) start ..FV..... start frequency (from 0 to INT_MAX) (default 0) stop ..FV..... stop frequency (from 0 to INT_MAX) (default 0) showvolume AVOptions: rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") b ..FV..... set border width (from 0 to 5) (default 1) w ..FV..... set channel width (from 80 to 8192) (default 400) h ..FV..... set channel height (from 1 to 900) (default 20) f ..FV..... set fade (from 0 to 1) (default 0.95) c ..FV..... set volume color expression (default "PEAK*255+floor((1-PEAK)*255)*256+0xff000000") t ..FV..... display channel names (default true) v ..FV..... display volume value (default true) dm ..FV..... duration for max value display (from 0 to 9000) (default 0) dmc ..FV..... set color of the max value line (default "orange") o ..FV..... set orientation (from 0 to 1) (default h) h ..FV..... horizontal v ..FV..... vertical s ..FV..... set step size (from 0 to 5) (default 0) p ..FV..... set background opacity (from 0 to 1) (default 0) m ..FV..... set mode (from 0 to 1) (default p) p ..FV..... peak r ..FV..... rms ds ..FV..... set display scale (from 0 to 1) (default lin) lin ..FV..... linear log ..FV..... log showwaves AVOptions: size ..FV..... set video size (default "600x240") s ..FV..... set video size (default "600x240") mode ..FV..... select display mode (from 0 to 3) (default point) point ..FV..... draw a point for each sample line ..FV..... draw a line for each sample p2p ..FV..... draw a line between samples cline ..FV..... draw a centered line for each sample n ..FV..... set how many samples to show in the same point (from 0 to INT_MAX) (default 0) rate ..FV..... set video rate (default "25") r ..FV..... set video rate (default "25") split_channels ..FV..... draw channels separately (default false) colors ..FV..... set channels colors (default "red|green|blue|yellow|orange|lime|pink|magenta|brown") scale ..FV..... set amplitude scale (from 0 to 3) (default lin) lin ..FV..... linear log ..FV..... logarithmic sqrt ..FV..... square root cbrt ..FV..... cubic root draw ..FV..... set draw mode (from 0 to 1) (default scale) scale ..FV..... scale pixel values for each drawn sample full ..FV..... draw every pixel for sample directly showwavespic AVOptions: size ..FV..... set video size (default "600x240") s ..FV..... set video size (default "600x240") split_channels ..FV..... draw channels separately (default false) colors ..FV..... set channels colors (default "red|green|blue|yellow|orange|lime|pink|magenta|brown") scale ..FV..... set amplitude scale (from 0 to 3) (default lin) lin ..FV..... linear log ..FV..... logarithmic sqrt ..FV..... square root cbrt ..FV..... cubic root draw ..FV..... set draw mode (from 0 to 1) (default scale) scale ..FV..... scale pixel values for each drawn sample full ..FV..... draw every pixel for sample directly spectrumsynth AVOptions: sample_rate ..F.A.... set sample rate (from 15 to INT_MAX) (default 44100) channels ..F.A.... set channels (from 1 to 8) (default 1) scale ..FV..... set input amplitude scale (from 0 to 1) (default log) lin ..FV..... linear log ..FV..... logarithmic slide ..FV..... set input sliding mode (from 0 to 3) (default fullframe) replace ..FV..... consume old columns with new scroll ..FV..... consume only most right column fullframe ..FV..... consume full frames rscroll ..FV..... consume only most left column win_func ..F.A.... set window function (from 0 to 19) (default rect) rect ..F.A.... Rectangular bartlett ..F.A.... Bartlett hann ..F.A.... Hann hanning ..F.A.... Hanning hamming ..F.A.... Hamming sine ..F.A.... Sine overlap ..F.A.... set window overlap (from 0 to 1) (default 1) orientation ..FV..... set orientation (from 0 to 1) (default vertical) vertical ..FV..... horizontal ..FV..... amovie AVOptions: filename ..FVA.... format_name ..FVA.... set format name f ..FVA.... set format name stream_index ..FVA.... set stream index (from -1 to INT_MAX) (default -1) si ..FVA.... set stream index (from -1 to INT_MAX) (default -1) seek_point ..FVA.... set seekpoint (seconds) (from 0 to 9.22337e+12) (default 0) sp ..FVA.... set seekpoint (seconds) (from 0 to 9.22337e+12) (default 0) streams ..FVA.... set streams s ..FVA.... set streams loop ..FVA.... set loop count (from 0 to INT_MAX) (default 1) discontinuity ..FVA.... set discontinuity threshold (default 0) movie AVOptions: filename ..FVA.... format_name ..FVA.... set format name f ..FVA.... set format name stream_index ..FVA.... set stream index (from -1 to INT_MAX) (default -1) si ..FVA.... set stream index (from -1 to INT_MAX) (default -1) seek_point ..FVA.... set seekpoint (seconds) (from 0 to 9.22337e+12) (default 0) sp ..FVA.... set seekpoint (seconds) (from 0 to 9.22337e+12) (default 0) streams ..FVA.... set streams s ..FVA.... set streams loop ..FVA.... set loop count (from 0 to INT_MAX) (default 1) discontinuity ..FVA.... set discontinuity threshold (default 0) abuffer AVOptions: time_base ..F.A.... (from 0 to INT_MAX) (default 0/1) sample_rate ..F.A.... (from 0 to INT_MAX) (default 0) sample_fmt ..F.A.... (default none) channel_layout ..F.A.... channels ..F.A.... (from 0 to INT_MAX) (default 0) buffer AVOptions: width ..FV..... (from 0 to INT_MAX) (default 0) video_size ..FV..... height ..FV..... (from 0 to INT_MAX) (default 0) pix_fmt ..FV..... (default none) sar ..FV..... sample aspect ratio (from 0 to DBL_MAX) (default 0/1) pixel_aspect ..FV..... sample aspect ratio (from 0 to DBL_MAX) (default 0/1) time_base ..FV..... (from 0 to DBL_MAX) (default 0/1) frame_rate ..FV..... (from 0 to DBL_MAX) (default 0/1) sws_param ..FV..... abuffersink AVOptions: sample_fmts ..F.A.... set the supported sample formats sample_rates ..F.A.... set the supported sample rates channel_layouts ..F.A.... set the supported channel layouts channel_counts ..F.A.... set the supported channel counts all_channel_counts ..F.A.... accept all channel counts (default false) buffersink AVOptions: pix_fmts ..FV..... set the supported pixel formats av1_metadata_bsf AVOptions: -td ...V....B Temporal Delimiter OBU (from 0 to 2) (default pass) pass ...V....B insert ...V....B remove ...V....B -color_primaries ...V....B Set color primaries (section 6.4.2) (from -1 to 255) (default -1) -transfer_characteristics ...V....B Set transfer characteristics (section 6.4.2) (from -1 to 255) (default -1) -matrix_coefficients ...V....B Set matrix coefficients (section 6.4.2) (from -1 to 255) (default -1) -color_range ...V....B Set color range flag (section 6.4.2) (from -1 to 1) (default -1) tv ...V....B TV (limited) range pc ...V....B PC (full) range -chroma_sample_position ...V....B Set chroma sample position (section 6.4.2) (from -1 to 3) (default -1) unknown ...V....B Unknown chroma sample position vertical ...V....B Left chroma sample position colocated ...V....B Top-left chroma sample position -tick_rate ...V....B Set display tick rate (num_units_in_display_tick / time_scale) (from 0 to UINT32_MAX) (default 0/1) -num_ticks_per_picture ...V....B Set display ticks per picture for CFR streams (from -1 to INT_MAX) (default -1) -delete_padding ...V....B Delete all Padding OBUs (default false) dump_extradata bsf AVOptions: -freq ...V....B When to dump extradata (from 0 to 1) (default k) k ...V....B keyframe ...V....B e ...V....B all ...V....B extract_extradata AVOptions: -remove ...V....B remove the extradata from the bitstream (from 0 to 1) (default 0) filter_units AVOptions: -pass_types ...V....B List of unit types to pass through the filter. -remove_types ...V....B List of unit types to remove in the filter. h264_metadata_bsf AVOptions: -aud ...V....B Access Unit Delimiter NAL units (from 0 to 2) (default pass) pass ...V....B insert ...V....B remove ...V....B -sample_aspect_ratio ...V....B Set sample aspect ratio (table E-1) (from 0 to 65535) (default 0/1) -video_format ...V....B Set video format (table E-2) (from -1 to 7) (default -1) -video_full_range_flag ...V....B Set video full range flag (from -1 to 1) (default -1) -colour_primaries ...V....B Set colour primaries (table E-3) (from -1 to 255) (default -1) -transfer_characteristics ...V....B Set transfer characteristics (table E-4) (from -1 to 255) (default -1) -matrix_coefficients ...V....B Set matrix coefficients (table E-5) (from -1 to 255) (default -1) -chroma_sample_loc_type ...V....B Set chroma sample location type (figure E-1) (from -1 to 6) (default -1) -tick_rate ...V....B Set VUI tick rate (num_units_in_tick / time_scale) (from 0 to UINT32_MAX) (default 0/1) -fixed_frame_rate_flag ...V....B Set VUI fixed frame rate flag (from -1 to 1) (default -1) -crop_left ...V....B Set left border crop offset (from -1 to 16880) (default -1) -crop_right ...V....B Set right border crop offset (from -1 to 16880) (default -1) -crop_top ...V....B Set top border crop offset (from -1 to 16880) (default -1) -crop_bottom ...V....B Set bottom border crop offset (from -1 to 16880) (default -1) -sei_user_data ...V....B Insert SEI user data (UUID+string) -delete_filler ...V....B Delete all filler (both NAL and SEI) (from 0 to 1) (default 0) -display_orientation ...V....B Display orientation SEI (from 0 to 3) (default pass) pass ...V....B insert ...V....B remove ...V....B extract ...V....B -rotate ...V....B Set rotation in display orientation SEI (anticlockwise angle in degrees) (from -360 to 360) (default nan) -flip ...V....B Set flip in display orientation SEI (default 0) horizontal ...V....B Set hor_flip vertical ...V....B Set ver_flip -level ...V....B Set level (table A-1) (from -2 to 255) (default -2) auto ...V....B Attempt to guess level from stream properties 1 ...V....B 1b ...V....B 1.1 ...V....B 1.2 ...V....B 1.3 ...V....B 2 ...V....B 2.1 ...V....B 2.2 ...V....B 3 ...V....B 3.1 ...V....B 3.2 ...V....B 4 ...V....B 4.1 ...V....B 4.2 ...V....B 5 ...V....B 5.1 ...V....B 5.2 ...V....B 6 ...V....B 6.1 ...V....B 6.2 ...V....B hapqa_extract_bsf AVOptions: -texture ...V....B texture to keep (from 0 to 1) (default color) color ...V....B keep HapQ texture alpha ...V....B keep HapAlphaOnly texture h265_metadata_bsf AVOptions: -aud ...V....B Access Unit Delimiter NAL units (from 0 to 2) (default pass) pass ...V....B insert ...V....B remove ...V....B -sample_aspect_ratio ...V....B Set sample aspect ratio (table E-1) (from 0 to 65535) (default 0/1) -video_format ...V....B Set video format (table E-2) (from -1 to 7) (default -1) -video_full_range_flag ...V....B Set video full range flag (from -1 to 1) (default -1) -colour_primaries ...V....B Set colour primaries (table E-3) (from -1 to 255) (default -1) -transfer_characteristics ...V....B Set transfer characteristics (table E-4) (from -1 to 255) (default -1) -matrix_coefficients ...V....B Set matrix coefficients (table E-5) (from -1 to 255) (default -1) -chroma_sample_loc_type ...V....B Set chroma sample location type (figure E-1) (from -1 to 6) (default -1) -tick_rate ...V....B Set VPS and VUI tick rate (num_units_in_tick / time_scale) (from 0 to UINT32_MAX) (default 0/1) -num_ticks_poc_diff_one ...V....B Set VPS and VUI number of ticks per POC increment (from -1 to INT_MAX) (default -1) -crop_left ...V....B Set left border crop offset (from -1 to 16888) (default -1) -crop_right ...V....B Set right border crop offset (from -1 to 16888) (default -1) -crop_top ...V....B Set top border crop offset (from -1 to 16888) (default -1) -crop_bottom ...V....B Set bottom border crop offset (from -1 to 16888) (default -1) -level ...V....B Set level (tables A.6 and A.7) (from -2 to 255) (default -2) auto ...V....B Attempt to guess level from stream properties 1 ...V....B 2 ...V....B 2.1 ...V....B 3 ...V....B 3.1 ...V....B 4 ...V....B 4.1 ...V....B 5 ...V....B 5.1 ...V....B 5.2 ...V....B 6 ...V....B 6.1 ...V....B 6.2 ...V....B 8.5 ...V....B mpeg2_metadata_bsf AVOptions: -display_aspect_ratio ...V....B Set display aspect ratio (table 6-3) (from 0 to 65535) (default 0/1) -frame_rate ...V....B Set frame rate (from 0 to UINT32_MAX) (default 0/1) -video_format ...V....B Set video format (table 6-6) (from -1 to 7) (default -1) -colour_primaries ...V....B Set colour primaries (table 6-7) (from -1 to 255) (default -1) -transfer_characteristics ...V....B Set transfer characteristics (table 6-8) (from -1 to 255) (default -1) -matrix_coefficients ...V....B Set matrix coefficients (table 6-9) (from -1 to 255) (default -1) noise AVOptions: -amount ...VA...B (from 0 to INT_MAX) (default 0) -dropamount ...VA...B (from 0 to INT_MAX) (default 0) prores_metadata_bsf AVOptions: -color_primaries ...V....B select color primaries (from -1 to 12) (default auto) auto ...V....B keep the same color primaries unknown ...V....B bt709 ...V....B bt470bg ...V....B smpte170m ...V....B bt2020 ...V....B smpte431 ...V....B smpte432 ...V....B -color_trc ...V....B select color transfer (from -1 to 1) (default auto) auto ...V....B keep the same color transfer unknown ...V....B bt709 ...V....B -colorspace ...V....B select colorspace (from -1 to 9) (default auto) auto ...V....B keep the same colorspace unknown ...V....B bt709 ...V....B smpte170m ...V....B bt2020nc ...V....B remove_extradata AVOptions: -freq ...V....B (from 0 to 2) (default keyframe) k ...V....B keyframe ...V....B e ...V....B all ...V....B vp9_metadata_bsf AVOptions: -color_space ...V....B Set colour space (section 7.2.2) (from -1 to 7) (default -1) unknown ...V....B Unknown/unspecified bt601 ...V....B ITU-R BT.601-7 bt709 ...V....B ITU-R BT.709-6 smpte170 ...V....B SMPTE-170 smpte240 ...V....B SMPTE-240 bt2020 ...V....B ITU-R BT.2020-2 rgb ...V....B sRGB / IEC 61966-2-1 -color_range ...V....B Set colour range (section 7.2.2) (from -1 to 1) (default -1) tv ...V....B TV (limited) range pc ...V....B PC (full) range