资讯详情

ffmpeg 命令大全

超高速音视频编码器 用法: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... 帮助: -h -- print basic options -h long -- print more options -h full -- print all options (including all format and codec specific options, very long) 以下是详细说明:

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 -formats show available formats -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

Global options (affect whole program instead of just one file: -loglevel loglevel set libav* logging level -v loglevel set libav* logging level -report generate a report -max_alloc bytes set maximum size of a single allocated block -y overwrite output files -n do not overwrite output files -stats print progress report during encoding -bits_per_raw_sample number set the number of bits per raw sample -croptop size Removed, use the crop filter instead -cropbottom size Removed, use the crop filter instead -cropleft size Removed, use the crop filter instead -cropright sizeRemoved, use the crop filter instead -padtop sizeRemoved, use the pad filter instead -padbottom size Removed, use the pad filter instead -padleft size Removed, use the pad filter instead -padright size Removed, use the pad filter instead -padcolor color Removed, use the pad filter instead -vol volume change audio volume (256=normal)

Advanced global options: -cpuflags flags force specific cpu flags -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 -async audio sync method -adrift_threshold threshold audio drift threshold -copyts copy timestamps -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 -filter_complex graph_description create a complex filtergraph -debug_ts print timestamp debugging info -intra deprecated use -g 1 -vdt n discard threshold -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 -dc precision intra_dc_precision -qphist show QP histogram -vc channel deprecated, use -channel -tvstd standard deprecated, use -standard -isync this option is deprecated and does nothing

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 -fs limit_size set the limit file size in bytes -ss time_off set the start time offset -timestamp time set the recording timestamp ('now' to set the current time) -metadata string=string add metadata -target type specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...) -frames number set the number of frames to record -filter filter_graph set stream filtergraph -reinit_filter reinit filtergraph on input parameter changes

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 -itsoffset time_off set the input ts offset -itsscale scale set the input ts scale -dframes number set the number of data frames to record -re read input at native frame rate -shortest finish encoding within shortest input -copyinkf copy initial non-keyframes -copypriorss copy or discard frames before start time -tag fourcc/tag force codec tag/fourcc -q q use fixed uality 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 -muxdelay seconds set the maximum demux-decode delay -muxpreload seconds set the initial demux-decode delay -bsf bitstream_filters A comma-separated list of bitstream filters -fpre filename set options from indicated preset file -dcodec codec force data codec ('copy' to copy stream)

Video options: -vframes number set the number of video frames to record -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 -croptop size Removed, use the crop filter instead -cropbottom size Removed, use the crop filter instead -cropleft size Removed, use the crop filter instead -cropright size Removed, use the crop filter instead -padtop size Removed, use the pad filter instead -padbottom size Removed, use the pad filter instead -padleft size Removed, use the pad filter instead -padright size Removed, use the pad filter instead -padcolor color Removed, use the pad filter instead -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 -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 -vdt n discard threshold -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 -intra_matrix matrix specify intra matrix coeffs -inter_matrix matrix specify inter matrix coeffs -top top=1/bottom=0/auto=-1 field first -dc precision intra_dc_precision -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 -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 record -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 -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 -spre preset set the subtitle options to the indicated preset

