ffmpeg命令参数解释

显示参数命令 
Java代码   收藏代码
  1. ffmpeg -h full  

得到: 
Java代码   收藏代码
  1. Hyper fast Audio and Video encoder  
  2. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...  
  3.   
  4. Getting help:  
  5.     -h      -- print basic options  
  6.     -h long -- print more options  
  7.     -h full -- print all options (including all format and codec specific options, very long)  
  8.     See man ffmpeg for detailed description of the options.  
  9.   
  10. Print help / information / capabilities:  
  11. -L                  show license  
  12. -h topic            show help  
  13. -? topic            show help  
  14. -help topic         show help  
  15. --help topic        show help  
  16. -version            show version  
  17. -formats            show available formats  
  18. -codecs             show available codecs  
  19. -decoders           show available decoders  
  20. -encoders           show available encoders  
  21. -bsfs               show available bit stream filters  
  22. -protocols          show available protocols  
  23. -filters            show available filters  
  24. -pix_fmts           show available pixel formats  
  25. -layouts            show standard channel layouts  
  26. -sample_fmts        show available audio sample formats  
  27.   
  28. Global options (affect whole program instead of just one file:  
  29. -loglevel loglevel  set libav* logging level  
  30. -v loglevel         set libav* logging level  
  31. -report             generate a report  
  32. -max_alloc bytes    set maximum size of a single allocated block  
  33. -y                  overwrite output files  
  34. -n                  do not overwrite output files  
  35. -stats              print progress report during encoding  
  36. -bits_per_raw_sample number  set the number of bits per raw sample  
  37. -croptop size       Removed, use the crop filter instead  
  38. -cropbottom size    Removed, use the crop filter instead  
  39. -cropleft size      Removed, use the crop filter instead  
  40. -cropright size     Removed, use the crop filter instead  
  41. -padtop size        Removed, use the pad filter instead  
  42. -padbottom size     Removed, use the pad filter instead  
  43. -padleft size       Removed, use the pad filter instead  
  44. -padright size      Removed, use the pad filter instead  
  45. -padcolor color     Removed, use the pad filter instead  
  46. -vol volume         change audio volume (256=normal)  
  47.   
  48. Advanced global options:  
  49. -cpuflags flags     force specific cpu flags  
  50. -benchmark          add timings for benchmarking  
  51. -benchmark_all      add timings for each task  
  52. -progress url       write program-readable progress information  
  53. -stdin              enable or disable interaction on standard input  
  54. -timelimit limit    set max runtime in seconds  
  55. -dump               dump each input packet  
  56. -hex                when dumping packets, also dump the payload  
  57. -vsync              video sync method  
  58. -async              audio sync method  
  59. -adrift_threshold threshold  audio drift threshold  
  60. -copyts             copy timestamps  
  61. -copytb mode        copy input stream time base when stream copying  
  62. -dts_delta_threshold threshold  timestamp discontinuity delta threshold  
  63. -dts_error_threshold threshold  timestamp error delta threshold  
  64. -xerror error       exit on error  
  65. -filter_complex graph_description  create a complex filtergraph  
  66. -debug_ts           print timestamp debugging info  
  67. -intra              deprecated use -g 1  
  68. -vdt n              discard threshold  
  69. -sameq              Removed  
  70. -same_quant         Removed  
  71. -deinterlace        this option is deprecated, use the yadif filter instead  
  72. -psnr               calculate PSNR of compressed frames  
  73. -vstats             dump video coding statistics to file  
  74. -vstats_file file   dump video coding statistics to file  
  75. -dc precision       intra_dc_precision  
  76. -qphist             show QP histogram  
  77. -vc channel         deprecated, use -channel  
  78. -tvstd standard     deprecated, use -standard  
  79. -isync              this option is deprecated and does nothing  
  80.   
  81. Per-file main options:  
  82. -f fmt              force format  
  83. -c codec            codec name  
  84. -codec codec        codec name  
  85. -pre preset         preset name  
  86. -map_metadata outfile[,metadata]:infile[,metadata]  set metadata information of outfile from infile  
  87. -t duration         record or transcode "duration" seconds of audio/video  
  88. -fs limit_size      set the limit file size in bytes  
  89. -ss time_off        set the start time offset  
  90. -timestamp time     set the recording timestamp ('now' to set the current time)  
  91. -metadata string=string  add metadata  
  92. -target type        specify target file type ("vcd""svcd""dvd""dv""dv50""pal-vcd""ntsc-svcd", ...)  
  93. -frames number      set the number of frames to record  
  94. -filter filter_graph  set stream filtergraph  
  95. -reinit_filter      reinit filtergraph on input parameter changes  
  96.   
  97. Advanced per-file options:  
  98. -map [-]input_file_id[:stream_specifier][,sync_file_id[:stream_s  set input stream mapping  
  99. -map_channel file.stream.channel[:syncfile.syncstream]  map an audio channel from one stream to another  
  100. -map_chapters input_file_index  set chapters mapping  
  101. -itsoffset time_off  set the input ts offset  
  102. -itsscale scale     set the input ts scale  
  103. -dframes number     set the number of data frames to record  
  104. -re                 read input at native frame rate  
  105. -shortest           finish encoding within shortest input  
  106. -copyinkf           copy initial non-keyframes  
  107. -copypriorss        copy or discard frames before start time  
  108. -tag fourcc/tag     force codec tag/fourcc  
  109. -q q                use fixed quality scale (VBR)  
  110. -qscale q           use fixed quality scale (VBR)  
  111. -profile profile    set profile  
  112. -attach filename    add an attachment to the output file  
  113. -dump_attachment filename  extract an attachment into a file  
  114. -muxdelay seconds   set the maximum demux-decode delay  
  115. -muxpreload seconds  set the initial demux-decode delay  
  116. -bsf bitstream_filters  A comma-separated list of bitstream filters  
  117. -fpre filename      set options from indicated preset file  
  118. -dcodec codec       force data codec ('copy' to copy stream)  
  119.   
  120. Video options:  
  121. -vframes number     set the number of video frames to record  
  122. -r rate             set frame rate (Hz value, fraction or abbreviation)  
  123. -s size             set frame size (WxH or abbreviation)  
  124. -aspect aspect      set aspect ratio (4:316:9 or 1.33331.7777)  
  125. -bits_per_raw_sample number  set the number of bits per raw sample  
  126. -croptop size       Removed, use the crop filter instead  
  127. -cropbottom size    Removed, use the crop filter instead  
  128. -cropleft size      Removed, use the crop filter instead  
  129. -cropright size     Removed, use the crop filter instead  
  130. -padtop size        Removed, use the pad filter instead  
  131. -padbottom size     Removed, use the pad filter instead  
  132. -padleft size       Removed, use the pad filter instead  
  133. -padright size      Removed, use the pad filter instead  
  134. -padcolor color     Removed, use the pad filter instead  
  135. -vn                 disable video  
  136. -vcodec codec       force video codec ('copy' to copy stream)  
  137. -timecode hh:mm:ss[:;.]ff  set initial TimeCode value.  
  138. -pass n             select the pass number (1 to 3)  
  139. -vf filter_graph    set video filters  
  140. -b bitrate          video bitrate (please use -b:v)  
  141. -dn                 disable data  
  142.   
  143. Advanced Video options:  
  144. -pix_fmt format     set pixel format  
  145. -intra              deprecated use -g 1  
  146. -vdt n              discard threshold  
  147. -rc_override override  rate control override for specific intervals  
  148. -sameq              Removed  
  149. -same_quant         Removed  
  150. -passlogfile prefix  select two pass log file name prefix  
  151. -deinterlace        this option is deprecated, use the yadif filter instead  
  152. -psnr               calculate PSNR of compressed frames  
  153. -vstats             dump video coding statistics to file  
  154. -vstats_file file   dump video coding statistics to file  
  155. -intra_matrix matrix  specify intra matrix coeffs  
  156. -inter_matrix matrix  specify inter matrix coeffs  
  157. -top                top=1/bottom=0/auto=-1 field first  
  158. -dc precision       intra_dc_precision  
  159. -vtag fourcc/tag    force video tag/fourcc  
  160. -qphist             show QP histogram  
  161. -force_fps          force the selected framerate, disable the best supported framerate selection  
  162. -streamid streamIndex:value  set the value of an outfile streamid  
  163. -force_key_frames timestamps  force key frames at specified timestamps  
  164. -vc channel         deprecated, use -channel  
  165. -tvstd standard     deprecated, use -standard  
  166. -vbsf video bitstream_filters  deprecated  
  167. -vpre preset        set the video options to the indicated preset  
  168.   
  169. Audio options:  
  170. -aframes number     set the number of audio frames to record  
  171. -aq quality         set audio quality (codec-specific)  
  172. -ar rate            set audio sampling rate (in Hz)  
  173. -ac channels        set number of audio channels  
  174. -an                 disable audio  
  175. -acodec codec       force audio codec ('copy' to copy stream)  
  176. -vol volume         change audio volume (256=normal)  
  177. -af filter_graph    set audio filters  
  178.   
  179. Advanced Audio options:  
  180. -atag fourcc/tag    force audio tag/fourcc  
  181. -sample_fmt format  set sample format  
  182. -channel_layout layout  set channel layout  
  183. -absf audio bitstream_filters  deprecated  
  184. -apre preset        set the audio options to the indicated preset  
  185.   
  186. Subtitle options:  
  187. -s size             set frame size (WxH or abbreviation)  
  188. -sn                 disable subtitle  
  189. -scodec codec       force subtitle codec ('copy' to copy stream)  
  190. -stag fourcc/tag    force subtitle tag/fourcc  
  191. -fix_sub_duration   fix subtitles duration  
  192. -spre preset        set the subtitle options to the indicated preset  
  193.   
  194.   
  195. AVCodecContext AVOptions:  
  196. -b                 <int>        E..VA. set bitrate (in bits/s) (from 0 to INT_MAX)  
  197. -ab                <int>        E...A. set bitrate (in bits/s) (from 0 to INT_MAX)  
  198. -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)  
  199. -flags                   ED.VAS  
  200.    mv4                          E..V.. use four motion vectors per macroblock (MPEG-4)  
  201.    qpel                         E..V.. use 1/4-pel motion compensation  
  202.    loop                         E..V.. use loop filter  
  203.    gmc                          E..V.. use gmc  
  204.    mv0                          E..V.. always try a mb with mv=<0,0>  
  205.    gray                         ED.V.. only decode/encode grayscale  
  206.    psnr                         E..V.. error[?] variables will be set during encoding  
  207.    naq                          E..V.. normalize adaptive quantization  
  208.    ildct                        E..V.. use interlaced DCT  
  209.    low_delay                    ED.V.. force low delay  
  210.    global_header                E..VA. place global headers in extradata instead of every keyframe  
  211.    bitexact                     ED.VAS use only bitexact functions (except (I)DCT)  
  212.    aic                          E..V.. H.263 advanced intra coding / MPEG-4 AC prediction  
  213.    cbp                          E..V.. Deprecated, use mpegvideo private options instead  
  214.    qprd                         E..V.. Deprecated, use mpegvideo private options instead  
  215.    ilme                         E..V.. interlaced motion estimation  
  216.    cgop                         E..V.. closed GOP  
  217. -me_method         <int>        E..V.. set motion estimation method (from INT_MIN to INT_MAX)  
  218.    zero                         E..V.. zero motion estimation (fastest)  
  219.    full                         E..V.. full motion estimation (slowest)  
  220.    epzs                         E..V.. EPZS motion estimation (default)  
  221.    esa                          E..V.. esa motion estimation (alias for full)  
  222.    tesa                         E..V.. tesa motion estimation  
  223.    dia                          E..V.. diamond motion estimation (alias for EPZS)  
  224.    log                          E..V.. log motion estimation  
  225.    phods                        E..V.. phods motion estimation  
  226.    x1                           E..V.. X1 motion estimation  
  227.    hex                          E..V.. hex motion estimation  
  228.    umh                          E..V.. umh motion estimation  
  229.    iter                         E..V.. iter motion estimation  
  230. -g                 <int>        E..V.. set the group of picture (GOP) size (from INT_MIN to INT_MAX)  
  231. -ar                <int>        ED..A. set audio sampling rate (in Hz) (from INT_MIN to INT_MAX)  
  232. -ac                <int>        ED..A. set number of audio channels (from INT_MIN to INT_MAX)  
  233. -cutoff            <int>        E...A. set cutoff bandwidth (from INT_MIN to INT_MAX)  
  234. -frame_size        <int>        E...A. (from INT_MIN to INT_MAX)  
  235. -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)  
  236. -qblur             <float>      E..V.. video quantizer scale blur (VBR) (from -1 to FLT_MAX)  
  237. -qmin              <int>        E..V.. minimum video quantizer scale (VBR) (from -1 to 69)  
  238. -qmax              <int>        E..V.. maximum video quantizer scale (VBR) (from -1 to 1024)  
  239. -qdiff             <int>        E..V.. maximum difference between the quantizer scales (VBR) (from INT_MIN to INT_MAX)  
  240. -bf                <int>        E..V.. use 'frames' B frames (from -1 to 16)  
  241. -b_qfactor         <float>      E..V.. QP factor between P- and B-frames (from -3.40282e+038 to FLT_MAX)  
  242. -rc_strategy       <int>        E..V.. ratecontrol method (from INT_MIN to INT_MAX)  
  243. -b_strategy        <int>        E..V.. strategy to choose between I/P/B-frames (from INT_MIN to INT_MAX)  
  244. -ps                <int>        E..V.. RTP payload size in bytes (from INT_MIN to INT_MAX)  
  245. -bug                     .D.V.. work around not autodetected encoder bugs  
  246.    autodetect                   .D.V..  
  247.    old_msmpeg4                  .D.V.. some old lavc-generated MSMPEG4v3 files (no autodetection)  
  248.    xvid_ilace                   .D.V.. Xvid interlacing bug (autodetected if FOURCC == XVIX)  
  249.    ump4                         .D.V.. (autodetected if FOURCC == UMP4)  
  250.    no_padding                   .D.V.. padding bug (autodetected)  
  251.    amv                          .D.V..  
  252.    ac_vlc                       .D.V.. illegal VLC bug (autodetected per FOURCC)  
  253.    qpel_chroma                  .D.V..  
  254.    std_qpel                     .D.V.. old standard qpel (autodetected per FOURCC/version)  
  255.    qpel_chroma2                 .D.V..  
  256.    direct_blocksize              .D.V.. direct-qpel-blocksize bug (autodetected per FOURCC/version)  
  257.    edge                         .D.V.. edge padding bug (autodetected per FOURCC/version)  
  258.    hpel_chroma                  .D.V..  
  259.    dc_clip                      .D.V..  
  260.    ms                           .D.V.. work around various bugs in Microsoft's broken decoders  
  261.    trunc                        .D.V.. truncated frames  
  262. -lelim             <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider DC coefficient) (from INT_MIN to INT_MAX)  
  263. -celim             <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider DC coefficient) (from INT_MIN to INT_MAX)  
  264. -strict            <int>        ED.VA. how strictly to follow the standards (from INT_MIN to INT_MAX)  
  265.    very                         ED.V.. strictly conform to a older more strict version of the spec or reference software  
  266.    strict                       ED.V.. strictly conform to all the things in the spec no matter what the consequences  
  267.    normal                       ED.V..  
  268.    unofficial                   ED.V.. allow unofficial extensions  
  269.    experimental                 ED.V.. allow non-standardized experimental things  
  270. -b_qoffset         <float>      E..V.. QP offset between P- and B-frames (from -3.40282e+038 to FLT_MAX)  
  271. -err_detect              .D.VA. set error detection flags  
  272.    crccheck                     .D.VA. verify embedded CRCs  
  273.    bitstream                    .D.VA. detect bitstream specification deviations  
  274.    buffer                       .D.VA. detect improper bitstream length  
  275.    explode                      .D.VA. abort decoding on minor error detection  
  276.    careful                      .D.VA. consider things that violate the spec and have not been seen in the wild as errors  
  277.    compliant                    .D.VA. consider all spec non compliancies as errors  
  278.    aggressive                   .D.VA. consider things that a sane encoder should not do as an error  
  279. -mpeg_quant        <int>        E..V.. use MPEG quantizers instead of H.263 (from INT_MIN to INT_MAX)  
  280. -qsquish           <float>      E..V.. how to keep quantizer between qmin and qmax (0 = clip, 1 = use differentiable function) (from 0 to 99)  
  281. -rc_qmod_amp       <float>      E..V.. experimental quantizer modulation (from -3.40282e+038 to FLT_MAX)  
  282. -rc_qmod_freq      <int>        E..V.. experimental quantizer modulation (from INT_MIN to INT_MAX)  
  283. -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.  
  284. -maxrate           <int>        E..VA. Set maximum bitrate tolerance (in bits/s). Requires bufsize to be set. (from INT_MIN to INT_MAX)  
  285. -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)  
  286. -bufsize           <int>        E..VA. set ratecontrol buffer size (in bits) (from INT_MIN to INT_MAX)  
  287. -rc_buf_aggressivity <float>      E..V.. currently useless (from -3.40282e+038 to FLT_MAX)  
  288. -i_qfactor         <float>      E..V.. QP factor between P- and I-frames (from -3.40282e+038 to FLT_MAX)  
  289. -i_qoffset         <float>      E..V.. QP offset between P- and I-frames (from -3.40282e+038 to FLT_MAX)  
  290. -rc_init_cplx      <float>      E..V.. initial complexity for 1-pass encoding (from -3.40282e+038 to FLT_MAX)  
  291. -dct               <int>        E..V.. DCT algorithm (from 0 to INT_MAX)  
  292.    auto                         E..V.. autoselect a good one (default)  
  293.    fastint                      E..V.. fast integer  
  294.    int                          E..V.. accurate integer  
  295.    mmx                          E..V..  
  296.    altivec                      E..V..  
  297.    faan                         E..V.. floating point AAN DCT  
  298. -lumi_mask         <float>      E..V.. compresses bright areas stronger than medium ones (from -3.40282e+038 to FLT_MAX)  
  299. -tcplx_mask        <float>      E..V.. temporal complexity masking (from -3.40282e+038 to FLT_MAX)  
  300. -scplx_mask        <float>      E..V.. spatial complexity masking (from -3.40282e+038 to FLT_MAX)  
  301. -p_mask            <float>      E..V.. inter masking (from -3.40282e+038 to FLT_MAX)  
  302. -dark_mask         <float>      E..V.. compresses dark areas stronger than medium ones (from -3.40282e+038 to FLT_MAX)  
  303. -idct              <int>        ED.V.. select IDCT implementation (from 0 to INT_MAX)  
  304.    auto                         ED.V..  
  305.    int                          ED.V..  
  306.    simple                       ED.V..  
  307.    simplemmx                    ED.V..  
  308.    libmpeg2mmx                  ED.V..  
  309.    mmi                          ED.V..  
  310.    arm                          ED.V..  
  311.    altivec                      ED.V..  
  312.    sh4                          ED.V..  
  313.    simplearm                    ED.V..  
  314.    simplearmv5te                ED.V..  
  315.    simplearmv6                  ED.V..  
  316.    simpleneon                   ED.V..  
  317.    simplealpha                  ED.V..  
  318.    h264                         ED.V..  
  319.    vp3                          ED.V..  
  320.    ipp                          ED.V..  
  321.    xvidmmx                      ED.V..  
  322.    faani                        ED.V.. floating point AAN IDCT  
  323. -ec                      .D.V.. set error concealment strategy  
  324.    guess_mvs                    .D.V.. iterative motion vector (MV) search (slow)  
  325.    deblock                      .D.V.. use strong deblock filter for damaged MBs  
  326. -pred              <int>        E..V.. prediction method (from INT_MIN to INT_MAX)  
  327.    left                         E..V..  
  328.    plane                        E..V..  
  329.    median                       E..V..  
  330. -aspect               E..V.. sample aspect ratio (from 0 to 10)  
  331. -debug                   ED.VAS print specific debug info  
  332.    pict                         .D.V.. picture info  
  333.    rc                           E..V.. rate control  
  334.    bitstream                    .D.V..  
  335.    mb_type                      .D.V.. macroblock (MB) type  
  336.    qp                           .D.V.. per-block quantization parameter (QP)  
  337.    mv                           .D.V.. motion vector  
  338.    dct_coeff                    .D.V..  
  339.    skip                         .D.V..  
  340.    startcode                    .D.V..  
  341.    pts                          .D.V..  
  342.    er                           .D.V.. error recognition  
  343.    mmco                         .D.V.. memory management control operations (H.264)  
  344.    bugs                         .D.V..  
  345.    vis_qp                       .D.V.. visualize quantization parameter (QP), lower QP are tinted greener  
  346.    vis_mb_type                  .D.V.. visualize block types  
  347.    buffers                      .D.V.. picture buffer allocations  
  348.    thread_ops                   .D.V.. threading operations  
  349. -vismv             <int>        .D.V.. visualize motion vectors (MVs) (from 0 to INT_MAX)  
  350.    pf                           .D.V.. forward predicted MVs of P-frames  
  351.    bf                           .D.V.. forward predicted MVs of B-frames  
  352.    bb                           .D.V.. backward predicted MVs of B-frames  
  353. -cmp               <int>        E..V.. full-pel ME compare function (from INT_MIN to INT_MAX)  
  354.    sad                          E..V.. sum of absolute differences, fast (default)  
  355.    sse                          E..V.. sum of squared errors  
  356.    satd                         E..V.. sum of absolute Hadamard transformed differences  
  357.    dct                          E..V.. sum of absolute DCT transformed differences  
  358.    psnr                         E..V.. sum of squared quantization errors (avoid, low quality)  
  359.    bit                          E..V.. number of bits needed for the block  
  360.    rd                           E..V.. rate distortion optimal, slow  
  361.    zero                         E..V.. 0  
  362.    vsad                         E..V.. sum of absolute vertical differences  
  363.    vsse                         E..V.. sum of squared vertical differences  
  364.    nsse                         E..V.. noise preserving sum of squared differences  
  365.    w53                          E..V.. 5/3 wavelet, only used in snow  
  366.    w97                          E..V.. 9/7 wavelet, only used in snow  
  367.    dctmax                       E..V..  
  368.    chroma                       E..V..  
  369. -subcmp            <int>        E..V.. sub-pel ME compare function (from INT_MIN to INT_MAX)  
  370.    sad                          E..V.. sum of absolute differences, fast (default)  
  371.    sse                          E..V.. sum of squared errors  
  372.    satd                         E..V.. sum of absolute Hadamard transformed differences  
  373.    dct                          E..V.. sum of absolute DCT transformed differences  
  374.    psnr                         E..V.. sum of squared quantization errors (avoid, low quality)  
  375.    bit                          E..V.. number of bits needed for the block  
  376.    rd                           E..V.. rate distortion optimal, slow  
  377.    zero                         E..V.. 0  
  378.    vsad                         E..V.. sum of absolute vertical differences  
  379.    vsse                         E..V.. sum of squared vertical differences  
  380.    nsse                         E..V.. noise preserving sum of squared differences  
  381.    w53                          E..V.. 5/3 wavelet, only used in snow  
  382.    w97                          E..V.. 9/7 wavelet, only used in snow  
  383.    dctmax                       E..V..  
  384.    chroma                       E..V..  
  385. -mbcmp             <int>        E..V.. macroblock compare function (from INT_MIN to INT_MAX)  
  386.    sad                          E..V.. sum of absolute differences, fast (default)  
  387.    sse                          E..V.. sum of squared errors  
  388.    satd                         E..V.. sum of absolute Hadamard transformed differences  
  389.    dct                          E..V.. sum of absolute DCT transformed differences  
  390.    psnr                         E..V.. sum of squared quantization errors (avoid, low quality)  
  391.    bit                          E..V.. number of bits needed for the block  
  392.    rd                           E..V.. rate distortion optimal, slow  
  393.    zero                         E..V.. 0  
  394.    vsad                         E..V.. sum of absolute vertical differences  
  395.    vsse                         E..V.. sum of squared vertical differences  
  396.    nsse                         E..V.. noise preserving sum of squared differences  
  397.    w53                          E..V.. 5/3 wavelet, only used in snow  
  398.    w97                          E..V.. 9/7 wavelet, only used in snow  
  399.    dctmax                       E..V..  
  400.    chroma                       E..V..  
  401. -ildctcmp          <int>        E..V.. interlaced DCT compare function (from INT_MIN to INT_MAX)  
  402.    sad                          E..V.. sum of absolute differences, fast (default)  
  403.    sse                          E..V.. sum of squared errors  
  404.    satd                         E..V.. sum of absolute Hadamard transformed differences  
  405.    dct                          E..V.. sum of absolute DCT transformed differences  
  406.    psnr                         E..V.. sum of squared quantization errors (avoid, low quality)  
  407.    bit                          E..V.. number of bits needed for the block  
  408.    rd                           E..V.. rate distortion optimal, slow  
  409.    zero                         E..V.. 0  
  410.    vsad                         E..V.. sum of absolute vertical differences  
  411.    vsse                         E..V.. sum of squared vertical differences  
  412.    nsse                         E..V.. noise preserving sum of squared differences  
  413.    w53                          E..V.. 5/3 wavelet, only used in snow  
  414.    w97                          E..V.. 9/7 wavelet, only used in snow  
  415.    dctmax                       E..V..  
  416.    chroma                       E..V..  
  417. -dia_size          <int>        E..V.. diamond type & size for motion estimation (from INT_MIN to INT_MAX)  
  418. -last_pred         <int>        E..V.. amount of motion predictors from the previous frame (from INT_MIN to INT_MAX)  
  419. -preme             <int>        E..V.. pre motion estimation (from INT_MIN to INT_MAX)  
  420. -precmp            <int>        E..V.. pre motion estimation compare function (from INT_MIN to INT_MAX)  
  421.    sad                          E..V.. sum of absolute differences, fast (default)  
  422.    sse                          E..V.. sum of squared errors  
  423.    satd                         E..V.. sum of absolute Hadamard transformed differences  
  424.    dct                          E..V.. sum of absolute DCT transformed differences  
  425.    psnr                         E..V.. sum of squared quantization errors (avoid, low quality)  
  426.    bit                          E..V.. number of bits needed for the block  
  427.    rd                           E..V.. rate distortion optimal, slow  
  428.    zero                         E..V.. 0  
  429.    vsad                         E..V.. sum of absolute vertical differences  
  430.    vsse                         E..V.. sum of squared vertical differences  
  431.    nsse                         E..V.. noise preserving sum of squared differences  
  432.    w53                          E..V.. 5/3 wavelet, only used in snow  
  433.    w97                          E..V.. 9/7 wavelet, only used in snow  
  434.    dctmax                       E..V..  
  435.    chroma                       E..V..  
  436. -pre_dia_size      <int>        E..V.. diamond type & size for motion estimation pre-pass (from INT_MIN to INT_MAX)  
  437. -subq              <int>        E..V.. sub-pel motion estimation quality (from INT_MIN to INT_MAX)  
  438. -me_range          <int>        E..V.. limit motion vectors range (1023 for DivX player) (from INT_MIN to INT_MAX)  
  439. -ibias             <int>        E..V.. intra quant bias (from INT_MIN to INT_MAX)  
  440. -pbias             <int>        E..V.. inter quant bias (from INT_MIN to INT_MAX)  
  441. -global_quality    <int>        E..VA. (from INT_MIN to INT_MAX)  
  442. -coder             <int>        E..V.. (from INT_MIN to INT_MAX)  
  443.    vlc                          E..V.. variable length coder / Huffman coder  
  444.    ac                           E..V.. arithmetic coder  
  445.    raw                          E..V.. raw (no encoding)  
  446.    rle                          E..V.. run-length coder  
  447.    deflate                      E..V.. deflate-based coder  
  448. -context           <int>        E..V.. context model (from INT_MIN to INT_MAX)  
  449. -mbd               <int>        E..V.. macroblock decision algorithm (high quality mode) (from INT_MIN to INT_MAX)  
  450.    simple                       E..V.. use mbcmp (default)  
  451.    bits                         E..V.. use fewest bits  
  452.    rd                           E..V.. use best rate distortion  
  453. -sc_threshold      <int>        E..V.. scene change threshold (from INT_MIN to INT_MAX)  
  454. -lmin              <int>        E..V.. minimum Lagrange factor (VBR) (from 0 to INT_MAX)  
  455. -lmax              <int>        E..V.. maximum Lagrange factor (VBR) (from 0 to INT_MAX)  
  456. -nr                <int>        E..V.. noise reduction (from INT_MIN to INT_MAX)  
  457. -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)  
  458. -inter_threshold   <int>        E..V.. (from INT_MIN to INT_MAX)  
  459. -flags2                  ED.VA.  
  460.    fast                         E..V.. allow non-spec-compliant speedup tricks  
  461.    sgop                         E..V.. Deprecated, use mpegvideo private options instead  
  462.    noout                        E..V.. skip bitstream encoding  
  463.    local_header                 E..V.. place global headers at every keyframe instead of in extradata  
  464.    chunks                       .D.V.. Frame data might be split into multiple chunks  
  465.    showall                      .D.V.. Show all frames before the first keyframe  
  466.    skiprd                       E..V.. Deprecated, use mpegvideo private options instead  
  467. -error             <int>        E..V.. (from INT_MIN to INT_MAX)  
  468. -qns               <int>        E..V.. deprecated, use mpegvideo private options instead (from INT_MIN to INT_MAX)  
  469. -threads           <int>        ED.V.. (from 0 to INT_MAX)  
  470.    auto                         ED.V.. autodetect a suitable number of threads to use  
  471. -me_threshold      <int>        E..V.. motion estimation threshold (from INT_MIN to INT_MAX)  
  472. -mb_threshold      <int>        E..V.. macroblock threshold (from INT_MIN to INT_MAX)  
  473. -dc                <int>        E..V.. intra_dc_precision (from INT_MIN to INT_MAX)  
  474. -nssew             <int>        E..V.. nsse weight (from INT_MIN to INT_MAX)  
  475. -skip_top          <int>        .D.V.. number of macroblock rows at the top which are skipped (from INT_MIN to INT_MAX)  
  476. -skip_bottom       <int>        .D.V.. number of macroblock rows at the bottom which are skipped (from INT_MIN to INT_MAX)  
  477. -profile           <int>        E..VA. (from INT_MIN to INT_MAX)  
  478.    unknown                      E..VA.  
  479.    aac_main                     E...A.  
  480.    aac_low                      E...A.  
  481.    aac_ssr                      E...A.  
  482.    aac_ltp                      E...A.  
  483.    aac_he                       E...A.  
  484.    aac_he_v2                    E...A.  
  485.    aac_ld                       E...A.  
  486.    aac_eld                      E...A.  
  487.    dts                          E...A.  
  488.    dts_es                       E...A.  
  489.    dts_96_24                    E...A.  
  490.    dts_hd_hra                   E...A.  
  491.    dts_hd_ma                    E...A.  
  492. -level             <int>        E..VA. (from INT_MIN to INT_MAX)  
  493.    unknown                      E..VA.  
  494. -lowres            <int>        .D.VA. decode at 11/22=1/43=1/8 resolutions (from 0 to INT_MAX)  
  495. -skip_threshold    <int>        E..V.. frame skip threshold (from INT_MIN to INT_MAX)  
  496. -skip_factor       <int>        E..V.. frame skip factor (from INT_MIN to INT_MAX)  
  497. -skip_exp          <int>        E..V.. frame skip exponent (from INT_MIN to INT_MAX)  
  498. -skipcmp           <int>        E..V.. frame skip compare function (from INT_MIN to INT_MAX)  
  499.    sad                          E..V.. sum of absolute differences, fast (default)  
  500.    sse                          E..V.. sum of squared errors  
  501.    satd                         E..V.. sum of absolute Hadamard transformed differences  
  502.    dct                          E..V.. sum of absolute DCT transformed differences  
  503.    psnr                         E..V.. sum of squared quantization errors (avoid, low quality)  
  504.    bit                          E..V.. number of bits needed for the block  
  505.    rd                           E..V.. rate distortion optimal, slow  
  506.    zero                         E..V.. 0  
  507.    vsad                         E..V.. sum of absolute vertical differences  
  508.    vsse                         E..V.. sum of squared vertical differences  
  509.    nsse                         E..V.. noise preserving sum of squared differences  
  510.    w53                          E..V.. 5/3 wavelet, only used in snow  
  511.    w97                          E..V.. 9/7 wavelet, only used in snow  
  512.    dctmax                       E..V..  
  513.    chroma                       E..V..  
  514. -border_mask       <float>      E..V.. increase the quantizer for macroblocks close to borders (from -3.40282e+038 to FLT_MAX)  
  515. -mblmin            <int>        E..V.. minimum macroblock Lagrange factor (VBR) (from 1 to 32767)  
  516. -mblmax            <int>        E..V.. maximum macroblock Lagrange factor (VBR) (from 1 to 32767)  
  517. -mepc              <int>        E..V.. motion estimation bitrate penalty compensation (1.0 = 256) (from INT_MIN to INT_MAX)  
  518. -skip_loop_filter  <int>        .D.V.. (from INT_MIN to INT_MAX)  
  519.    none                         .D.V..  
  520.    default                      .D.V..  
  521.    noref                        .D.V..  
  522.    bidir                        .D.V..  
  523.    nokey                        .D.V..  
  524.    all                          .D.V..  
  525. -skip_idct         <int>        .D.V.. (from INT_MIN to INT_MAX)  
  526.    none                         .D.V..  
  527.    default                      .D.V..  
  528.    noref                        .D.V..  
  529.    bidir                        .D.V..  
  530.    nokey                        .D.V..  
  531.    all                          .D.V..  
  532. -skip_frame        <int>        .D.V.. (from INT_MIN to INT_MAX)  
  533.    none                         .D.V..  
  534.    default                      .D.V..  
  535.    noref                        .D.V..  
  536.    bidir                        .D.V..  
  537.    nokey                        .D.V..  
  538.    all                          .D.V..  
  539. -bidir_refine      <int>        E..V.. refine the two motion vectors used in bidirectional macroblocks (from 0 to 4)  
  540. -brd_scale         <int>        E..V.. downscale frames for dynamic B-frame decision (from 0 to 10)  
  541. -keyint_min        <int>        E..V.. minimum interval between IDR-frames (from INT_MIN to INT_MAX)  
  542. -refs              <int>        E..V.. reference frames to consider for motion compensation (from INT_MIN to INT_MAX)  
  543. -chromaoffset      <int>        E..V.. chroma QP offset from luma (from INT_MIN to INT_MAX)  
  544. -trellis           <int>        E..VA. rate-distortion optimal quantization (from INT_MIN to INT_MAX)  
  545. -sc_factor         <int>        E..V.. multiplied by qscale for each frame and added to scene_change_score (from 0 to INT_MAX)  
  546. -mv0_threshold     <int>        E..V.. (from 0 to INT_MAX)  
  547. -b_sensitivity     <int>        E..V.. adjust sensitivity of b_frame_strategy 1 (from 1 to INT_MAX)  
  548. -compression_level <int>        E..VA. (from INT_MIN to INT_MAX)  
  549. -min_prediction_order <int>        E...A. (from INT_MIN to INT_MAX)  
  550. -max_prediction_order <int>        E...A. (from INT_MIN to INT_MAX)  
  551. -timecode_frame_start       E..V.. GOP timecode frame start number, in non-drop-frame format (from 0 to I64_MAX)  
  552. -request_channels  <int>        .D..A. set desired number of audio channels (from 0 to INT_MAX)  
  553. -channel_layout          ED..A. (from 0 to I64_MAX)  
  554. -request_channel_layout       .D..A. (from 0 to I64_MAX)  
  555. -rc_max_vbv_use    <float>      E..V.. (from 0 to FLT_MAX)  
  556. -rc_min_vbv_use    <float>      E..V.. (from 0 to FLT_MAX)  
  557. -ticks_per_frame   <int>        ED.VA. (from 1 to INT_MAX)  
  558. -color_primaries   <int>        ED.V.. (from 1 to 8)  
  559. -color_trc         <int>        ED.V.. (from 1 to 7)  
  560. -colorspace        <int>        ED.V.. (from 1 to 8)  
  561. -color_range       <int>        ED.V.. (from 0 to 2)  
  562. -chroma_sample_location <int>        ED.V.. (from 0 to 6)  
  563. -slices            <int>        E..V.. number of slices, used in parallelized encoding (from 0 to INT_MAX)  
  564. -thread_type             ED.V.. select multithreading type  
  565.    slice                        ED.V..  
  566.    frame                        ED.V..  
  567. -audio_service_type <int>        E...A. audio service type (from 0 to 8)  
  568.    ma                           E...A. Main Audio Service  
  569.    ef                           E...A. Effects  
  570.    vi                           E...A. Visually Impaired  
  571.    hi                           E...A. Hearing Impaired  
  572.    di                           E...A. Dialogue  
  573.    co                           E...A. Commentary  
  574.    em                           E...A. Emergency  
  575.    vo                           E...A. Voice Over  
  576.    ka                           E...A. Karaoke  
  577. -request_sample_fmt  .D..A. sample format audio decoders should prefer  
  578.   
  579. cljr encoder AVOptions:  
  580. -dither_type       <int>        E..V.. Dither type (from 0 to 2)  
  581.   
  582. dnxhd AVOptions:  
  583. -nitris_compat     <int>        E..V.. encode with Avid Nitris compatibility (from 0 to 1)  
  584.   
  585. ffv1 encoder AVOptions:  
  586. -slicecrc          <int>        E..V.. Protect slices with CRCs (from -1 to 1)  
  587.   
  588. flv encoder AVOptions:  
  589. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  590.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  591.    strict_gop                   E..V.. Strictly enforce gop size  
  592.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  593.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  594. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  595. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  596. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  597.   
  598. frwu Decoder AVOptions:  
  599. -change_field_order <int>        .D.V.. Change field order (from 0 to 1)  
  600.   
  601. gif decoder AVOptions:  
  602. -trans_color       <int>        .D.V.. color value (ARGB) that is used instead of transparent color (from 0 to 4.29497e+009)  
  603.   
  604. h261 encoder AVOptions:  
  605. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  606.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  607.    strict_gop                   E..V.. Strictly enforce gop size  
  608.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  609.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  610. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  611. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  612. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  613.   
  614. H.263 encoder AVOptions:  
  615. -obmc              <int>        E..V.. use overlapped block motion compensation. (from 0 to 1)  
  616. -structured_slices <int>        E..V.. Write slice start position at every GOB header instead of just GOB number. (from 0 to 1)  
  617. -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)  
  618. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  619.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  620.    strict_gop                   E..V.. Strictly enforce gop size  
  621.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  622.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  623. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  624. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  625. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  626.   
  627. H.263p encoder AVOptions:  
  628. -umv               <int>        E..V.. Use unlimited motion vectors. (from 0 to 1)  
  629. -aiv               <int>        E..V.. Use alternative inter VLC. (from 0 to 1)  
  630. -obmc              <int>        E..V.. use overlapped block motion compensation. (from 0 to 1)  
  631. -structured_slices <int>        E..V.. Write slice start position at every GOB header instead of just GOB number. (from 0 to 1)  
  632. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  633.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  634.    strict_gop                   E..V.. Strictly enforce gop size  
  635.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  636.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  637. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  638. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  639. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  640.   
  641. H264 Decoder AVOptions:  
  642.   
  643. MJPEG decoder AVOptions:  
  644. -extern_huff       <int>        .D.V.. Use external huffman table. (from 0 to 1)  
  645.   
  646. mpeg1video encoder AVOptions:  
  647. -gop_timecode           E..V.. MPEG GOP Timecode in hh:mm:ss[:;.]ff format  
  648. -intra_vlc         <int>        E..V.. Use MPEG-2 intra VLC table. (from 0 to 1)  
  649. -drop_frame_timecode <int>        E..V.. Timecode is in drop frame format. (from 0 to 1)  
  650. -scan_offset       <int>        E..V.. Reserve space for SVCD scan offset user data. (from 0 to 1)  
  651. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  652.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  653.    strict_gop                   E..V.. Strictly enforce gop size  
  654.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  655.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  656. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  657. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  658. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  659.   
  660. mpeg2video encoder AVOptions:  
  661. -gop_timecode           E..V.. MPEG GOP Timecode in hh:mm:ss[:;.]ff format  
  662. -intra_vlc         <int>        E..V.. Use MPEG-2 intra VLC table. (from 0 to 1)  
  663. -drop_frame_timecode <int>        E..V.. Timecode is in drop frame format. (from 0 to 1)  
  664. -scan_offset       <int>        E..V.. Reserve space for SVCD scan offset user data. (from 0 to 1)  
  665. -non_linear_quant  <int>        E..V.. Use nonlinear quantizer. (from 0 to 1)  
  666. -alternate_scan    <int>        E..V.. Enable alternate scantable. (from 0 to 1)  
  667. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  668.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  669.    strict_gop                   E..V.. Strictly enforce gop size  
  670.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  671.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  672. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  673. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  674. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  675.   
  676. MPEG4 encoder AVOptions:  
  677. -data_partitioning <int>        E..V.. Use data partitioning. (from 0 to 1)  
  678. -alternate_scan    <int>        E..V.. Enable alternate scantable. (from 0 to 1)  
  679. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  680.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  681.    strict_gop                   E..V.. Strictly enforce gop size  
  682.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  683.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  684. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  685. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  686. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  687.   
  688. MPEG4 Video Decoder AVOptions:  
  689.   
  690. msmpeg4v2 encoder AVOptions:  
  691. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  692.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  693.    strict_gop                   E..V.. Strictly enforce gop size  
  694.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  695.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  696. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  697. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  698. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  699.   
  700. msmpeg4v3 encoder AVOptions:  
  701. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  702.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  703.    strict_gop                   E..V.. Strictly enforce gop size  
  704.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  705.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  706. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  707. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  708. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  709.   
  710. ProRes encoder AVOptions:  
  711. -mbs_per_slice     <int>        E..V.. macroblocks per slice (from 1 to 8)  
  712. -profile           <int>        E..V.. (from 0 to 3)  
  713.    proxy                        E..V..  
  714.    lt                           E..V..  
  715.    standard                     E..V..  
  716.    hq                           E..V..  
  717. -vendor                 E..V.. vendor ID  
  718. -bits_per_mb       <int>        E..V.. desired bits per macroblock (from 0 to 8192)  
  719. -quant_mat         <int>        E..V.. quantiser matrix (from -1 to 4)  
  720.    auto                         E..V..  
  721.    proxy                        E..V..  
  722.    lt                           E..V..  
  723.    standard                     E..V..  
  724.    hq                           E..V..  
  725.    default                      E..V..  
  726.   
  727. rawdec AVOptions:  
  728. -top               <int>        .D.V.. top field first (from -1 to 1)  
  729.   
  730. rv10 encoder AVOptions:  
  731. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  732.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  733.    strict_gop                   E..V.. Strictly enforce gop size  
  734.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  735.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  736. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  737. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  738. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  739.   
  740. rv20 encoder AVOptions:  
  741. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  742.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  743.    strict_gop                   E..V.. Strictly enforce gop size  
  744.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  745.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  746. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  747. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  748. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  749.   
  750. snow encoder AVOptions:  
  751. -memc_only         <int>        E..V.. Only do ME/MC (I frames -> ref, P frame -> ME+MC). (from 0 to 1)  
  752. -no_bitstream      <int>        E..V.. Skip final bitstream writeout. (from 0 to 1)  
  753.   
  754. TIFF encoder AVOptions:  
  755. -dpi               <int>        E..V.. set the image resolution (in dpi) (from 1 to 65536)  
  756. -compression_algo  <int>        E..V.. (from 1 to 32946)  
  757.    packbits                     E..V..  
  758.    raw                          E..V..  
  759.    lzw                          E..V..  
  760.    deflate                      E..V..  
  761.   
  762. V210 Decoder AVOptions:  
  763. -custom_stride     <int>        .D.V.. Custom V210 stride (from INT_MIN to INT_MAX)  
  764.   
  765. wmv1 encoder AVOptions:  
  766. -mpv_flags               E..V.. Flags common for all mpegvideo-based encoders.  
  767.    skip_rd                      E..V.. RD optimal MB level residual skipping  
  768.    strict_gop                   E..V.. Strictly enforce gop size  
  769.    qp_rd                        E..V.. Use rate distortion optimization for qp selection  
  770.    cbp_rd                       E..V.. use rate distortion optimization for CBP  
  771. -luma_elim_threshold <int>        E..V.. single coefficient elimination threshold for luminance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  772. -chroma_elim_threshold <int>        E..V.. single coefficient elimination threshold for chrominance (negative values also consider dc coefficient) (from INT_MIN to INT_MAX)  
  773. -quantizer_noise_shaping <int>        E..V.. (from 0 to INT_MAX)  
  774.   
  775. AAC encoder AVOptions:  
  776. -stereo_mode       <int>        E...A. Stereo coding method (from -1 to 1)  
  777.    auto                         E...A. Selected by the Encoder  
  778.    ms_off                       E...A. Disable Mid/Side coding  
  779.    ms_force                     E...A. Force Mid/Side for the whole frame if possible  
  780. -aac_coder         <int>        E...A.  (from 0 to 3)  
  781.   
  782. AAC decoder AVOptions:  
  783. -dual_mono_mode    <int>        .D..A. Select the channel to decode for dual mono (from -1 to 2)  
  784.    auto                         .D..A. autoselection  
  785.    main                         .D..A. Select Main/Left channel  
  786.    sub                          .D..A. Select Sub/Right channel  
  787.    both                         .D..A. Select both channels  
  788.   
  789. AC-3 Encoder AVOptions:  
  790. -per_frame_metadata <int>        E...A. Allow Changing Metadata Per-Frame (from 0 to 1)  
  791. -center_mixlev     <float>      E...A. Center Mix Level (from 0 to 1)  
  792. -surround_mixlev   <float>      E...A. Surround Mix Level (from 0 to 1)  
  793. -mixing_level      <int>        E...A. Mixing Level (from -1 to 111)  
  794. -room_type         <int>        E...A. Room Type (from -1 to 2)  
  795.    notindicated                 E...A. Not Indicated (default)  
  796.    large                        E...A. Large Room  
  797.    small                        E...A. Small Room  
  798. -copyright         <int>        E...A. Copyright Bit (from -1 to 1)  
  799. -dialnorm          <int>        E...A. Dialogue Level (dB) (from -31 to -1)  
  800. -dsur_mode         <int>        E...A. Dolby Surround Mode (from -1 to 2)  
  801.    notindicated                 E...A. Not Indicated (default)  
  802.    on                           E...A. Dolby Surround Encoded  
  803.    off                          E...A. Not Dolby Surround Encoded  
  804. -original          <int>        E...A. Original Bit Stream (from -1 to 1)  
  805. -dmix_mode         <int>        E...A. Preferred Stereo Downmix Mode (from -1 to 2)  
  806.    notindicated                 E...A. Not Indicated (default)  
  807.    ltrt                         E...A. Lt/Rt Downmix Preferred  
  808.    loro                         E...A. Lo/Ro Downmix Preferred  
  809. -ltrt_cmixlev      <float>      E...A. Lt/Rt Center Mix Level (from -1 to 2)  
  810. -ltrt_surmixlev    <float>      E...A. Lt/Rt Surround Mix Level (from -1 to 2)  
  811. -loro_cmixlev      <float>      E...A. Lo/Ro Center Mix Level (from -1 to 2)  
  812. -loro_surmixlev    <float>      E...A. Lo/Ro Surround Mix Level (from -1 to 2)  
  813. -dsurex_mode       <int>        E...A. Dolby Surround EX Mode (from -1 to 2)  
  814.    notindicated                 E...A. Not Indicated (default)  
  815.    on                           E...A. Dolby Surround EX Encoded  
  816.    off                          E...A. Not Dolby Surround EX Encoded  
  817. -dheadphone_mode   <int>        E...A. Dolby Headphone Mode (from -1 to 2)  
  818.    notindicated                 E...A. Not Indicated (default)  
  819.    on                           E...A. Dolby Headphone Encoded  
  820.    off                          E...A. Not Dolby Headphone Encoded  
  821. -ad_conv_type      <int>        E...A. A/D Converter Type (from -1 to 1)  
  822.    standard                     E...A. Standard (default)  
  823.    hdcd                         E...A. HDCD  
  824. -stereo_rematrixing <int>        E...A. Stereo Rematrixing (from 0 to 1)  
  825. -channel_coupling  <int>        E...A. Channel Coupling (from -1 to 1)  
  826.    auto                         E...A. Selected by the Encoder  
  827. -cpl_start_band    <int>        E...A. Coupling Start Band (from -1 to 15)  
  828.    auto                         E...A. Selected by the Encoder  
  829.   
  830. AC3 decoder AVOptions:  
  831. -drc_scale         <float>      .D..A. percentage of dynamic range compression to apply (from 0 to 1)  
  832.   
  833. Fixed-Point AC-3 Encoder AVOptions:  
  834. -per_frame_metadata <int>        E...A. Allow Changing Metadata Per-Frame (from 0 to 1)  
  835. -center_mixlev     <float>      E...A. Center Mix Level (from 0 to 1)  
  836. -surround_mixlev   <float>      E...A. Surround Mix Level (from 0 to 1)  
  837. -mixing_level      <int>        E...A. Mixing Level (from -1 to 111)  
  838. -room_type         <int>        E...A. Room Type (from -1 to 2)  
  839.    notindicated                 E...A. Not Indicated (default)  
  840.    large                        E...A. Large Room  
  841.    small                        E...A. Small Room  
  842. -copyright         <int>        E...A. Copyright Bit (from -1 to 1)  
  843. -dialnorm          <int>        E...A. Dialogue Level (dB) (from -31 to -1)  
  844. -dsur_mode         <int>        E...A. Dolby Surround Mode (from -1 to 2)  
  845.    notindicated                 E...A. Not Indicated (default)  
  846.    on                           E...A. Dolby Surround Encoded  
  847.    off                          E...A. Not Dolby Surround Encoded  
  848. -original          <int>        E...A. Original Bit Stream (from -1 to 1)  
  849. -dmix_mode         <int>        E...A. Preferred Stereo Downmix Mode (from -1 to 2)  
  850.    notindicated                 E...A. Not Indicated (default)  
  851.    ltrt                         E...A. Lt/Rt Downmix Preferred  
  852.    loro                         E...A. Lo/Ro Downmix Preferred  
  853. -ltrt_cmixlev      <float>      E...A. Lt/Rt Center Mix Level (from -1 to 2)  
  854. -ltrt_surmixlev    <float>      E...A. Lt/Rt Surround Mix Level (from -1 to 2)  
  855. -loro_cmixlev      <float>      E...A. Lo/Ro Center Mix Level (from -1 to 2)  
  856. -loro_surmixlev    <float>      E...A. Lo/Ro Surround Mix Level (from -1 to 2)  
  857. -dsurex_mode       <int>        E...A. Dolby Surround EX Mode (from -1 to 2)  
  858.    notindicated                 E...A. Not Indicated (default)  
  859.    on                           E...A. Dolby Surround EX Encoded  
  860.    off                          E...A. Not Dolby Surround EX Encoded  
  861. -dheadphone_mode   <int>        E...A. Dolby Headphone Mode (from -1 to 2)  
  862.    notindicated                 E...A. Not Indicated (default)  
  863.    on                           E...A. Dolby Headphone Encoded  
  864.    off                          E...A. Not Dolby Headphone Encoded  
  865. -ad_conv_type      <int>        E...A. A/D Converter Type (from -1 to 1)  
  866.    standard                     E...A. Standard (default)  
  867.    hdcd                         E...A. HDCD  
  868. -stereo_rematrixing <int>        E...A. Stereo Rematrixing (from 0 to 1)  
  869. -channel_coupling  <int>        E...A. Channel Coupling (from -1 to 1)  
  870.    auto                         E...A. Selected by the Encoder  
  871. -cpl_start_band    <int>        E...A. Coupling Start Band (from -1 to 15)  
  872.    auto                         E...A. Selected by the Encoder  
  873.   
  874. APE decoder AVOptions:  
  875. -max_samples       <int>        .D..A. maximum number of samples decoded per call (from 1 to INT_MAX)  
  876.    all                          .D..A. no maximum. decode all samples for each packet at once  
  877.   
  878. E-AC-3 Encoder AVOptions:  
  879. -per_frame_metadata <int>        E...A. Allow Changing Metadata Per-Frame (from 0 to 1)  
  880. -mixing_level      <int>        E...A. Mixing Level (from -1 to 111)  
  881. -room_type         <int>        E...A. Room Type (from -1 to 2)  
  882.    notindicated                 E...A. Not Indicated (default)  
  883.    large                        E...A. Large Room  
  884.    small                        E...A. Small Room  
  885. -copyright         <int>        E...A. Copyright Bit (from -1 to 1)  
  886. -dialnorm          <int>        E...A. Dialogue Level (dB) (from -31 to -1)  
  887. -dsur_mode         <int>        E...A. Dolby Surround Mode (from -1 to 2)  
  888.    notindicated                 E...A. Not Indicated (default)  
  889.    on                           E...A. Dolby Surround Encoded  
  890.    off                          E...A. Not Dolby Surround Encoded  
  891. -original          <int>        E...A. Original Bit Stream (from -1 to 1)  
  892. -dmix_mode         <int>        E...A. Preferred Stereo Downmix Mode (from -1 to 2)  
  893.    notindicated                 E...A. Not Indicated (default)  
  894.    ltrt                         E...A. Lt/Rt Downmix Preferred  
  895.    loro                         E...A. Lo/Ro Downmix Preferred  
  896. -ltrt_cmixlev      <float>      E...A. Lt/Rt Center Mix Level (from -1 to 2)  
  897. -ltrt_surmixlev    <float>      E...A. Lt/Rt Surround Mix Level (from -1 to 2)  
  898. -loro_cmixlev      <float>      E...A. Lo/Ro Center Mix Level (from -1 to 2)  
  899. -loro_surmixlev    <float>      E...A. Lo/Ro Surround Mix Level (from -1 to 2)  
  900. -dsurex_mode       <int>        E...A. Dolby Surround EX Mode (from -1 to 2)  
  901.    notindicated                 E...A. Not Indicated (default)  
  902.    on                           E...A. Dolby Surround EX Encoded  
  903.    off                          E...A. Not Dolby Surround EX Encoded  
  904. -dheadphone_mode   <int>        E...A. Dolby Headphone Mode (from -1 to 2)  
  905.    notindicated                 E...A. Not Indicated (default)  
  906.    on                           E...A. Dolby Headphone Encoded  
  907.    off                          E...A. Not Dolby Headphone Encoded  
  908. -ad_conv_type      <int>        E...A. A/D Converter Type (from -1 to 1)  
  909.    standard                     E...A. Standard (default)  
  910.    hdcd                         E...A. HDCD  
  911. -stereo_rematrixing <int>        E...A. Stereo Rematrixing (from 0 to 1)  
  912. -channel_coupling  <int>        E...A. Channel Coupling (from -1 to 1)  
  913.    auto                         E...A. Selected by the Encoder  
  914. -cpl_start_band    <int>        E...A. Coupling Start Band (from -1 to 15)  
  915.    auto                         E...A. Selected by the Encoder  
  916.   
  917. E-AC3 decoder AVOptions:  
  918. -drc_scale         <float>      .D..A. percentage of dynamic range compression to apply (from 0 to 1)  
  919.   
  920. FLAC encoder AVOptions:  
  921. -lpc_coeff_precision <int>        E...A. LPC coefficient precision (from 0 to 15)  
  922. -lpc_type          <int>        E...A. LPC algorithm (from -1 to 3)  
  923.    none                         E...A.  
  924.    fixed                        E...A.  
  925.    levinson                     E...A.  
  926.    cholesky                     E...A.  
  927. -lpc_passes        <int>        E...A. Number of passes to use for Cholesky factorization during LPC analysis (from 1 to INT_MAX)  
  928. -min_partition_order <int>        E...A. (from -1 to 8)  
  929. -max_partition_order <int>        E...A. (from -1 to 8)  
  930. -prediction_order_method <int>        E...A. Search method for selecting prediction order (from -1 to 5)  
  931.    estimation                   E...A.  
  932.    2level                       E...A.  
  933.    4level                       E...A.  
  934.    8level                       E...A.  
  935.    search                       E...A.  
  936.    log                          E...A.  
  937. -ch_mode           <int>        E...A. Stereo decorrelation mode (from -1 to 3)  
  938.    auto                         E...A.  
  939.    indep                        E...A.  
  940.    left_side                    E...A.  
  941.    right_side                   E...A.  
  942.    mid_side                     E...A.  
  943.   
  944. G.723.1 decoder AVOptions:  
  945. -postfilter        <int>        .D..A. postfilter on/off (from 0 to 1)  
  946.   
  947. g722 decoder AVOptions:  
  948. -bits_per_codeword       .D..A. Bits per G722 codeword  
  949.   
  950. g726 AVOptions:  
  951. -code_size         <int>        E...A. Bits per code (from 2 to 5)  
  952.   
  953. dvdsubdec AVOptions:  
  954. -palette                .D...S set the global palette  
  955.   
  956. PGS subtitle decoder AVOptions:  
  957. -forced_subs_only  <int>        .D...S Only show forced subtitles (from 0 to 1)  
  958.   
  959. pjs decoder AVOptions:  
  960. -keep_ass_markup   <int>        .D...S Set if ASS tags must be escaped (from 0 to 1)  
  961.   
  962. subviewer1 decoder AVOptions:  
  963. -keep_ass_markup   <int>        .D...S Set if ASS tags must be escaped (from 0 to 1)  
  964.   
  965. text decoder AVOptions:  
  966. -keep_ass_markup   <int>        .D...S Set if ASS tags must be escaped (from 0 to 1)  
  967.   
  968. vplayer decoder AVOptions:  
  969. -keep_ass_markup   <int>        .D...S Set if ASS tags must be escaped (from 0 to 1)  
  970.   
  971. libmp3lame encoder AVOptions:  
  972. -reservoir         <int>        E...A. Use bit reservoir. (from 0 to 1)  
  973.   
  974. libopencore_amrnb AVOptions:  
  975. -dtx               <int>        E...A. Allow DTX (generate comfort noise) (from 0 to 1)  
  976.   
  977. libopenjpeg AVOptions:  
  978. -format            <int>        E..V.. Codec Format (from 0 to 2)  
  979.    j2k                          E..V..  
  980.    jp2                          E..V..  
  981. -profile           <int>        E..V.. (from 0 to 4)  
  982.    jpeg2000                     E..V..  
  983.    cinema2k                     E..V..  
  984.    cinema4k                     E..V..  
  985. -cinema_mode       <int>        E..V.. Digital Cinema (from 0 to 3)  
  986.    off                          E..V..  
  987.    2k_24                        E..V..  
  988.    2k_48                        E..V..  
  989.    4k_24                        E..V..  
  990. -prog_order        <int>        E..V.. Progression Order (from 0 to 4)  
  991.    lrcp                         E..V..  
  992.    rlcp                         E..V..  
  993.    rpcl                         E..V..  
  994.    pcrl                         E..V..  
  995.    cprl                         E..V..  
  996. -numresolution     <int>        E..V.. (from 1 to INT_MAX)  
  997. -numlayers         <int>        E..V.. (from 1 to 10)  
  998. -disto_alloc       <int>        E..V.. (from 0 to 1)  
  999. -fixed_alloc       <int>        E..V.. (from 0 to 1)  
  1000. -fixed_quality     <int>        E..V.. (from 0 to 1)  
  1001.   
  1002. libopenjpeg AVOptions:  
  1003. -lowqual           <int>        .D.V.. Limit the number of layers used for decoding (from 0 to INT_MAX)  
  1004.   
  1005. libopus AVOptions:  
  1006. -application       <int>        E...A. Intended application type (from 2048 to 2051)  
  1007.    voip                         E...A. Favor improved speech intelligibility  
  1008.    audio                        E...A. Favor faithfulness to the input  
  1009.    lowdelay                     E...A. Restrict to only the lowest delay modes  
  1010. -frame_duration    <float>      E...A. Duration of a frame in milliseconds (from 2.5 to 60)  
  1011. -packet_loss       <int>        E...A. Expected packet loss percentage (from 0 to 100)  
  1012. -vbr               <int>        E...A. Variable bit rate mode (from 0 to 2)  
  1013.    off                          E...A. Use constant bit rate  
  1014.    on                           E...A. Use variable bit rate  
  1015.    constrained                  E...A. Use constrained VBR  
  1016.   
  1017. libspeex AVOptions:  
  1018. -abr               <int>        E...A. Use average bit rate (from 0 to 1)  
  1019. -cbr_quality       <int>        E...A. Set quality value (0 to 10for CBR (from 0 to 10)  
  1020. -frames_per_packet <int>        E...A. Number of frames to encode in each packet (from 1 to 8)  
  1021. -vad               <int>        E...A. Voice Activity Detection (from 0 to 1)  
  1022. -dtx               <int>        E...A. Discontinuous Transmission (from 0 to 1)  
  1023.   
  1024. libtwolame encoder AVOptions:  
  1025. -mode              <int>        E...A. Mpeg Mode (from -1 to 3)  
  1026.    auto                         E...A.  
  1027.    stereo                       E...A.  
  1028.    joint_stereo                 E...A.  
  1029.    dual_channel                 E...A.  
  1030.    mono                         E...A.  
  1031. -psymodel          <int>        E...A. Psychoacoustic Model (from -1 to 4)  
  1032. -energy_levels     <int>        E...A. enable energy levels (from 0 to 1)  
  1033. -error_protection  <int>        E...A. enable CRC error protection (from 0 to 1)  
  1034. -copyright         <int>        E...A. set MPEG Audio Copyright flag (from 0 to 1)  
  1035. -original          <int>        E...A. set MPEG Audio Original flag (from 0 to 1)  
  1036.   
  1037. libvo_amrwbenc AVOptions:  
  1038. -dtx               <int>        E...A. Allow DTX (generate comfort noise) (from 0 to 1)  
  1039.   
  1040. libvorbis AVOptions:  
  1041. -iblock            <double>     E...A. Sets the impulse block bias (from -15 to 0)  
  1042.   
  1043. libvpx encoder AVOptions:  
  1044. -cpu-used          <int>        E..V.. Quality/Speed ratio modifier (from INT_MIN to INT_MAX)  
  1045. -auto-alt-ref      <int>        E..V.. Enable use of alternate reference frames (2-pass only) (from -1 to 1)  
  1046. -lag-in-frames     <int>        E..V.. Number of frames to look ahead for alternate reference frame selection (from -1 to INT_MAX)  
  1047. -arnr-maxframes    <int>        E..V.. altref noise reduction max frame count (from -1 to INT_MAX)  
  1048. -arnr-strength     <int>        E..V.. altref noise reduction filter strength (from -1 to INT_MAX)  
  1049. -arnr-type         <int>        E..V.. altref noise reduction filter type (from -1 to INT_MAX)  
  1050.    backward                     E..V..  
  1051.    forward                      E..V..  
  1052.    centered                     E..V..  
  1053. -deadline          <int>        E..V.. Time to spend encoding, in microseconds. (from INT_MIN to INT_MAX)  
  1054.    best                         E..V..  
  1055.    good                         E..V..  
  1056.    realtime                     E..V..  
  1057. -error-resilient         E..V.. Error resilience configuration  
  1058.    default                      E..V.. Improve resiliency against losses of whole frames  
  1059.    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.  
  1060. -max-intra-rate    <int>        E..V.. Maximum I-frame bitrate (pct) 0=unlimited (from -1 to INT_MAX)  
  1061. -speed             <int>        E..V..  (from -16 to 16)  
  1062. -quality           <int>        E..V..  (from INT_MIN to INT_MAX)  
  1063.    best                         E..V..  
  1064.    good                         E..V..  
  1065.    realtime                     E..V..  
  1066. -vp8flags                E..V..   
  1067.    error_resilient              E..V.. enable error resilience  
  1068.    altref                       E..V.. enable use of alternate reference frames (VP8/2-pass only)  
  1069. -arnr_max_frames   <int>        E..V.. altref noise reduction max frame count (from 0 to 15)  
  1070. -arnr_strength     <int>        E..V.. altref noise reduction filter strength (from 0 to 6)  
  1071. -arnr_type         <int>        E..V.. altref noise reduction filter type (from 1 to 3)  
  1072. -rc_lookahead      <int>        E..V.. Number of frames to look ahead for alternate reference frame selection (from 0 to 25)  
  1073. -crf               <int>        E..V.. Select the quality for constant quality mode (from 0 to 63)  
  1074.   
  1075. libx264 AVOptions:  
  1076. -preset                 E..V.. Set the encoding preset (cf. x264 --fullhelp)  
  1077. -tune                   E..V.. Tune the encoding params (cf. x264 --fullhelp)  
  1078. -profile                E..V.. Set profile restrictions (cf. x264 --fullhelp)   
  1079. -fastfirstpass     <int>        E..V.. Use fast settings when encoding first pass (from 0 to 1)  
  1080. -level                  E..V.. Specify level (as defined by Annex A)  
  1081. -passlogfile            E..V.. Filename for 2 pass stats  
  1082. -wpredp                 E..V.. Weighted prediction for P-frames  
  1083. -x264opts               E..V.. x264 options  
  1084. -crf               <float>      E..V.. Select the quality for constant quality mode (from -1 to FLT_MAX)  
  1085. -crf_max           <float>      E..V.. In CRF mode, prevents VBV from lowering quality beyond this point. (from -1 to FLT_MAX)  
  1086. -qp                <int>        E..V.. Constant quantization parameter rate control method (from -1 to INT_MAX)  
  1087. -aq-mode           <int>        E..V.. AQ method (from -1 to INT_MAX)  
  1088.    none                         E..V..  
  1089.    variance                     E..V.. Variance AQ (complexity mask)  
  1090.    autovariance                 E..V.. Auto-variance AQ (experimental)  
  1091. -aq-strength       <float>      E..V.. AQ strength. Reduces blocking and blurring in flat and textured areas. (from -1 to FLT_MAX)  
  1092. -psy               <int>        E..V.. Use psychovisual optimizations. (from -1 to 1)  
  1093. -psy-rd                 E..V.. Strength of psychovisual optimization, in : format.  
  1094. -rc-lookahead      <int>        E..V.. Number of frames to look ahead for frametype and ratecontrol (from -1 to INT_MAX)  
  1095. -weightb           <int>        E..V.. Weighted prediction for B-frames. (from -1 to 1)  
  1096. -weightp           <int>        E..V.. Weighted prediction analysis method. (from -1 to INT_MAX)  
  1097.    none                         E..V..  
  1098.    simple                       E..V..  
  1099.    smart                        E..V..  
  1100. -ssim              <int>        E..V.. Calculate and print SSIM stats. (from -1 to 1)  
  1101. -intra-refresh     <int>        E..V.. Use Periodic Intra Refresh instead of IDR frames. (from -1 to 1)  
  1102. -b-bias            <int>        E..V.. Influences how often B-frames are used (from INT_MIN to INT_MAX)  
  1103. -b-pyramid         <int>        E..V.. Keep some B-frames as references. (from -1 to INT_MAX)  
  1104.    none                         E..V..  
  1105.    strict                       E..V.. Strictly hierarchical pyramid  
  1106.    normal                       E..V.. Non-strict (not Blu-ray compatible)  
  1107. -mixed-refs        <int>        E..V.. One reference per partition, as opposed to one reference per macroblock (from -1 to 1)  
  1108. -8x8dct            <int>        E..V.. High profile 8x8 transform. (from -1 to 1)  
  1109. -fast-pskip        <int>        E..V.. (from -1 to 1)  
  1110. -aud               <int>        E..V.. Use access unit delimiters. (from -1 to 1)  
  1111. -mbtree            <int>        E..V.. Use macroblock tree ratecontrol. (from -1 to 1)  
  1112. -deblock                E..V.. Loop filter parameters, in  form.  
  1113. -cplxblur          <float>      E..V.. Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX)  
  1114. -partitions             E..V.. A comma-separated list of partitions to consider. Possible values: p8x8, p4x4, b8x8, i8x8, i4x4, none, all  
  1115. -direct-pred       <int>        E..V.. Direct MV prediction mode (from -1 to INT_MAX)  
  1116.    none                         E..V..  
  1117.    spatial                      E..V..  
  1118.    temporal                     E..V..  
  1119.    auto                         E..V..  
  1120. -slice-max-size    <int>        E..V.. Limit the size of each slice in bytes (from -1 to INT_MAX)  
  1121. -stats                  E..V.. Filename for 2 pass stats  
  1122. -nal-hrd           <int>        E..V.. Signal HRD information (requires vbv-bufsize; cbr not allowed in .mp4) (from -1 to INT_MAX)  
  1123.    none                         E..V..  
  1124.    vbr                          E..V..  
  1125.    cbr                          E..V..  
  1126.   
  1127. libx264rgb AVOptions:  
  1128. -preset                 E..V.. Set the encoding preset (cf. x264 --fullhelp)  
  1129. -tune                   E..V.. Tune the encoding params (cf. x264 --fullhelp)  
  1130. -profile                E..V.. Set profile restrictions (cf. x264 --fullhelp)   
  1131. -fastfirstpass     <int>        E..V.. Use fast settings when encoding first pass (from 0 to 1)  
  1132. -level                  E..V.. Specify level (as defined by Annex A)  
  1133. -passlogfile            E..V.. Filename for 2 pass stats  
  1134. -wpredp                 E..V.. Weighted prediction for P-frames  
  1135. -x264opts               E..V.. x264 options  
  1136. -crf               <float>      E..V.. Select the quality for constant quality mode (from -1 to FLT_MAX)  
  1137. -crf_max           <float>      E..V.. In CRF mode, prevents VBV from lowering quality beyond this point. (from -1 to FLT_MAX)  
  1138. -qp                <int>        E..V.. Constant quantization parameter rate control method (from -1 to INT_MAX)  
  1139. -aq-mode           <int>        E..V.. AQ method (from -1 to INT_MAX)  
  1140.    none                         E..V..  
  1141.    variance                     E..V.. Variance AQ (complexity mask)  
  1142.    autovariance                 E..V.. Auto-variance AQ (experimental)  
  1143. -aq-strength       <float>      E..V.. AQ strength. Reduces blocking and blurring in flat and textured areas. (from -1 to FLT_MAX)  
  1144. -psy               <int>        E..V.. Use psychovisual optimizations. (from -1 to 1)  
  1145. -psy-rd                 E..V.. Strength of psychovisual optimization, in : format.  
  1146. -rc-lookahead      <int>        E..V.. Number of frames to look ahead for frametype and ratecontrol (from -1 to INT_MAX)  
  1147. -weightb           <int>        E..V.. Weighted prediction for B-frames. (from -1 to 1)  
  1148. -weightp           <int>        E..V.. Weighted prediction analysis method. (from -1 to INT_MAX)  
  1149.    none                         E..V..  
  1150.    simple                       E..V..  
  1151.    smart                        E..V..  
  1152. -ssim              <int>        E..V.. Calculate and print SSIM stats. (from -1 to 1)  
  1153. -intra-refresh     <int>        E..V.. Use Periodic Intra Refresh instead of IDR frames. (from -1 to 1)  
  1154. -b-bias            <int>        E..V.. Influences how often B-frames are used (from INT_MIN to INT_MAX)  
  1155. -b-pyramid         <int>        E..V.. Keep some B-frames as references. (from -1 to INT_MAX)  
  1156.    none                         E..V..  
  1157.    strict                       E..V.. Strictly hierarchical pyramid  
  1158.    normal                       E..V.. Non-strict (not Blu-ray compatible)  
  1159. -mixed-refs        <int>        E..V.. One reference per partition, as opposed to one reference per macroblock (from -1 to 1)  
  1160. -8x8dct            <int>        E..V.. High profile 8x8 transform. (from -1 to 1)  
  1161. -fast-pskip        <int>        E..V.. (from -1 to 1)  
  1162. -aud               <int>        E..V.. Use access unit delimiters. (from -1 to 1)  
  1163. -mbtree            <int>        E..V.. Use macroblock tree ratecontrol. (from -1 to 1)  
  1164. -deblock                E..V.. Loop filter parameters, in  form.  
  1165. -cplxblur          <float>      E..V.. Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX)  
  1166. -partitions             E..V.. A comma-separated list of partitions to consider. Possible values: p8x8, p4x4, b8x8, i8x8, i4x4, none, all  
  1167. -direct-pred       <int>        E..V.. Direct MV prediction mode (from -1 to INT_MAX)  
  1168.    none                         E..V..  
  1169.    spatial                      E..V..  
  1170.    temporal                     E..V..  
  1171.    auto                         E..V..  
  1172. -slice-max-size    <int>        E..V.. Limit the size of each slice in bytes (from -1 to INT_MAX)  
  1173. -stats                  E..V.. Filename for 2 pass stats  
  1174. -nal-hrd           <int>        E..V.. Signal HRD information (requires vbv-bufsize; cbr not allowed in .mp4) (from -1 to INT_MAX)  
  1175.    none                         E..V..  
  1176.    vbr                          E..V..  
  1177.    cbr                          E..V..  
  1178.   
  1179. libxavs AVOptions:  
  1180. -crf               <float>      E..V.. Select the quality for constant quality mode (from -1 to FLT_MAX)  
  1181. -qp                <int>        E..V.. Constant quantization parameter rate control method (from -1 to INT_MAX)  
  1182. -b-bias            <int>        E..V.. Influences how often B-frames are used (from INT_MIN to INT_MAX)  
  1183. -cplxblur          <float>      E..V.. Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX)  
  1184. -direct-pred       <int>        E..V.. Direct MV prediction mode (from -1 to INT_MAX)  
  1185.    none                         E..V..  
  1186.    spatial                      E..V..  
  1187.    temporal                     E..V..  
  1188.    auto                         E..V..  
  1189. -aud               <int>        E..V.. Use access unit delimiters. (from -1 to 1)  
  1190. -mbtree            <int>        E..V.. Use macroblock tree ratecontrol. (from -1 to 1)  
  1191. -mixed-refs        <int>        E..V.. One reference per partition, as opposed to one reference per macroblock (from -1 to 1)  
  1192. -fast-pskip        <int>        E..V.. (from -1 to 1)  
  1193.   
  1194. AVFormatContext AVOptions:  
  1195. -avioflags               ED....  
  1196.    direct                       ED.... reduce buffering  
  1197. -probesize         <int>        .D.... set probing size (from 32 to INT_MAX)  
  1198. -packetsize        <int>        E..... set packet size (from 0 to INT_MAX)  
  1199. -fflags                  ED....  
  1200.    ignidx                       .D.... ignore index  
  1201.    genpts                       .D.... generate pts  
  1202.    nofillin                     .D.... do not fill in missing values that can be exactly calculated  
  1203.    noparse                      .D.... disable AVParsers, this needs nofillin too  
  1204.    igndts                       .D.... ignore dts  
  1205.    discardcorrupt               .D.... discard corrupted frames  
  1206.    sortdts                      .D.... try to interleave outputted packets by dts  
  1207.    keepside                     .D.... dont merge side data  
  1208.    latm                         E..... enable RTP MP4A-LATM payload  
  1209.    nobuffer                     .D.... reduce the latency introduced by optional buffering  
  1210. -analyzeduration   <int>        .D.... specify how many microseconds are analyzed to probe the input (from 0 to INT_MAX)  
  1211. -cryptokey              .D.... decryption key  
  1212. -indexmem          <int>        .D.... max memory used for timestamp index (per stream) (from 0 to INT_MAX)  
  1213. -rtbufsize         <int>        .D.... max memory used for buffering real-time frames (from 0 to INT_MAX)  
  1214. -fdebug                  ED.... print specific debug info  
  1215.    ts                           ED....  
  1216. -max_delay         <int>        ED.... maximum muxing or demuxing delay in microseconds (from -1 to INT_MAX)  
  1217. -fpsprobesize      <int>        .D.... number of frames used to probe fps (from -1 to 2.14748e+009)  
  1218. -audio_preload     <int>        E..... microseconds by which audio packets should be interleaved earlier (from 0 to 2.14748e+009)  
  1219. -chunk_duration    <int>        E..... microseconds for each chunk (from 0 to 2.14748e+009)  
  1220. -chunk_size        <int>        E..... size in bytes for each chunk (from 0 to 2.14748e+009)  
  1221. -f_err_detect            .D.... set error detection flags (deprecated; use err_detect, save via avconv)  
  1222.    crccheck                     .D.... verify embedded CRCs  
  1223.    bitstream                    .D.... detect bitstream specification deviations  
  1224.    buffer                       .D.... detect improper bitstream length  
  1225.    explode                      .D.... abort decoding on minor error detection  
  1226.    careful                      .D.... consider things that violate the spec and have not been seen in the wild as errors  
  1227.    compliant                    .D.... consider all spec non compliancies as errors  
  1228.    aggressive                   .D.... consider things that a sane encoder shouldnt do as an error  
  1229. -err_detect              .D.... set error detection flags  
  1230.    crccheck                     .D.... verify embedded CRCs  
  1231.    bitstream                    .D.... detect bitstream specification deviations  
  1232.    buffer                       .D.... detect improper bitstream length  
  1233.    explode                      .D.... abort decoding on minor error detection  
  1234.    careful                      .D.... consider things that violate the spec and have not been seen in the wild as errors  
  1235.    compliant                    .D.... consider all spec non compliancies as errors  
  1236.    aggressive                   .D.... consider things that a sane encoder shouldnt do as an error  
  1237. -use_wallclock_as_timestamps <int>        .D.... use wallclock as timestamps (from 0 to 2.14748e+009)  
  1238. -avoid_negative_ts <int>        E..... shift timestamps to make them positive. 1 enables, 0 disables, default of -1 enables when required by target format. (from -1 to 1)  
  1239. -skip_initial_bytes <int>        .D.... skip initial bytes (from 0 to 2.14748e+009)  
  1240. -correct_ts_overflow <int>        .D.... correct single timestamp overflows (from 0 to 1)  
  1241.   
  1242. AVIOContext AVOptions:  
  1243.   
  1244. URLContext AVOptions:  
  1245.   
  1246. bluray AVOptions:  
  1247. -playlist          <int>        .D....  (from -1 to 99999)  
  1248. -angle             <int>        .D....  (from 0 to 254)  
  1249. -chapter           <int>        .D....  (from 1 to 65534)  
  1250.   
  1251. crypto AVOptions:  
  1252. -key                    .D.... AES decryption key  
  1253. -iv                     .D.... AES decryption initialization vector  
  1254.   
  1255. file AVOptions:  
  1256. -truncate          <int>        E..... Truncate existing files on write (from 0 to 1)  
  1257.   
  1258. http AVOptions:  
  1259. -seekable          <int>        .D.... control seekability of connection (from -1 to 1)  
  1260. -chunked_post      <int>        E..... use chunked transfer-encoding for posts (from 0 to 1)  
  1261. -headers                ED.... set custom HTTP headers, can override built in default headers  
  1262. -content_type           ED.... force a content type  
  1263. -user-agent             .D.... override User-Agent header  
  1264. -multiple_requests <int>        ED.... use persistent connections (from 0 to 1)  
  1265. -post_data              ED.... set custom HTTP post data  
  1266. -timeout           <int>        ED.... set timeout of socket I/O operations (from -1 to INT_MAX)  
  1267.   
  1268. https AVOptions:  
  1269. -seekable          <int>        .D.... control seekability of connection (from -1 to 1)  
  1270. -chunked_post      <int>        E..... use chunked transfer-encoding for posts (from 0 to 1)  
  1271. -headers                ED.... set custom HTTP headers, can override built in default headers  
  1272. -content_type           ED.... force a content type  
  1273. -user-agent             .D.... override User-Agent header  
  1274. -multiple_requests <int>        ED.... use persistent connections (from 0 to 1)  
  1275. -post_data              ED.... set custom HTTP post data  
  1276. -timeout           <int>        ED.... set timeout of socket I/O operations (from -1 to INT_MAX)  
  1277.   
  1278. srtp AVOptions:  
  1279. -srtp_out_suite         E.....   
  1280. -srtp_out_params        E.....   
  1281. -srtp_in_suite          E.....   
  1282. -srtp_in_params         E.....   
  1283.   
  1284. tcp AVOptions:  
  1285. -listen            <int>        ED.... listen on port instead of connecting (from 0 to 1)  
  1286. -timeout           <int>        ED.... timeout of socket i/o operations (from 0 to INT_MAX)  
  1287. -listen_timeout    <int>        ED.... connection awaiting timeout (from -1 to INT_MAX)  
  1288.   
  1289. udp AVOptions:  
  1290. -buffer_size       <int>        ED.... Socket buffer size in bytes (from 0 to INT_MAX)  
  1291. -localport         <int>        ED.... Set local port to bind to (from 0 to INT_MAX)  
  1292. -localaddr              ED.... Choose local IP address  
  1293. -pkt_size          <int>        ED.... Set size of UDP packets (from 0 to INT_MAX)  
  1294. -reuse             <int>        ED.... Explicitly allow or disallow reusing UDP sockets (from 0 to 1)  
  1295. -ttl               <int>        E..... Set the time to live value (for multicast only) (from 0 to INT_MAX)  
  1296. -connect           <int>        ED.... Should connect() be called on socket (from 0 to 1)  
  1297. -fifo_size         <int>        .D.... Set the UDP receiving circular buffer size, expressed as a number of packets with size of 188 bytes (from 0 to INT_MAX)  
  1298. -overrun_nonfatal  <int>        .D.... Survive in case of UDP receiving circular buffer overrun (from 0 to 1)  
  1299. -timeout           <int>        .D.... In read mode: if no data arrived in more than this time interval, raise error (from 0 to INT_MAX)  
  1300.   
  1301. librtmp protocol AVOptions:  
  1302. -rtmp_app               ED.... Name of application to connect to on the RTMP server  
  1303. -rtmp_playpath          ED.... Stream identifier to play or to publish  
  1304.   
  1305. librtmpe protocol AVOptions:  
  1306. -rtmp_app               ED.... Name of application to connect to on the RTMP server  
  1307. -rtmp_playpath          ED.... Stream identifier to play or to publish  
  1308.   
  1309. librtmps protocol AVOptions:  
  1310. -rtmp_app               ED.... Name of application to connect to on the RTMP server  
  1311. -rtmp_playpath          ED.... Stream identifier to play or to publish  
  1312.   
  1313. librtmpt protocol AVOptions:  
  1314. -rtmp_app               ED.... Name of application to connect to on the RTMP server  
  1315. -rtmp_playpath          ED.... Stream identifier to play or to publish  
  1316.   
  1317. librtmpte protocol AVOptions:  
  1318. -rtmp_app               ED.... Name of application to connect to on the RTMP server  
  1319. -rtmp_playpath          ED.... Stream identifier to play or to publish  
  1320.   
  1321. dshow indev AVOptions:  
  1322. -video_size         .D.... set video size given a string such as 640x480 or hd720.  
  1323. -pixel_format          .D.... set video pixel format  
  1324. -framerate              .D.... set video frame rate  
  1325. -sample_rate       <int>        .D.... set audio sample rate (from 0 to INT_MAX)  
  1326. -sample_size       <int>        .D.... set audio sample size (from 0 to 16)  
  1327. -channels          <int>        .D.... set number of audio channels, such as 1 or 2 (from 0 to INT_MAX)  
  1328. -list_devices      <int>        .D.... list available devices (from 0 to 1)  
  1329.    true                         .D....   
  1330.    false                        .D....   
  1331. -list_options      <int>        .D.... list available options for specified device (from 0 to 1)  
  1332.    true                         .D....   
  1333.    false                        .D....   
  1334. -video_device_number <int>        .D.... set video device number for devices with same name (starts at 0) (from 0 to INT_MAX)  
  1335. -audio_device_number <int>        .D.... set audio device number for devices with same name (starts at 0) (from 0 to INT_MAX)  
  1336. -audio_buffer_size <int>        .D.... set audio device buffer latency size in milliseconds (default is the device's default) (from 0 to INT_MAX)  
  1337.   
  1338. lavfi indev AVOptions:  
  1339. -graph                  .D.... set libavfilter graph  
  1340. -graph_file             .D.... set libavfilter graph filename  
  1341. -dumpgraph              .D.... dump graph to stderr  
  1342.   
  1343. VFW indev AVOptions:  
  1344. -video_size             .D.... A string describing frame size, such as 640x480 or hd720.  
  1345. -framerate              .D....   
  1346.   
  1347. Artworx Data Format demuxer AVOptions:  
  1348. -linespeed         <int>        .D.... set simulated line speed (bytes per second) (from 1 to INT_MAX)  
  1349. -video_size             .D.... set video size, such as 640x480 or hd720.  
  1350. -framerate              .D.... set framerate (frames per second)  
  1351.   
  1352. aqtdec AVOptions:  
  1353. -subfps               .D...S set the movie frame rate (from 0 to INT_MAX)  
  1354.   
  1355. asf demuxer AVOptions:  
  1356. -no_resync_search  <int>        .D.... Don't try to resynchronize by looking for a certain optional start code (from 0 to 1)  
  1357.   
  1358. avi AVOptions:  
  1359. -use_odml          <int>        .D.... use odml index (from -1 to 1)  
  1360.   
  1361. Binary text demuxer AVOptions:  
  1362. -linespeed         <int>        .D.... set simulated line speed (bytes per second) (from 1 to INT_MAX)  
  1363. -video_size             .D.... set video size, such as 640x480 or hd720.  
  1364. -framerate              .D.... set framerate (frames per second)  
  1365.   
  1366. cavsvideo demuxer AVOptions:  
  1367. -framerate              .D....   
  1368.   
  1369. CDXL demuxer AVOptions:  
  1370. -sample_rate       <int>        .D....  (from 1 to INT_MAX)  
  1371. -framerate              .D....   
  1372.   
  1373. dirac demuxer AVOptions:  
  1374. -framerate              .D....   
  1375.   
  1376. dnxhd demuxer AVOptions:  
  1377. -framerate              .D....   
  1378.   
  1379. flvdec AVOptions:  
  1380. -flv_metadata      <int>        .D.V.. Allocate streams according the onMetaData array (from 0 to 1)  
  1381.   
  1382. g729 demuxer AVOptions:  
  1383. -bit_rate          <int>        .D....  (from 0 to INT_MAX)  
  1384.   
  1385. GIF demuxer AVOptions:  
  1386. -min_delay         <int>        .D.... minimum valid delay between frames (in hundredths of second) (from 0 to 6000)  
  1387. -default_delay     <int>        .D.... default delay between frames (in hundredths of second) (from 0 to 6000)  
  1388.   
  1389. gsm demuxer AVOptions:  
  1390. -sample_rate       <int>        .D....  (from 1 to 6.50753e+007)  
  1391.   
  1392. h261 demuxer AVOptions:  
  1393. -framerate              .D....   
  1394.   
  1395. h263 demuxer AVOptions:  
  1396. -framerate              .D....   
  1397.   
  1398. h264 demuxer AVOptions:  
  1399. -framerate              .D....   
  1400.   
  1401. iCE Draw File demuxer AVOptions:  
  1402. -linespeed         <int>        .D.... set simulated line speed (bytes per second) (from 1 to INT_MAX)  
  1403. -video_size             .D.... set video size, such as 640x480 or hd720.  
  1404. -framerate              .D.... set framerate (frames per second)  
  1405.   
  1406. image2 demuxer AVOptions:  
  1407. -framerate              .D.... set the video framerate  
  1408. -loop              <int>        .D.... force loop over input file sequence (from 0 to 1)  
  1409. -pattern_type      <int>        .D.... set pattern type (from 0 to INT_MAX)  
  1410.    glob_sequence                .D.... glob/sequence pattern type  
  1411.    glob                         .D.... glob pattern type  
  1412.    sequence                     .D.... glob pattern type  
  1413. -pixel_format           .D.... set video pixel format  
  1414. -start_number      <int>        .D.... set first number in the sequence (from 0 to INT_MAX)  
  1415. -start_number_range <int>        .D.... set range for looking at the first sequence number (from 1 to INT_MAX)  
  1416. -video_size             .D.... set video size  
  1417. -frame_size        <int>        .D.... force frame size in bytes (from 0 to INT_MAX)  
  1418.   
  1419. image2pipe demuxer AVOptions:  
  1420. -framerate              .D.... set the video framerate  
  1421. -loop              <int>        .D.... force loop over input file sequence (from 0 to 1)  
  1422. -pattern_type      <int>        .D.... set pattern type (from 0 to INT_MAX)  
  1423.    glob_sequence                .D.... glob/sequence pattern type  
  1424.    glob                         .D.... glob pattern type  
  1425.    sequence                     .D.... glob pattern type  
  1426. -pixel_format           .D.... set video pixel format  
  1427. -start_number      <int>        .D.... set first number in the sequence (from 0 to INT_MAX)  
  1428. -start_number_range <int>        .D.... set range for looking at the first sequence number (from 1 to INT_MAX)  
  1429. -video_size             .D.... set video size  
  1430. -frame_size        <int>        .D.... force frame size in bytes (from 0 to INT_MAX)  
  1431.   
  1432. ingenient demuxer AVOptions:  
  1433. -framerate              .D....   
  1434.   
  1435. m4v demuxer AVOptions:  
  1436. -framerate              .D....   
  1437.   
  1438. mjpeg demuxer AVOptions:  
  1439. -framerate              .D....   
  1440.   
  1441. mov,mp4,m4a,3gp,3g2,mj2 AVOptions:  
  1442. -use_absolute_path <int>        .D.V.. allow using absolute path when opening alias, this is a possible security issue (from 0 to 1)  
  1443. -ignore_editlist   <int>        .D.V..  (from 0 to 1)  
  1444.   
  1445. mpegtsraw demuxer AVOptions:  
  1446. -compute_pcr       <int>        .D.... Compute exact PCR for each transport stream packet. (from 0 to 1)  
  1447.   
  1448. mpegvideo demuxer AVOptions:  
  1449. -framerate              .D....   
  1450.   
  1451. alaw demuxer AVOptions:  
  1452. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1453. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1454.   
  1455. mulaw demuxer AVOptions:  
  1456. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1457. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1458.   
  1459. f64be demuxer AVOptions:  
  1460. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1461. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1462.   
  1463. f64le demuxer AVOptions:  
  1464. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1465. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1466.   
  1467. f32be demuxer AVOptions:  
  1468. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1469. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1470.   
  1471. f32le demuxer AVOptions:  
  1472. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1473. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1474.   
  1475. s32be demuxer AVOptions:  
  1476. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1477. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1478.   
  1479. s32le demuxer AVOptions:  
  1480. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1481. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1482.   
  1483. s24be demuxer AVOptions:  
  1484. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1485. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1486.   
  1487. s24le demuxer AVOptions:  
  1488. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1489. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1490.   
  1491. s16be demuxer AVOptions:  
  1492. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1493. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1494.   
  1495. s16le demuxer AVOptions:  
  1496. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1497. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1498.   
  1499. s8 demuxer AVOptions:  
  1500. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1501. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1502.   
  1503. u32be demuxer AVOptions:  
  1504. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1505. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1506.   
  1507. u32le demuxer AVOptions:  
  1508. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1509. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1510.   
  1511. u24be demuxer AVOptions:  
  1512. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1513. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1514.   
  1515. u24le demuxer AVOptions:  
  1516. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1517. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1518.   
  1519. u16be demuxer AVOptions:  
  1520. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1521. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1522.   
  1523. u16le demuxer AVOptions:  
  1524. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1525. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1526.   
  1527. u8 demuxer AVOptions:  
  1528. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1529. -channels          <int>        .D....  (from 0 to INT_MAX)  
  1530.   
  1531. rawvideo demuxer AVOptions:  
  1532. -video_size             .D.... A string describing frame size, such as 640x480 or hd720.  
  1533. -pixel_format           .D....   
  1534. -framerate              .D....   
  1535.   
  1536. RTP demuxer AVOptions:  
  1537. -rtp_flags               .D.... RTP flags  
  1538.    filter_src                   .D.... Only receive packets from the negotiated peer IP  
  1539.    listen                       .D.... Wait for incoming connections  
  1540. -reorder_queue_size <int>        .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)  
  1541.   
  1542. RTSP demuxer AVOptions:  
  1543. -initial_pause     <int>        .D.... Don't start playing the stream immediately (from 0 to 1)  
  1544. -rtpflags                E..... RTP muxer flags  
  1545.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1546.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1547.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1548.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1549. -rtsp_transport          ED.... RTSP transport protocols  
  1550.    udp                          ED.... UDP  
  1551.    tcp                          ED.... TCP  
  1552.    udp_multicast                .D.... UDP multicast  
  1553.    http                         .D.... HTTP tunneling  
  1554. -rtsp_flags              .D.... RTSP flags  
  1555.    filter_src                   .D.... Only receive packets from the negotiated peer IP  
  1556.    listen                       .D.... Wait for incoming connections  
  1557. -allowed_media_types       .D.... Media types to accept from the server  
  1558.    video                        .D.... Video  
  1559.    audio                        .D.... Audio  
  1560.    data                         .D.... Data  
  1561. -min_port          <int>        ED.... Minimum local UDP port (from 0 to 65535)  
  1562. -max_port          <int>        ED.... Maximum local UDP port (from 0 to 65535)  
  1563. -timeout           <int>        .D.... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies flag listen (from INT_MIN to INT_MAX)  
  1564. -reorder_queue_size <int>        .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)  
  1565.   
  1566. sbg_demuxer AVOptions:  
  1567. -sample_rate       <int>        .D....  (from 0 to INT_MAX)  
  1568. -frame_size        <int>        .D....  (from 0 to INT_MAX)  
  1569. -max_file_size     <int>        .D....  (from 0 to INT_MAX)  
  1570.   
  1571. SDP demuxer AVOptions:  
  1572. -sdp_flags               .D.... SDP flags  
  1573.    filter_src                   .D.... Only receive packets from the negotiated peer IP  
  1574.    listen                       .D.... Wait for incoming connections  
  1575.    custom_io                    .D.... Use custom IO  
  1576. -allowed_media_types       .D.... Media types to accept from the server  
  1577.    video                        .D.... Video  
  1578.    audio                        .D.... Audio  
  1579.    data                         .D.... Data  
  1580. -reorder_queue_size <int>        .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)  
  1581.   
  1582. tedcaptions_demuxer AVOptions:  
  1583. -start_time              .D...S set the start time (offset) of the subtitles, in ms (from I64_MIN to I64_MAX)  
  1584.   
  1585. TTY demuxer AVOptions:  
  1586. -chars_per_frame   <int>        .D....  (from 1 to INT_MAX)  
  1587. -video_size             .D.... A string describing frame size, such as 640x480 or hd720.  
  1588. -framerate              .D....   
  1589.   
  1590. vc1 demuxer AVOptions:  
  1591. -framerate              .D....   
  1592.   
  1593. WAV demuxer AVOptions:  
  1594. -ignore_length     <int>        .D.... Ignore length (from 0 to 1)  
  1595.   
  1596. eXtended BINary text (XBIN) demuxer AVOptions:  
  1597. -linespeed         <int>        .D.... set simulated line speed (bytes per second) (from 1 to INT_MAX)  
  1598. -video_size             .D.... set video size, such as 640x480 or hd720.  
  1599. -framerate              .D.... set framerate (frames per second)  
  1600.   
  1601. caca_outdev AVOptions:  
  1602. -window_size        E..... set window forced size  
  1603. -window_title           E..... set window title  
  1604. -driver                 E..... set display driver  
  1605. -algorithm              E..... set dithering algorithm  
  1606. -antialias              E..... set antialias method  
  1607. -charset                E..... set charset used to render output  
  1608. -color                  E..... set color used to render output  
  1609. -list_drivers      <int>        E..... list available drivers (from 0 to 1)  
  1610.    true                         E.....  
  1611.    false                        E.....  
  1612. -list_dither            E..... list available dither options  
  1613.    algorithms                   E.....  
  1614.    antialiases                  E.....  
  1615.    charsets                     E.....  
  1616.    colors                       E.....  
  1617.   
  1618. sdl outdev AVOptions:  
  1619. -window_title           E..... set SDL window title  
  1620. -icon_title             E..... set SDL iconified window title  
  1621. -window_size        E..... set SDL window forced size  
  1622.   
  1623. AST muxer AVOptions:  
  1624. -loopstart               E..... Loopstart position in milliseconds. (from -1 to INT_MAX)  
  1625. -loopend                 E..... Loopend position in milliseconds. (from 0 to INT_MAX)  
  1626.   
  1627. f4v muxer AVOptions:  
  1628. -movflags                E..... MOV muxer flags  
  1629.    rtphint                      E..... Add RTP hint tracks  
  1630.    empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)  
  1631.    frag_keyframe                E..... Fragment at video keyframes  
  1632.    separate_moof                E..... Write separate moof/mdat atoms for each track  
  1633.    frag_custom                  E..... Flush fragments on caller requests  
  1634.    isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)  
  1635.    faststart                    E..... Run a second pass to put the moov at the beginning of the file  
  1636. -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX)  
  1637. -rtpflags                E..... RTP muxer flags  
  1638.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1639.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1640.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1641.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1642. -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1)  
  1643. -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255)  
  1644. -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255)  
  1645. -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX)  
  1646. -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX)  
  1647. -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX)  
  1648. -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX)  
  1649. -use_editlist      <int>        E..... use edit list (from -1 to 1)  
  1650.   
  1651. GIF muxer AVOptions:  
  1652. -loop              <int>        E..... Number of times to loop the output. (from 0 to 65535)  
  1653.   
  1654. hls muxer AVOptions:  
  1655. -start_number            E..... set first number in the sequence (from 0 to I64_MAX)  
  1656. -hls_time          <float>      E..... set segment length in seconds (from 0 to FLT_MAX)  
  1657. -hls_list_size     <int>        E..... set maximum number of playlist entries (from 0 to INT_MAX)  
  1658. -hls_wrap          <int>        E..... set number after which the index wraps (from 0 to INT_MAX)  
  1659.   
  1660. image2 muxer AVOptions:  
  1661. -updatefirst       <int>        E.....  (from 0 to 1)  
  1662. -start_number      <int>        E..... first number in the sequence (from 1 to INT_MAX)  
  1663.   
  1664. ipod muxer AVOptions:  
  1665. -movflags                E..... MOV muxer flags  
  1666.    rtphint                      E..... Add RTP hint tracks  
  1667.    empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)  
  1668.    frag_keyframe                E..... Fragment at video keyframes  
  1669.    separate_moof                E..... Write separate moof/mdat atoms for each track  
  1670.    frag_custom                  E..... Flush fragments on caller requests  
  1671.    isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)  
  1672.    faststart                    E..... Run a second pass to put the moov at the beginning of the file  
  1673. -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX)  
  1674. -rtpflags                E..... RTP muxer flags  
  1675.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1676.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1677.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1678.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1679. -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1)  
  1680. -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255)  
  1681. -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255)  
  1682. -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX)  
  1683. -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX)  
  1684. -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX)  
  1685. -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX)  
  1686. -use_editlist      <int>        E..... use edit list (from -1 to 1)  
  1687.   
  1688. ismv muxer AVOptions:  
  1689. -movflags                E..... MOV muxer flags  
  1690.    rtphint                      E..... Add RTP hint tracks  
  1691.    empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)  
  1692.    frag_keyframe                E..... Fragment at video keyframes  
  1693.    separate_moof                E..... Write separate moof/mdat atoms for each track  
  1694.    frag_custom                  E..... Flush fragments on caller requests  
  1695.    isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)  
  1696.    faststart                    E..... Run a second pass to put the moov at the beginning of the file  
  1697. -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX)  
  1698. -rtpflags                E..... RTP muxer flags  
  1699.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1700.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1701.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1702.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1703. -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1)  
  1704. -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255)  
  1705. -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255)  
  1706. -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX)  
  1707. -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX)  
  1708. -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX)  
  1709. -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX)  
  1710. -use_editlist      <int>        E..... use edit list (from -1 to 1)  
  1711.   
  1712. LATM/LOAS muxer AVOptions:  
  1713. -smc-interval      <int>        E..... StreamMuxConfig interval. (from 1 to 65535)  
  1714.   
  1715. mov muxer AVOptions:  
  1716. -movflags                E..... MOV muxer flags  
  1717.    rtphint                      E..... Add RTP hint tracks  
  1718.    empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)  
  1719.    frag_keyframe                E..... Fragment at video keyframes  
  1720.    separate_moof                E..... Write separate moof/mdat atoms for each track  
  1721.    frag_custom                  E..... Flush fragments on caller requests  
  1722.    isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)  
  1723.    faststart                    E..... Run a second pass to put the moov at the beginning of the file  
  1724. -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX)  
  1725. -rtpflags                E..... RTP muxer flags  
  1726.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1727.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1728.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1729.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1730. -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1)  
  1731. -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255)  
  1732. -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255)  
  1733. -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX)  
  1734. -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX)  
  1735. -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX)  
  1736. -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX)  
  1737. -use_editlist      <int>        E..... use edit list (from -1 to 1)  
  1738.   
  1739. MP3 muxer AVOptions:  
  1740. -id3v2_version     <int>        E..... Select ID3v2 version to write. Currently 3 and 4 are supported. (from 3 to 4)  
  1741. -write_id3v1       <int>        E..... Enable ID3v1 writing. ID3v1 tags are written in UTF-8 which may not be supported by most software. (from 0 to 1)  
  1742.   
  1743. mp4 muxer AVOptions:  
  1744. -movflags                E..... MOV muxer flags  
  1745.    rtphint                      E..... Add RTP hint tracks  
  1746.    empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)  
  1747.    frag_keyframe                E..... Fragment at video keyframes  
  1748.    separate_moof                E..... Write separate moof/mdat atoms for each track  
  1749.    frag_custom                  E..... Flush fragments on caller requests  
  1750.    isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)  
  1751.    faststart                    E..... Run a second pass to put the moov at the beginning of the file  
  1752. -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX)  
  1753. -rtpflags                E..... RTP muxer flags  
  1754.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1755.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1756.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1757.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1758. -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1)  
  1759. -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255)  
  1760. -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255)  
  1761. -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX)  
  1762. -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX)  
  1763. -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX)  
  1764. -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX)  
  1765. -use_editlist      <int>        E..... use edit list (from -1 to 1)  
  1766.   
  1767. mpeg muxer AVOptions:  
  1768. -muxrate           <int>        E..... (from 0 to INT_MAX)  
  1769. -preload           <int>        E..... Initial demux-decode delay in microseconds. (from 0 to INT_MAX)  
  1770.   
  1771. vcd muxer AVOptions:  
  1772. -muxrate           <int>        E..... (from 0 to INT_MAX)  
  1773. -preload           <int>        E..... Initial demux-decode delay in microseconds. (from 0 to INT_MAX)  
  1774.   
  1775. dvd muxer AVOptions:  
  1776. -muxrate           <int>        E..... (from 0 to INT_MAX)  
  1777. -preload           <int>        E..... Initial demux-decode delay in microseconds. (from 0 to INT_MAX)  
  1778.   
  1779. svcd muxer AVOptions:  
  1780. -muxrate           <int>        E..... (from 0 to INT_MAX)  
  1781. -preload           <int>        E..... Initial demux-decode delay in microseconds. (from 0 to INT_MAX)  
  1782.   
  1783. vob muxer AVOptions:  
  1784. -muxrate           <int>        E..... (from 0 to INT_MAX)  
  1785. -preload           <int>        E..... Initial demux-decode delay in microseconds. (from 0 to INT_MAX)  
  1786.   
  1787. MPEGTS muxer AVOptions:  
  1788. -mpegts_transport_stream_id <int>        E..... Set transport_stream_id field. (from 1 to 65535)  
  1789. -mpegts_original_network_id <int>        E..... Set original_network_id field. (from 1 to 65535)  
  1790. -mpegts_service_id <int>        E..... Set service_id field. (from 1 to 65535)  
  1791. -mpegts_pmt_start_pid <int>        E..... Set the first pid of the PMT. (from 16 to 7936)  
  1792. -mpegts_start_pid  <int>        E..... Set the first pid. (from 256 to 3840)  
  1793. -mpegts_m2ts_mode  <int>        E..... Enable m2ts mode. (from -1 to 1)  
  1794. -muxrate           <int>        E..... (from 0 to INT_MAX)  
  1795. -pes_payload_size  <int>        E..... Minimum PES packet payload in bytes (from 0 to INT_MAX)  
  1796. -mpegts_flags            E..... MPEG-TS muxing flags  
  1797.    resend_headers               E..... Reemit PAT/PMT before writing the next packet  
  1798.    latm                         E..... Use LATM packetization for AAC  
  1799. -resend_headers    <int>        E..... Reemit PAT/PMT before writing the next packet (from 0 to INT_MAX)  
  1800. -mpegts_copyts     <int>        E..... dont offset dts/pts (from -1 to 1)  
  1801.   
  1802. Ogg muxer AVOptions:  
  1803. -oggpagesize       <int>        E..... Set preferred Ogg page size. (from 

你可能感兴趣的:(ffmpeg)