AVCodecContext AVOptions: -b <int> E..VA. set bitrate (in bits/s) (from 0 to INT_MAX) -ab <int> E...A. set bitrate (in bits/s) (from 0 to INT_MAX) -bt <int> 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) -flags <flags> ED.VAS 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 gmc E..V.. use gmc mv0 E..V.. always try a mb with mv=<0,0> gray ED.V.. only decode/encode grayscale psnr E..V.. error[?] variables will be set during encoding naq E..V.. normalize adaptive quantization 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 cbp E..V.. Deprecated, use mpegvideo private options instead qprd E..V.. Deprecated, use mpegvideo private options instead ilme E..V.. interlaced motion estimation cgop E..V.. closed GOP -me_method <int> E..V.. set motion estimation method (from INT_MIN to INT_MAX) zero E..V.. zero motion estimation (fastest) full E..V.. full motion estimation (slowest) epzs E..V.. EPZS motion estimation (default) esa E..V.. esa motion estimation (alias for full) tesa E..V.. tesa motion estimation dia E..V.. diamond motion estimation (alias for EPZS) log E..V.. log motion estimation phods E..V.. phods motion estimation x1 E..V.. X1 motion estimation hex E..V.. hex motion estimation umh E..V.. umh motion estimation iter E..V.. iter motion estimation -g <int> E..V.. set the group of picture (GOP) size (from INT_MIN to INT_MAX) -ar <int> ED..A. set audio sampling rate (in Hz) (from INT_MIN to INT_MAX) -ac <int> ED..A. set number of audio channels (from INT_MIN to INT_MAX) -cutoff <int> E...A. set cutoff bandwidth (from INT_MIN to INT_MAX) -frame_size <int> E...A. (from INT_MIN to INT_MAX) -qcomp <float> E..V.. video quantizer scale compression (VBR). Constant of ratecontrol equation. Recommended range for default rc_eq: 0.0-1.0 (from -3.40282e+038 to FLT_MAX) -qblur <float> E..V.. video quantizer scale blur (VBR) (from -1 to FLT_MAX) -qmin <int> E..V.. minimum video quantizer scale (VBR) (from -1 to 69) -qmax <int> E..V.. maximum video quantizer scale (VBR) (from -1 to 1024) -qdiff <int> E..V.. maximum difference between the quantizer scales (VBR) (from INT_MIN to INT_MAX) -bf <int> E..V.. use 'frames' B frames (from -1 to 16) -b_qfactor <float> E..V.. QP factor between P- and B-frames (from -3.40282e+038 to FLT_MAX) -rc_strategy <int> E..V.. ratecontrol method (from INT_MIN to INT_MAX) -b_strategy <int> E..V.. strategy to choose between I/P/B-frames (from INT_MIN to INT_MAX) -ps <int> E..V.. RTP payload size in bytes (from INT_MIN to INT_MAX) -bug <flags> .D.V.. work around not autodetected encoder bugs autodetect .D.V.. old_msmpeg4 .D.V.. some old lavc-generated MSMPEG4v3 files (no autodetection) 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.. ac_vlc .D.V.. illegal VLC bug (autodetected per FOURCC) 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 -lelim <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider DC coefficient) (from INT_MIN to INT_MAX) -celim <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider DC coefficient) (from INT_MIN to INT_MAX) -strict <int> ED.VA. how strictly to follow the standards (from INT_MIN to INT_MAX) very ED.V.. strictly conform to a older more strict version of the spec or reference software strict ED.V.. strictly conform to all the things in the spec no matter what the consequences normal ED.V.. unofficial ED.V.. allow unofficial extensions experimental ED.V.. allow non-standardized experimental things -b_qoffset <float> E..V.. QP offset between P- and B-frames (from -3.40282e+038 to FLT_MAX) -err_detect <flags> .D.VA. set error detection flags 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 careful .D.VA. consider things that violate the spec 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 <int> E..V.. use MPEG quantizers instead of H.263 (from INT_MIN to INT_MAX) -qsquish <float> E..V.. how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99) -rc_qmod_amp <float> E..V.. experimental quantizer modulation (from -3.40282e+038 to FLT_MAX) -rc_qmod_freq <int> E..V.. experimental quantizer modulation (from INT_MIN to INT_MAX) -rc_eq <string> 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. -maxrate <int> E..VA. Set maximum bitrate tolerance (in bits/s). Requires bufsize to be set. (from INT_MIN to INT_MAX) -minrate <int> E..VA. Set minimum bitrate tolerance (in bits/s). Most useful in setting up a CBR encode. It is of little use otherwise. (from INT_MIN to INT_MAX) -bufsize <int> E..VA. set ratecontrol buffer size (in bits) (from INT_MIN to INT_MAX) -rc_buf_aggressivity <float> E..V.. currently useless (from -3.40282e+038 to FLT_MAX) -i_qfactor <float> E..V.. QP factor between P- and I-frames (from -3.40282e+038 to FLT_MAX) -i_qoffset <float> E..V.. QP offset between P- and I-frames (from -3.40282e+038 to FLT_MAX) -rc_init_cplx <float> E..V.. initial complexity for 1-pass encoding (from -3.40282e+038 to FLT_MAX) -dct <int> E..V.. DCT algorithm (from 0 to INT_MAX) auto E..V.. autoselect a good one (default) 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 <float> E..V.. compresses bright areas labeler than medium ones (from -3.40282e+038 to FLT_MAX) -tcplx_mask <float> E..V.. temporal complexity masking (from -3.40282e+038 to FLT_MAX) -scplx_mask <float> E..V.. spatial complexity masking (from -3.40282e+038 to FLT_MAX) -p_mask <float> E..V.. inter masking (from -3.40282e+038 to FLT_MAX) -dark_mask <float> E..V.. compresses dark areas labeler than medium ones (from -3.40282e+038 to FLT_MAX) -idct <int> ED.V.. select IDCT implementation (from 0 to INT_MAX) auto ED.V.. int ED.V.. simple ED.V.. simplemmx ED.V.. libmpeg2mmx ED.V.. mmi ED.V.. arm ED.V.. altivec ED.V.. sh4 ED.V.. simplearm ED.V.. simplearmv5te ED.V.. simplearmv6 ED.V.. simpleneon ED.V.. simplealpha ED.V.. h264 ED.V.. vp3 ED.V.. ipp ED.V.. xvidmmx ED.V.. faani ED.V.. floating point AAN IDCT -ec <flags> .D.V.. set error concealment strategy guess_mvs .D.V.. iterative motion vector (MV) search (slow) deblock .D.V.. use label deblock filter for damaged MBs -pred <int> E..V.. prediction method (from INT_MIN to INT_MAX) left E..V.. plane E..V.. median E..V.. -aspect <rational> E..V.. sample aspect ratio (from 0 to 10) -debug <flags> ED.VAS print specific debug info 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) mv .D.V.. motion vector dct_coeff .D.V.. skip .D.V.. startcode .D.V.. pts .D.V.. er .D.V.. error recognition mmco .D.V.. memory management control operations (H.264) bugs .D.V.. vis_qp .D.V.. visualize quantization parameter (QP), lower QP are tinted greener vis_mb_type .D.V.. visualize block types buffers .D.V.. picture buffer allocations thread_ops .D.V.. threading operations -vismv <int> .D.V.. visualize motion vectors (MVs) (from 0 to INT_MAX) pf .D.V.. forward predicted MVs of P-frames bf .D.V.. forward predicted MVs of B-frames bb .D.V.. backward predicted MVs of B-frames -cmp <int> E..V.. full-pel ME compare function (from INT_MIN to INT_MAX) sad E..V.. sum of absolute differences, fast (default) 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.. -subcmp <int> E..V.. sub-pel ME compare function (from INT_MIN to INT_MAX) sad E..V.. sum of absolute differences, fast (default) 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.. -mbcmp <int> E..V.. macroblock compare function (from INT_MIN to INT_MAX) sad E..V.. sum of absolute differences, fast (default) 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.. -ildctcmp <int> E..V.. interlaced DCT compare function (from INT_MIN to INT_MAX) sad E..V.. sum of absolute differences, fast (default) 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.. -dia_size <int> E..V.. diamond type & size for motion estimation (from INT_MIN to INT_MAX) -last_pred <int> E..V.. amount of motion predictors from the previous frame (from INT_MIN to INT_MAX) -preme <int> E..V.. pre motion estimation (from INT_MIN to INT_MAX) -precmp <int> E..V.. pre motion estimation compare function (from INT_MIN to INT_MAX) sad E..V.. sum of absolute differences, fast (default) 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.. -pre_dia_size <int> E..V.. diamond type & size for motion estimation pre-pass (from INT_MIN to INT_MAX) -subq <int> E..V.. sub-pel motion estimation quality (from INT_MIN to INT_MAX) -me_range <int> E..V.. limit motion vectors range (1023 for DivX player) (from INT_MIN to INT_MAX) -ibias <int> E..V.. intra quant bias (from INT_MIN to INT_MAX) -pbias <int> E..V.. inter quant bias (from INT_MIN to INT_MAX) -global_quality <int> E..VA. (from INT_MIN to INT_MAX) -coder <int> E..V.. (from INT_MIN to INT_MAX) 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 deflate E..V.. deflate-based coder -context <int> E..V.. context model (from INT_MIN to INT_MAX) -mbd <int> E..V.. macroblock decision algorithm (high quality mode) (from INT_MIN to INT_MAX) simple E..V.. use mbcmp (default) bits E..V.. use fewest bits rd E..V.. use best rate distortion -sc_threshold <int> E..V.. scene change threshold (from INT_MIN to INT_MAX) -lmin <int> E..V.. minimum Lagrange factor (VBR) (from 0 to INT_MAX) -lmax <int> E..V.. maximum Lagrange factor (VBR) (from 0 to INT_MAX) -nr <int> E..V.. noise reduction (from INT_MIN to INT_MAX) -rc_init_occupancy <int> E..V.. number of bits which should be loaded into the rc buffer before decoding starts (from INT_MIN to INT_MAX) -inter_threshold <int> E..V.. (from INT_MIN to INT_MAX) -flags2 <flags> ED.VA. fast E..V.. allow non-spec-compliant speedup tricks sgop E..V.. Deprecated, use mpegvideo private options instead noout E..V.. skip bitstream encoding 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 skiprd E..V.. Deprecated, use mpegvideo private options instead -error <int> E..V.. (from INT_MIN to INT_MAX) -qns <int> E..V.. deprecated, use mpegvideo private options instead (from INT_MIN to INT_MAX) -threads <int> ED.V.. (from 0 to INT_MAX) auto ED.V.. autodetect a suitable number of threads to use -me_threshold <int> E..V.. motion estimation threshold (from INT_MIN to INT_MAX) -mb_threshold <int> E..V.. macroblock threshold (from INT_MIN to INT_MAX) -dc <int> E..V.. intra_dc_precision (from INT_MIN to INT_MAX) -nssew <int> E..V.. nsse weight (from INT_MIN to INT_MAX) -skip_top <int> .D.V.. number of macroblock rows at the top which are skipped (from INT_MIN to INT_MAX) -skip_bottom <int> .D.V.. number of macroblock rows at the bottom which are skipped (from INT_MIN to INT_MAX) -profile <int> E..VA. (from INT_MIN to INT_MAX) 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. dts E...A. dts_es E...A. dts_96_24 E...A. dts_hd_hra E...A. dts_hd_ma E...A. -level <int> E..VA. (from INT_MIN to INT_MAX) unknown E..VA. -lowres <int> .D.VA. decode at 1= 1/2, 2=1/4, 3=1/8 resolutions (from 0 to INT_MAX) -skip_threshold <int> E..V.. frame skip threshold (from INT_MIN to INT_MAX) -skip_factor <int> E..V.. frame skip factor (from INT_MIN to INT_MAX) -skip_exp <int> E..V.. frame skip exponent (from INT_MIN to INT_MAX) -skipcmp <int> E..V.. frame skip compare function (from INT_MIN to INT_MAX) sad E..V.. sum of absolute differences, fast (default) 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.. -border_mask <float> E..V.. increase the quantizer for macroblocks close to borders (from -3.40282e+038 to FLT_MAX) -mblmin <int> E..V.. minimum macroblock Lagrange factor (VBR) (from 1 to 32767) -mblmax <int> E..V.. maximum macroblock Lagrange factor (VBR) (from 1 to 32767) -mepc <int> E..V.. motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX) -skip_loop_filter <int> .D.V.. (from INT_MIN to INT_MAX) none .D.V.. default .D.V.. noref .D.V.. bidir .D.V.. nokey .D.V.. all .D.V.. -skip_idct <int> .D.V.. (from INT_MIN to INT_MAX) none .D.V.. default .D.V.. noref .D.V.. bidir .D.V.. nokey .D.V.. all .D.V.. -skip_frame <int> .D.V.. (from INT_MIN to INT_MAX) none .D.V.. default .D.V.. noref .D.V.. bidir .D.V.. nokey .D.V.. all .D.V.. -bidir_refine <int> E..V.. refine the two motion vectors used in bidirectional macroblocks (from 0 to 4) -brd_scale <int> E..V.. downscale frames for dynamic B-frame decision (from 0 to 10) -keyint_min <int> E..V.. minimum interval between IDR-frames (from INT_MIN to INT_MAX) -refs <int> E..V.. reference frames to consider for motion compensation (from INT_MIN to INT_MAX) -chromaoffset <int> E..V.. chroma QP offset from luma (from INT_MIN to INT_MAX) -trellis <int> E..VA. rate-distortion optimal quantization (from INT_MIN to INT_MAX) -sc_factor <int> E..V.. multiplied by qscale for each frame and added to scene_change_score (from 0 to INT_MAX) -mv0_threshold <int> E..V.. (from 0 to INT_MAX) -b_sensitivity <int> E..V.. adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX) -compression_level <int> E..VA. (from INT_MIN to INT_MAX) -min_prediction_order <int> E...A. (from INT_MIN to INT_MAX) -max_prediction_order <int> E...A. (from INT_MIN to INT_MAX) -timecode_frame_start <int64> E..V.. GOP timecode frame start number, in non-drop-frame format (from 0 to I64_MAX) -request_channels <int> .D..A. set desired number of audio channels (from 0 to INT_MAX) -channel_layout <int64> ED..A. (from 0 to I64_MAX) -request_channel_layout <int64> .D..A. (from 0 to I64_MAX) -rc_max_vbv_use <float> E..V.. (from 0 to FLT_MAX) -rc_min_vbv_use <float> E..V.. (from 0 to FLT_MAX) -ticks_per_frame <int> ED.VA. (from 1 to INT_MAX) -color_primaries <int> ED.V.. (from 1 to 8) -color_trc <int> ED.V.. (from 1 to 7) -colorspace <int> ED.V.. (from 1 to 8) -color_range <int> ED.V.. (from 0 to 2) -chroma_sample_location <int> ED.V.. (from 0 to 6) -slices <int> E..V.. number of slices, used in parallelized encoding (from 0 to INT_MAX) -thread_type <flags> ED.V.. select multithreading type slice ED.V.. frame ED.V.. -audio_service_type <int> E...A. audio service type (from 0 to 8) 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 <sample_fmt> .D..A. sample format audio decoders should prefer

cljr encoder AVOptions: -dither_type <int> E..V.. Dither type (from 0 to 2)

dnxhd AVOptions: -nitris_compat <int> E..V.. encode with Avid Nitris compatibility (from 0 to 1)

ffv1 encoder AVOptions: -slicecrc <int> E..V.. Protect slices with CRCs (from -1 to 1)

flv encoder AVOptions: -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

frwu Decoder AVOptions: -change_field_order <int> .D.V.. Change field order (from 0 to 1)

gif decoder AVOptions: -trans_color <int> .D.V.. color value (ARGB) that is used instead of transparent color (from 0 to 4.29497e+009)

h261 encoder AVOptions: -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

H.263 encoder AVOptions: -obmc <int> E..V.. use overlapped block motion compensation. (from 0 to 1) -structured_slices <int> E..V.. Write slice start position at every GOB header instead of just GOB number. (from 0 to 1) -mb_info <int> E..V.. emit macroblock info for RFC 2190 packetization, the parameter value is the maximum payload size (from 0 to INT_MAX) -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

H.263p encoder AVOptions: -umv <int> E..V.. Use unlimited motion vectors. (from 0 to 1) -aiv <int> E..V.. Use alternative inter VLC. (from 0 to 1) -obmc <int> E..V.. use overlapped block motion compensation. (from 0 to 1) -structured_slices <int> E..V.. Write slice start position at every GOB header instead of just GOB number. (from 0 to 1) -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

H264 Decoder AVOptions:

MJPEG decoder AVOptions: -extern_huff <int> .D.V.. Use external huffman table. (from 0 to 1)

mpeg1video encoder AVOptions: -gop_timecode <string> E..V.. MPEG GOP Timecode in hh:mm:ss[:;.]ff format -intra_vlc <int> E..V.. Use MPEG-2 intra VLC table. (from 0 to 1) -drop_frame_timecode <int> E..V.. Timecode is in drop frame format. (from 0 to 1) -scan_offset <int> E..V.. Reserve space for SVCD scan offset user data. (from 0 to 1) -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

mpeg2video encoder AVOptions: -gop_timecode <string> E..V.. MPEG GOP Timecode in hh:mm:ss[:;.]ff format -intra_vlc <int> E..V.. Use MPEG-2 intra VLC table. (from 0 to 1) -drop_frame_timecode <int> E..V.. Timecode is in drop frame format. (from 0 to 1) -scan_offset <int> E..V.. Reserve space for SVCD scan offset user data. (from 0 to 1) -non_linear_quant <int> E..V.. Use nonlinear quantizer. (from 0 to 1) -alternate_scan <int> E..V.. Enable alternate scantable. (from 0 to 1) -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

MPEG4 encoder AVOptions: -data_partitioning <int> E..V.. Use data partitioning. (from 0 to 1) -alternate_scan <int> E..V.. Enable alternate scantable. (from 0 to 1) -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

MPEG4 Video Decoder AVOptions:

msmpeg4v2 encoder AVOptions: -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

msmpeg4v3 encoder AVOptions: -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

ProRes encoder AVOptions: -mbs_per_slice <int> E..V.. macroblocks per slice (from 1 to 8) -profile <int> E..V.. (from 0 to 3) proxy E..V.. lt E..V.. standard E..V.. hq E..V.. -vendor <string> E..V.. vendor ID -bits_per_mb <int> E..V.. desired bits per macroblock (from 0 to 8192) -quant_mat <int> E..V.. quantiser matrix (from -1 to 4) auto E..V.. proxy E..V.. lt E..V.. standard E..V.. hq E..V.. default E..V..

rawdec AVOptions: -top <int> .D.V.. top field first (from -1 to 1)

rv10 encoder AVOptions: -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

rv20 encoder AVOptions: -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

snow encoder AVOptions: -memc_only <int> E..V.. Only do ME/MC (I frames -> ref, P frame -> ME+MC). (from 0 to 1) -no_bitstream <int> E..V.. Skip final bitstream writeout. (from 0 to 1)

TIFF encoder AVOptions: -dpi <int> E..V.. set the image resolution (in dpi) (from 1 to 65536) -compression_algo <int> E..V.. (from 1 to 32946) packbits E..V.. raw E..V.. lzw E..V.. deflate E..V..

V210 Decoder AVOptions: -custom_stride <int> .D.V.. Custom V210 stride (from INT_MIN to INT_MAX)

wmv1 encoder AVOptions: -mpv_flags <flags> E..V.. Flags common for all mpegvideo-based encoders. 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 -luma_elim_threshold <int> E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -chroma_elim_threshold <int> E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX) -quantizer_noise_shaping <int> E..V.. (from 0 to INT_MAX)

AAC encoder AVOptions: -stereo_mode <int> E...A. Stereo coding method (from -1 to 1) auto E...A. Selected by the Encoder ms_off E...A. Disable Mid/Side coding ms_force E...A. Force Mid/Side for the whole frame if possible -aac_coder <int> E...A. (from 0 to 3)

AAC decoder AVOptions: -dual_mono_mode <int> .D..A. Select the channel to decode for dual mono (from -1 to 2) auto .D..A. autoselection main .D..A. Select Main/Left channel sub .D..A. Select Sub/Right channel both .D..A. Select both channels

AC-3 Encoder AVOptions: -per_frame_metadata <int> E...A. Allow Changing Metadata Per-Frame (from 0 to 1) -center_mixlev <float> E...A. Center Mix Level (from 0 to 1) -surround_mixlev <float> E...A. Surround Mix Level (from 0 to 1) -mixing_level <int> E...A. Mixing Level (from -1 to 111) -room_type <int> E...A. Room Type (from -1 to 2) notindicated E...A. Not Indicated (default) large E...A. Large Room small E...A. Small Room -copyright <int> E...A. Copyright Bit (from -1 to 1) -dialnorm <int> E...A. Dialogue Level (dB) (from -31 to -1) -dsur_mode <int> E...A. Dolby Surround Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Surround Encoded off E...A. Not Dolby Surround Encoded -original <int> E...A. Original Bit Stream (from -1 to 1) -dmix_mode <int> E...A. Preferred Stereo Downmix Mode (from -1 to 2) notindicated E...A. Not Indicated (default) ltrt E...A. Lt/Rt Downmix Preferred loro E...A. Lo/Ro Downmix Preferred -ltrt_cmixlev <float> E...A. Lt/Rt Center Mix Level (from -1 to 2) -ltrt_surmixlev <float> E...A. Lt/Rt Surround Mix Level (from -1 to 2) -loro_cmixlev <float> E...A. Lo/Ro Center Mix Level (from -1 to 2) -loro_surmixlev <float> E...A. Lo/Ro Surround Mix Level (from -1 to 2) -dsurex_mode <int> E...A. Dolby Surround EX Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Surround EX Encoded off E...A. Not Dolby Surround EX Encoded -dheadphone_mode <int> E...A. Dolby Headphone Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Headphone Encoded off E...A. Not Dolby Headphone Encoded -ad_conv_type <int> E...A. A/D Converter Type (from -1 to 1) standard E...A. Standard (default) hdcd E...A. HDCD -stereo_rematrixing <int> E...A. Stereo Rematrixing (from 0 to 1) -channel_coupling <int> E...A. Channel Coupling (from -1 to 1) auto E...A. Selected by the Encoder -cpl_start_band <int> E...A. Coupling Start Band (from -1 to 15) auto E...A. Selected by the Encoder

AC3 decoder AVOptions: -drc_scale <float> .D..A. percentage of dynamic range compression to apply (from 0 to 1)

Fixed-Point AC-3 Encoder AVOptions: -per_frame_metadata <int> E...A. Allow Changing Metadata Per-Frame (from 0 to 1) -center_mixlev <float> E...A. Center Mix Level (from 0 to 1) -surround_mixlev <float> E...A. Surround Mix Level (from 0 to 1) -mixing_level <int> E...A. Mixing Level (from -1 to 111) -room_type <int> E...A. Room Type (from -1 to 2) notindicated E...A. Not Indicated (default) large E...A. Large Room small E...A. Small Room -copyright <int> E...A. Copyright Bit (from -1 to 1) -dialnorm <int> E...A. Dialogue Level (dB) (from -31 to -1) -dsur_mode <int> E...A. Dolby Surround Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Surround Encoded off E...A. Not Dolby Surround Encoded -original <int> E...A. Original Bit Stream (from -1 to 1) -dmix_mode <int> E...A. Preferred Stereo Downmix Mode (from -1 to 2) notindicated E...A. Not Indicated (default) ltrt E...A. Lt/Rt Downmix Preferred loro E...A. Lo/Ro Downmix Preferred -ltrt_cmixlev <float> E...A. Lt/Rt Center Mix Level (from -1 to 2) -ltrt_surmixlev <float> E...A. Lt/Rt Surround Mix Level (from -1 to 2) -loro_cmixlev <float> E...A. Lo/Ro Center Mix Level (from -1 to 2) -loro_surmixlev <float> E...A. Lo/Ro Surround Mix Level (from -1 to 2) -dsurex_mode <int> E...A. Dolby Surround EX Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Surround EX Encoded off E...A. Not Dolby Surround EX Encoded -dheadphone_mode <int> E...A. Dolby Headphone Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Headphone Encoded off E...A. Not Dolby Headphone Encoded -ad_conv_type <int> E...A. A/D Converter Type (from -1 to 1) standard E...A. Standard (default) hdcd E...A. HDCD -stereo_rematrixing <int> E...A. Stereo Rematrixing (from 0 to 1) -channel_coupling <int> E...A. Channel Coupling (from -1 to 1) auto E...A. Selected by the Encoder -cpl_start_band <int> E...A. Coupling Start Band (from -1 to 15) auto E...A. Selected by the Encoder

APE decoder AVOptions: -max_samples <int> .D..A. maximum number of samples decoded per call (from 1 to INT_MAX) all .D..A. no maximum. decode all samples for each packet at once

E-AC-3 Encoder AVOptions: -per_frame_metadata <int> E...A. Allow Changing Metadata Per-Frame (from 0 to 1) -mixing_level <int> E...A. Mixing Level (from -1 to 111) -room_type <int> E...A. Room Type (from -1 to 2) notindicated E...A. Not Indicated (default) large E...A. Large Room small E...A. Small Room -copyright <int> E...A. Copyright Bit (from -1 to 1) -dialnorm <int> E...A. Dialogue Level (dB) (from -31 to -1) -dsur_mode <int> E...A. Dolby Surround Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Surround Encoded off E...A. Not Dolby Surround Encoded -original <int> E...A. Original Bit Stream (from -1 to 1) -dmix_mode <int> E...A. Preferred Stereo Downmix Mode (from -1 to 2) notindicated E...A. Not Indicated (default) ltrt E...A. Lt/Rt Downmix Preferred loro E...A. Lo/Ro Downmix Preferred -ltrt_cmixlev <float> E...A. Lt/Rt Center Mix Level (from -1 to 2) -ltrt_surmixlev <float> E...A. Lt/Rt Surround Mix Level (from -1 to 2) -loro_cmixlev <float> E...A. Lo/Ro Center Mix Level (from -1 to 2) -loro_surmixlev <float> E...A. Lo/Ro Surround Mix Level (from -1 to 2) -dsurex_mode <int> E...A. Dolby Surround EX Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Surround EX Encoded off E...A. Not Dolby Surround EX Encoded -dheadphone_mode <int> E...A. Dolby Headphone Mode (from -1 to 2) notindicated E...A. Not Indicated (default) on E...A. Dolby Headphone Encoded off E...A. Not Dolby Headphone Encoded -ad_conv_type <int> E...A. A/D Converter Type (from -1 to 1) standard E...A. Standard (default) hdcd E...A. HDCD -stereo_rematrixing <int> E...A. Stereo Rematrixing (from 0 to 1) -channel_coupling <int> E...A. Channel Coupling (from -1 to 1) auto E...A. Selected by the Encoder -cpl_start_band <int> E...A. Coupling Start Band (from -1 to 15) auto E...A. Selected by the Encoder

E-AC3 decoder AVOptions: -drc_scale <float> .D..A. percentage of dynamic range compression to apply (from 0 to 1)

FLAC encoder AVOptions: -lpc_coeff_precision <int> E...A. LPC coefficient precision (from 0 to 15) -lpc_type <int> E...A. LPC algorithm (from -1 to 3) none E...A. fixed E...A. levinson E...A. cholesky E...A. -lpc_passes <int> E...A. Number of passes to use for Cholesky factorization during LPC analysis (from 1 to INT_MAX) -min_partition_order <int> E...A. (from -1 to 8) -max_partition_order <int> E...A. (from -1 to 8) -prediction_order_method <int> E...A. Search method for selecting prediction order (from -1 to 5) estimation E...A. 2level E...A. 4level E...A. 8level E...A. search E...A. log E...A. -ch_mode <int> E...A. Stereo decorrelation mode (from -1 to 3) auto E...A. indep E...A. left_side E...A. right_side E...A. mid_side E...A.

G.723.1 decoder AVOptions: -postfilter <int> .D..A. postfilter on/off (from 0 to 1)

g722 decoder AVOptions: -bits_per_codeword <flags> .D..A. Bits per G722 codeword

g726 AVOptions: -code_size <int> E...A. Bits per code (from 2 to 5)

dvdsubdec AVOptions: -palette <string> .D...S set the global palette

PGS subtitle decoder AVOptions: -forced_subs_only <int> .D...S Only show forced subtitles (from 0 to 1)

pjs decoder AVOptions: -keep_ass_markup <int> .D...S Set if ASS tags must be escaped (from 0 to 1)

subviewer1 decoder AVOptions: -keep_ass_markup <int> .D...S Set if ASS tags must be escaped (from 0 to 1)

text decoder AVOptions: -keep_ass_markup <int> .D...S Set if ASS tags must be escaped (from 0 to 1)

vplayer decoder AVOptions: -keep_ass_markup <int> .D...S Set if ASS tags must be escaped (from 0 to 1)

libmp3lame encoder AVOptions: -reservoir <int> E...A. Use bit reservoir. (from 0 to 1)

libopencore_amrnb AVOptions: -dtx <int> E...A. Allow DTX (generate comfort noise) (from 0 to 1)

libopenjpeg AVOptions: -format <int> E..V.. Codec Format (from 0 to 2) j2k E..V.. jp2 E..V.. -profile <int> E..V.. (from 0 to 4) jpeg2000 E..V.. cinema2k E..V.. cinema4k E..V.. -cinema_mode <int> E..V.. Digital Cinema (from 0 to 3) off E..V.. 2k_24 E..V.. 2k_48 E..V.. 4k_24 E..V.. -prog_order <int> E..V.. Progression Order (from 0 to 4) lrcp E..V.. rlcp E..V.. rpcl E..V.. pcrl E..V.. cprl E..V.. -numresolution <int> E..V.. (from 1 to INT_MAX) -numlayers <int> E..V.. (from 1 to 10) -disto_alloc <int> E..V.. (from 0 to 1) -fixed_alloc <int> E..V.. (from 0 to 1) -fixed_quality <int> E..V.. (from 0 to 1)

libopenjpeg AVOptions: -lowqual <int> .D.V.. Limit the number of layers used for decoding (from 0 to INT_MAX)

libopus AVOptions: -application <int> E...A. Intended application type (from 2048 to 2051) 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 <float> E...A. Duration of a frame in milliseconds (from 2.5 to 60) -packet_loss <int> E...A. Expected packet loss percentage (from 0 to 100) -vbr <int> E...A. Variable bit rate mode (from 0 to 2) off E...A. Use constant bit rate on E...A. Use variable bit rate constrained E...A. Use constrained VBR

libspeex AVOptions: -abr <int> E...A. Use average bit rate (from 0 to 1) -cbr_quality <int> E...A. Set quality value (0 to 10) for CBR (from 0 to 10) -frames_per_packet <int> E...A. Number of frames to encode in each packet (from 1 to 8) -vad <int> E...A. Voice Activity Detection (from 0 to 1) -dtx <int> E...A. Discontinuous Transmission (from 0 to 1)

libtwolame encoder AVOptions: -mode <int> E...A. Mpeg Mode (from -1 to 3) auto E...A. stereo E...A. joint_stereo E...A. dual_channel E...A. mono E...A. -psymodel <int> E...A. Psychoacoustic Model (from -1 to 4) -energy_levels <int> E...A. enable energy levels (from 0 to 1) -error_protection <int> E...A. enable CRC error protection (from 0 to 1) -copyright <int> E...A. set MPEG Audio Copyright flag (from 0 to 1) -original <int> E...A. set MPEG Audio Original flag (from 0 to 1)

libvo_amrwbenc AVOptions: -dtx <int> E...A. Allow DTX (generate comfort noise) (from 0 to 1)

libvorbis AVOptions: -iblock <double> E...A. Sets the impulse block bias (from -15 to 0)

libvpx encoder AVOptions: -cpu-used <int> E..V.. Quality/Speed ratio modifier (from INT_MIN to INT_MAX) -auto-alt-ref <int> E..V.. Enable use of alternate reference frames (2-pass only) (from -1 to 1) -lag-in-frames <int> E..V.. Number of frames to look ahead for alternate reference frame selection (from -1 to INT_MAX) -arnr-maxframes <int> E..V.. altref noise reduction max frame count (from -1 to INT_MAX) -arnr-strength <int> E..V.. altref noise reduction filter strength (from -1 to INT_MAX) -arnr-type <int> E..V.. altref noise reduction filter type (from -1 to INT_MAX) backward E..V.. forward E..V.. centered E..V.. -deadline <int> E..V.. Time to spend encoding, in microseconds. (from INT_MIN to INT_MAX) best E..V.. good E..V.. realtime E..V.. -error-resilient <flags> E..V.. Error resilience configuration 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 <int> E..V.. Maximum I-frame bitrate (pct) 0=unlimited (from -1 to INT_MAX) -speed <int> E..V.. (from -16 to 16) -quality <int> E..V.. (from INT_MIN to INT_MAX) best E..V.. good E..V.. realtime E..V.. -vp8flags <flags> E..V.. error_resilient E..V.. enable error resilience altref E..V.. enable use of alternate reference frames (VP8/2-pass only) -arnr_max_frames <int> E..V.. altref noise reduction max frame count (from 0 to 15) -arnr_strength <int> E..V.. altref noise reduction filter strength (from 0 to 6) -arnr_type <int> E..V.. altref noise reduction filter type (from 1 to 3) -rc_lookahead <int> E..V.. Number of frames to look ahead for alternate reference frame selection (from 0 to 25) -crf <int> E..V.. Select the quality for constant quality mode (from 0 to 63)

libx264 AVOptions: -preset <string> E..V.. Set the encoding preset (cf. x264 --fullhelp) -tune <string> E..V.. Tune the encoding params (cf. x264 --fullhelp) -profile <string> E..V.. Set profile restrictions (cf. x264 --fullhelp) -fastfirstpass <int> E..V.. Use fast settings when encoding first pass (from 0 to 1) -level <string> E..V.. Specify level (as defined by Annex A) -passlogfile <string> E..V.. Filename for 2 pass stats -wpredp <string> E..V.. Weighted prediction for P-frames -x264opts <string> E..V.. x264 options -crf <float> E..V.. Select the quality for constant quality mode (from -1 to FLT_MAX) -crf_max <float> E..V.. In CRF mode, prevents VBV from lowering quality beyond this point. (from -1 to FLT_MAX) -qp <int> E..V.. Constant quantization parameter rate control method (from -1 to INT_MAX) -aq-mode <int> E..V.. AQ method (from -1 to INT_MAX) none E..V.. variance E..V.. Variance AQ (complexity mask) autovariance E..V.. Auto-variance AQ (experimental) -aq-strength <float> E..V.. AQ strength. Reduces blocking and blurring in flat and textured areas. (from -1 to FLT_MAX) -psy <int> E..V.. Use psychovisual optimizations. (from -1 to 1) -psy-rd <string> E..V.. Strength of psychovisual optimization, in <psy-rd>:<psy-trellis> format. -rc-lookahead <int> E..V.. Number of frames to look ahead for frametype and ratecontrol (from -1 to INT_MAX) -weightb <int> E..V.. Weighted prediction for B-frames. (from -1 to 1) -weightp <int> E..V.. Weighted prediction analysis method. (from -1 to INT_MAX) none E..V.. simple E..V.. smart E..V.. -ssim <int> E..V.. Calculate and print SSIM stats. (from -1 to 1) -intra-refresh <int> E..V.. Use Periodic Intra Refresh instead of IDR frames. (from -1 to 1) -b-bias <int> E..V.. Influences how often B-frames are used (from INT_MIN to INT_MAX) -b-pyramid <int> E..V.. Keep some B-frames as references. (from -1 to INT_MAX) none E..V.. strict E..V.. Strictly hierarchical pyramid normal E..V.. Non-strict (not Blu-ray compatible) -mixed-refs <int> E..V.. One reference per partition, as opposed to one reference per macroblock (from -1 to 1) -8x8dct <int> E..V.. High profile 8x8 transform. (from -1 to 1) -fast-pskip <int> E..V.. (from -1 to 1) -aud <int> E..V.. Use access unit delimiters. (from -1 to 1) -mbtree <int> E..V.. Use macroblock tree ratecontrol. (from -1 to 1) -deblock <string> E..V.. Loop filter parameters, in <alpha:beta> form. -cplxblur <float> E..V.. Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX) -partitions <string> E..V.. A comma-separated list of partitions to consider. Possible values: p8x8, p4x4, b8x8, i8x8, i4x4, none, all -direct-pred <int> E..V.. Direct MV prediction mode (from -1 to INT_MAX) none E..V.. spatial E..V.. temporal E..V.. auto E..V.. -slice-max-size <int> E..V.. Limit the size of each slice in bytes (from -1 to INT_MAX) -stats <string> E..V.. Filename for 2 pass stats -nal-hrd <int> E..V.. Signal HRD information (requires vbv-bufsize; cbr not allowed in .mp4) (from -1 to INT_MAX) none E..V.. vbr E..V.. cbr E..V..

libx264rgb AVOptions: -preset <string> E..V.. Set the encoding preset (cf. x264 --fullhelp) -tune <string> E..V.. Tune the encoding params (cf. x264 --fullhelp) -profile <string> E..V.. Set profile restrictions (cf. x264 --fullhelp) -fastfirstpass <int> E..V.. Use fast settings when encoding first pass (from 0 to 1) -level <string> E..V.. Specify level (as defined by Annex A) -passlogfile <string> E..V.. Filename for 2 pass stats -wpredp <string> E..V.. Weighted prediction for P-frames -x264opts <string> E..V.. x264 options -crf <float> E..V.. Select the quality for constant quality mode (from -1 to FLT_MAX) -crf_max <float> E..V.. In CRF mode, prevents VBV from lowering quality beyond this point. (from -1 to FLT_MAX) -qp <int> E..V.. Constant quantization parameter rate control method (from -1 to INT_MAX) -aq-mode <int> E..V.. AQ method (from -1 to INT_MAX) none E..V.. variance E..V.. Variance AQ (complexity mask) autovariance E..V.. Auto-variance AQ (experimental) -aq-strength <float> E..V.. AQ strength. Reduces blocking and blurring in flat and textured areas. (from -1 to FLT_MAX) -psy <int> E..V.. Use psychovisual optimizations. (from -1 to 1) -psy-rd <string> E..V.. Strength of psychovisual optimization, in <psy-rd>:<psy-trellis> format. -rc-lookahead <int> E..V.. Number of frames to look ahead for frametype and ratecontrol (from -1 to INT_MAX) -weightb <int> E..V.. Weighted prediction for B-frames. (from -1 to 1) -weightp <int> E..V.. Weighted prediction analysis method. (from -1 to INT_MAX) none E..V.. simple E..V.. smart E..V.. -ssim <int> E..V.. Calculate and print SSIM stats. (from -1 to 1) -intra-refresh <int> E..V.. Use Periodic Intra Refresh instead of IDR frames. (from -1 to 1) -b-bias <int> E..V.. Influences how often B-frames are used (from INT_MIN to INT_MAX) -b-pyramid <int> E..V.. Keep some B-frames as references. (from -1 to INT_MAX) none E..V.. strict E..V.. Strictly hierarchical pyramid normal E..V.. Non-strict (not Blu-ray compatible) -mixed-refs <int> E..V.. One reference per partition, as opposed to one reference per macroblock (from -1 to 1) -8x8dct <int> E..V.. High profile 8x8 transform. (from -1 to 1) -fast-pskip <int> E..V.. (from -1 to 1) -aud <int> E..V.. Use access unit delimiters. (from -1 to 1) -mbtree <int> E..V.. Use macroblock tree ratecontrol. (from -1 to 1) -deblock <string> E..V.. Loop filter parameters, in <alpha:beta> form. -cplxblur <float> E..V.. Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX) -partitions <string> E..V.. A comma-separated list of partitions to consider. Possible values: p8x8, p4x4, b8x8, i8x8, i4x4, none, all -direct-pred <int> E..V.. Direct MV prediction mode (from -1 to INT_MAX) none E..V.. spatial E..V.. temporal E..V.. auto E..V.. -slice-max-size <int> E..V.. Limit the size of each slice in bytes (from -1 to INT_MAX) -stats <string> E..V.. Filename for 2 pass stats -nal-hrd <int> E..V.. Signal HRD information (requires vbv-bufsize; cbr not allowed in .mp4) (from -1 to INT_MAX) none E..V.. vbr E..V.. cbr E..V..

libxavs AVOptions: -crf <float

标签: ilme重型连接器ag

锐单商城拥有海量元器件数据手册IC替代型号,打造 电子元器件IC百科大全!

锐单商城 - 一站式电子元器件采购平台