ffmpeg最全的命令参数

来源:互联网 发布:linux和unix的区别 编辑:程序博客网 时间:2024/05/17 22:06
http://keren.iteye.com/blog/1773536
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             <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               <flags>      .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        <flags>      .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             <string>     E..V.. Set rate control equation. When computing the expression, besides the standard functions defined in the section 'Expression Evaluation', the following functions are available: bits2qp(bits), qp2bits(qp). Also the following constants are available: iTex pTex tex mv fCode iCount mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex avgTex.  
  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                <flags>      .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            <rational>   E..V.. sample aspect ratio (from 0 to 10)  
  331. -debug             <flags>      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            <flags>      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 <int64>      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    <int64>      ED..A. (from 0 to I64_MAX)  
  554. -request_channel_layout <int64>      .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       <flags>      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 <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         <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         <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         <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         <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      <string>     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         <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      <string>     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         <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         <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         <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         <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            <string>     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         <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         <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         <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 <flags>      .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           <string>     .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   <flags>      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          <flags>      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            <string>     E..V.. Set the encoding preset (cf. x264 --fullhelp)  
  1077. -tune              <string>     E..V.. Tune the encoding params (cf. x264 --fullhelp)  
  1078. -profile           <string>     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             <string>     E..V.. Specify level (as defined by Annex A)  
  1081. -passlogfile       <string>     E..V.. Filename for 2 pass stats  
  1082. -wpredp            <string>     E..V.. Weighted prediction for P-frames  
  1083. -x264opts          <string>     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            <string>     E..V.. Strength of psychovisual optimization, in <psy-rd>:<psy-trellis> 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           <string>     E..V.. Loop filter parameters, in <alpha:beta> form.  
  1113. -cplxblur          <float>      E..V.. Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX)  
  1114. -partitions        <string>     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             <string>     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            <string>     E..V.. Set the encoding preset (cf. x264 --fullhelp)  
  1129. -tune              <string>     E..V.. Tune the encoding params (cf. x264 --fullhelp)  
  1130. -profile           <string>     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             <string>     E..V.. Specify level (as defined by Annex A)  
  1133. -passlogfile       <string>     E..V.. Filename for 2 pass stats  
  1134. -wpredp            <string>     E..V.. Weighted prediction for P-frames  
  1135. -x264opts          <string>     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            <string>     E..V.. Strength of psychovisual optimization, in <psy-rd>:<psy-trellis> 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           <string>     E..V.. Loop filter parameters, in <alpha:beta> form.  
  1165. -cplxblur          <float>      E..V.. Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX)  
  1166. -partitions        <string>     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             <string>     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         <flags>      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            <flags>      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         <binary>     .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            <flags>      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      <flags>      .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        <flags>      .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               <binary>     .D.... AES decryption key  
  1253. -iv                <binary>     .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           <string>     ED.... set custom HTTP headers, can override built in default headers  
  1262. -content_type      <string>     ED.... force a content type  
  1263. -user-agent        <string>     .D.... override User-Agent header  
  1264. -multiple_requests <int>        ED.... use persistent connections (from 0 to 1)  
  1265. -post_data         <binary>     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           <string>     ED.... set custom HTTP headers, can override built in default headers  
  1272. -content_type      <string>     ED.... force a content type  
  1273. -user-agent        <string>     .D.... override User-Agent header  
  1274. -multiple_requests <int>        ED.... use persistent connections (from 0 to 1)  
  1275. -post_data         <binary>     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    <string>     E.....   
  1280. -srtp_out_params   <string>     E.....   
  1281. -srtp_in_suite     <string>     E.....   
  1282. -srtp_in_params    <string>     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         <string>     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          <string>     ED.... Name of application to connect to on the RTMP server  
  1303. -rtmp_playpath     <string>     ED.... Stream identifier to play or to publish  
  1304.   
  1305. librtmpe protocol AVOptions:  
  1306. -rtmp_app          <string>     ED.... Name of application to connect to on the RTMP server  
  1307. -rtmp_playpath     <string>     ED.... Stream identifier to play or to publish  
  1308.   
  1309. librtmps protocol AVOptions:  
  1310. -rtmp_app          <string>     ED.... Name of application to connect to on the RTMP server  
  1311. -rtmp_playpath     <string>     ED.... Stream identifier to play or to publish  
  1312.   
  1313. librtmpt protocol AVOptions:  
  1314. -rtmp_app          <string>     ED.... Name of application to connect to on the RTMP server  
  1315. -rtmp_playpath     <string>     ED.... Stream identifier to play or to publish  
  1316.   
  1317. librtmpte protocol AVOptions:  
  1318. -rtmp_app          <string>     ED.... Name of application to connect to on the RTMP server  
  1319. -rtmp_playpath     <string>     ED.... Stream identifier to play or to publish  
  1320.   
  1321. dshow indev AVOptions:  
  1322. -video_size        <image_size> .D.... set video size given a string such as 640x480 or hd720.  
  1323. -pixel_format      <pix_fmt>    .D.... set video pixel format  
  1324. -framerate         <string>     .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             <string>     .D.... set libavfilter graph  
  1340. -graph_file        <string>     .D.... set libavfilter graph filename  
  1341. -dumpgraph         <string>     .D.... dump graph to stderr  
  1342.   
  1343. VFW indev AVOptions:  
  1344. -video_size        <string>     .D.... A string describing frame size, such as 640x480 or hd720.  
  1345. -framerate         <string>     .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        <string>     .D.... set video size, such as 640x480 or hd720.  
  1350. -framerate         <string>     .D.... set framerate (frames per second)  
  1351.   
  1352. aqtdec AVOptions:  
  1353. -subfps            <rational>   .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        <string>     .D.... set video size, such as 640x480 or hd720.  
  1364. -framerate         <string>     .D.... set framerate (frames per second)  
  1365.   
  1366. cavsvideo demuxer AVOptions:  
  1367. -framerate         <string>     .D....   
  1368.   
  1369. CDXL demuxer AVOptions:  
  1370. -sample_rate       <int>        .D....  (from 1 to INT_MAX)  
  1371. -framerate         <string>     .D....   
  1372.   
  1373. dirac demuxer AVOptions:  
  1374. -framerate         <string>     .D....   
  1375.   
  1376. dnxhd demuxer AVOptions:  
  1377. -framerate         <string>     .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         <string>     .D....   
  1394.   
  1395. h263 demuxer AVOptions:  
  1396. -framerate         <string>     .D....   
  1397.   
  1398. h264 demuxer AVOptions:  
  1399. -framerate         <string>     .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        <string>     .D.... set video size, such as 640x480 or hd720.  
  1404. -framerate         <string>     .D.... set framerate (frames per second)  
  1405.   
  1406. image2 demuxer AVOptions:  
  1407. -framerate         <string>     .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      <string>     .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        <string>     .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         <string>     .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      <string>     .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        <string>     .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         <string>     .D....   
  1434.   
  1435. m4v demuxer AVOptions:  
  1436. -framerate         <string>     .D....   
  1437.   
  1438. mjpeg demuxer AVOptions:  
  1439. -framerate         <string>     .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         <string>     .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        <string>     .D.... A string describing frame size, such as 640x480 or hd720.  
  1533. -pixel_format      <string>     .D....   
  1534. -framerate         <string>     .D....   
  1535.   
  1536. RTP demuxer AVOptions:  
  1537. -rtp_flags         <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          <flags>      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    <flags>      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        <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 <flags>      .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         <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 <flags>      .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        <int64>      .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        <string>     .D.... A string describing frame size, such as 640x480 or hd720.  
  1588. -framerate         <string>     .D....   
  1589.   
  1590. vc1 demuxer AVOptions:  
  1591. -framerate         <string>     .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        <string>     .D.... set video size, such as 640x480 or hd720.  
  1599. -framerate         <string>     .D.... set framerate (frames per second)  
  1600.   
  1601. caca_outdev AVOptions:  
  1602. -window_size       <image_size> E..... set window forced size  
  1603. -window_title      <string>     E..... set window title  
  1604. -driver            <string>     E..... set display driver  
  1605. -algorithm         <string>     E..... set dithering algorithm  
  1606. -antialias         <string>     E..... set antialias method  
  1607. -charset           <string>     E..... set charset used to render output  
  1608. -color             <string>     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       <string>     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      <string>     E..... set SDL window title  
  1620. -icon_title        <string>     E..... set SDL iconified window title  
  1621. -window_size       <image_size> E..... set SDL window forced size  
  1622.   
  1623. AST muxer AVOptions:  
  1624. -loopstart         <int64>      E..... Loopstart position in milliseconds. (from -1 to INT_MAX)  
  1625. -loopend           <int64>      E..... Loopend position in milliseconds. (from 0 to INT_MAX)  
  1626.   
  1627. f4v muxer AVOptions:  
  1628. -movflags          <flags>      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          <flags>      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      <int64>      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          <flags>      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          <flags>      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          <flags>      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          <flags>      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          <flags>      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          <flags>      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          <flags>      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          <flags>      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      <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 0 to 65025)  
  1804. -pagesize          <int>        E..... preferred page size in bytes (deprecated) (from 0 to 65025)  
  1805. -page_duration     <int>        E..... preferred page duration, in microseconds (from 0 to I64_MAX)  
  1806.   
  1807. psp muxer AVOptions:  
  1808. -movflags          <flags>      E..... MOV muxer flags  
  1809.    rtphint                      E..... Add RTP hint tracks  
  1810.    empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)  
  1811.    frag_keyframe                E..... Fragment at video keyframes  
  1812.    separate_moof                E..... Write separate moof/mdat atoms for each track  
  1813.    frag_custom                  E..... Flush fragments on caller requests  
  1814.    isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)  
  1815.    faststart                    E..... Run a second pass to put the moov at the beginning of the file  
  1816. -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX)  
  1817. -rtpflags          <flags>      E..... RTP muxer flags  
  1818.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1819.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1820.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1821.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1822. -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1)  
  1823. -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255)  
  1824. -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255)  
  1825. -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX)  
  1826. -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX)  
  1827. -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX)  
  1828. -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX)  
  1829. -use_editlist      <int>        E..... use edit list (from -1 to 1)  
  1830.   
  1831. RTP muxer AVOptions:  
  1832. -rtpflags          <flags>      E..... RTP muxer flags  
  1833.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1834.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1835.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1836.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1837. -payload_type      <int>        E..... Specify RTP payload type (from -1 to 127)  
  1838. -ssrc              <int>        E..... Stream identifier (from INT_MIN to INT_MAX)  
  1839. -cname             <string>     E..... CNAME to include in RTCP SR packets  
  1840.   
  1841. RTSP muxer AVOptions:  
  1842. -initial_pause     <int>        .D.... Don't start playing the stream immediately (from 0 to 1)  
  1843. -rtpflags          <flags>      E..... RTP muxer flags  
  1844.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1845.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1846.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1847.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1848. -rtsp_transport    <flags>      ED.... RTSP transport protocols  
  1849.    udp                          ED.... UDP  
  1850.    tcp                          ED.... TCP  
  1851.    udp_multicast                .D.... UDP multicast  
  1852.    http                         .D.... HTTP tunneling  
  1853. -rtsp_flags        <flags>      .D.... RTSP flags  
  1854.    filter_src                   .D.... Only receive packets from the negotiated peer IP  
  1855.    listen                       .D.... Wait for incoming connections  
  1856. -allowed_media_types <flags>      .D.... Media types to accept from the server  
  1857.    video                        .D.... Video  
  1858.    audio                        .D.... Audio  
  1859.    data                         .D.... Data  
  1860. -min_port          <int>        ED.... Minimum local UDP port (from 0 to 65535)  
  1861. -max_port          <int>        ED.... Maximum local UDP port (from 0 to 65535)  
  1862. -timeout           <int>        .D.... Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies flag listen (from INT_MIN to INT_MAX)  
  1863. -reorder_queue_size <int>        .D.... Number of packets to buffer for handling of reordered packets (from -1 to INT_MAX)  
  1864.   
  1865. segment muxer AVOptions:  
  1866. -reference_stream  <string>     E..... set reference stream  
  1867. -segment_format    <string>     E..... set container format used for the segments  
  1868. -segment_list      <string>     E..... set the segment list filename  
  1869. -segment_list_flags <flags>      E..... set flags affecting segment list generation  
  1870.    cache                        E..... allow list caching  
  1871.    live                         E..... enable live-friendly list generation (useful for HLS)  
  1872. -segment_list_size <int>        E..... set the maximum number of playlist entries (from 0 to INT_MAX)  
  1873. -segment_list_type <int>        E..... set the segment list type (from -1 to 3)  
  1874.    flat                         E..... flat format  
  1875.    csv                          E..... csv format  
  1876.    ext                          E..... extended format  
  1877.    m3u8                         E..... M3U8 format  
  1878.    hls                          E..... Apple HTTP Live Streaming compatible  
  1879. -segment_time      <string>     E..... set segment duration  
  1880. -segment_time_delta <string>     E..... set approximation value used for the segment times  
  1881. -segment_times     <string>     E..... set segment split time points  
  1882. -segment_frames    <string>     E..... set segment split frame numbers  
  1883. -segment_wrap      <int>        E..... set number after which the index wraps (from 0 to INT_MAX)  
  1884. -segment_start_number <int>        E..... set the sequence number of the first segment (from 0 to INT_MAX)  
  1885. -individual_header_trailer <int>        E..... write header/trailer to each segment (from 0 to 1)  
  1886. -write_header_trailer <int>        E..... write a header to the first segment and a trailer to the last one (from 0 to 1)  
  1887. -reset_timestamps  <int>        E..... reset timestamps at the begin of each segment (from 0 to 1)  
  1888.   
  1889. stream_segment muxer AVOptions:  
  1890. -reference_stream  <string>     E..... set reference stream  
  1891. -segment_format    <string>     E..... set container format used for the segments  
  1892. -segment_list      <string>     E..... set the segment list filename  
  1893. -segment_list_flags <flags>      E..... set flags affecting segment list generation  
  1894.    cache                        E..... allow list caching  
  1895.    live                         E..... enable live-friendly list generation (useful for HLS)  
  1896. -segment_list_size <int>        E..... set the maximum number of playlist entries (from 0 to INT_MAX)  
  1897. -segment_list_type <int>        E..... set the segment list type (from -1 to 3)  
  1898.    flat                         E..... flat format  
  1899.    csv                          E..... csv format  
  1900.    ext                          E..... extended format  
  1901.    m3u8                         E..... M3U8 format  
  1902.    hls                          E..... Apple HTTP Live Streaming compatible  
  1903. -segment_time      <string>     E..... set segment duration  
  1904. -segment_time_delta <string>     E..... set approximation value used for the segment times  
  1905. -segment_times     <string>     E..... set segment split time points  
  1906. -segment_frames    <string>     E..... set segment split frame numbers  
  1907. -segment_wrap      <int>        E..... set number after which the index wraps (from 0 to INT_MAX)  
  1908. -segment_start_number <int>        E..... set the sequence number of the first segment (from 0 to INT_MAX)  
  1909. -individual_header_trailer <int>        E..... write header/trailer to each segment (from 0 to 1)  
  1910. -write_header_trailer <int>        E..... write a header to the first segment and a trailer to the last one (from 0 to 1)  
  1911. -reset_timestamps  <int>        E..... reset timestamps at the begin of each segment (from 0 to 1)  
  1912.   
  1913. smooth streaming muxer AVOptions:  
  1914. -window_size       <int>        E..... number of fragments kept in the manifest (from 0 to INT_MAX)  
  1915. -extra_window_size <int>        E..... number of fragments kept outside of the manifest before removing from disk (from 0 to INT_MAX)  
  1916. -lookahead_count   <int>        E..... number of lookahead fragments (from 0 to INT_MAX)  
  1917. -min_frag_duration <int64>      E..... minimum fragment duration (in microseconds) (from 0 to INT_MAX)  
  1918. -remove_at_exit    <int>        E..... remove all fragments when finished (from 0 to 1)  
  1919.   
  1920. spdif AVOptions:  
  1921. -spdif_flags       <flags>      E..... IEC 61937 encapsulation flags  
  1922.    be                           E..... output in big-endian format (for use as s16be)  
  1923. -dtshd_rate        <int>        E..... mux complete DTS frames in HD mode at the specified IEC958 rate (in Hz, default 0=disabled) (from 0 to 768000)  
  1924. -dtshd_fallback_time <int>        E..... min secs to strip HD for after an overflow (-1: till the end, default 60) (from -1 to INT_MAX)  
  1925.   
  1926. tg2 muxer AVOptions:  
  1927. -movflags          <flags>      E..... MOV muxer flags  
  1928.    rtphint                      E..... Add RTP hint tracks  
  1929.    empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)  
  1930.    frag_keyframe                E..... Fragment at video keyframes  
  1931.    separate_moof                E..... Write separate moof/mdat atoms for each track  
  1932.    frag_custom                  E..... Flush fragments on caller requests  
  1933.    isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)  
  1934.    faststart                    E..... Run a second pass to put the moov at the beginning of the file  
  1935. -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX)  
  1936. -rtpflags          <flags>      E..... RTP muxer flags  
  1937.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1938.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1939.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1940.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1941. -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1)  
  1942. -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255)  
  1943. -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255)  
  1944. -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX)  
  1945. -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX)  
  1946. -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX)  
  1947. -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX)  
  1948. -use_editlist      <int>        E..... use edit list (from -1 to 1)  
  1949.   
  1950. tgp muxer AVOptions:  
  1951. -movflags          <flags>      E..... MOV muxer flags  
  1952.    rtphint                      E..... Add RTP hint tracks  
  1953.    empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)  
  1954.    frag_keyframe                E..... Fragment at video keyframes  
  1955.    separate_moof                E..... Write separate moof/mdat atoms for each track  
  1956.    frag_custom                  E..... Flush fragments on caller requests  
  1957.    isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)  
  1958.    faststart                    E..... Run a second pass to put the moov at the beginning of the file  
  1959. -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX)  
  1960. -rtpflags          <flags>      E..... RTP muxer flags  
  1961.    latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC  
  1962.    rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263  
  1963.    skip_rtcp                    E..... Don't send RTCP sender reports  
  1964.    h264_mode0                   E..... Use mode 0 for H264 in RTP  
  1965. -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1)  
  1966. -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255)  
  1967. -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255)  
  1968. -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX)  
  1969. -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX)  
  1970. -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX)  
  1971. -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX)  
  1972. -use_editlist      <int>        E..... use edit list (from -1 to 1)  
  1973.   
  1974. WAV muxer AVOptions:  
  1975. -write_bext        <int>        E..... Write BEXT chunk. (from 0 to 1)  
  1976.   
  1977. SWScaler AVOptions:  
  1978. -sws_flags         <flags>      E..V.. scaler flags  
  1979.    fast_bilinear                E..V.. fast bilinear  
  1980.    bilinear                     E..V.. bilinear  
  1981.    bicubic                      E..V.. bicubic  
  1982.    experimental                 E..V.. experimental  
  1983.    neighbor                     E..V.. nearest neighbor  
  1984.    area                         E..V.. averaging area  
  1985.    bicublin                     E..V.. luma bicubic, chroma bilinear  
  1986.    gauss                        E..V.. gaussian  
  1987.    sinc                         E..V.. sinc  
  1988.    lanczos                      E..V.. lanczos  
  1989.    spline                       E..V.. natural bicubic spline  
  1990.    print_info                   E..V.. print info  
  1991.    accurate_rnd                 E..V.. accurate rounding  
  1992.    full_chroma_int              E..V.. full chroma interpolation  
  1993.    full_chroma_inp              E..V.. full chroma input  
  1994.    bitexact                     E..V..   
  1995.    error_diffusion              E..V.. error diffusion dither  
  1996. -srcw              <int>        E..V.. source width (from 1 to INT_MAX)  
  1997. -srch              <int>        E..V.. source height (from 1 to INT_MAX)  
  1998. -dstw              <int>        E..V.. destination width (from 1 to INT_MAX)  
  1999. -dsth              <int>        E..V.. destination height (from 1 to INT_MAX)  
  2000. -src_format        <int>        E..V.. source format (from 0 to 316)  
  2001. -dst_format        <int>        E..V.. destination format (from 0 to 316)  
  2002. -src_range         <int>        E..V.. source range (from 0 to 1)  
  2003. -dst_range         <int>        E..V.. destination range (from 0 to 1)  
  2004. -param0            <double>     E..V.. scaler param 0 (from INT_MIN to INT_MAX)  
  2005. -param1            <double>     E..V.. scaler param 1 (from INT_MIN to INT_MAX)  
  2006.   
  2007. SWResampler AVOptions:  
  2008. -ich               <int>        ....A. set input channel count (from 0 to 32)  
  2009. -in_channel_count  <int>        ....A. set input channel count (from 0 to 32)  
  2010. -och               <int>        ....A. set output channel count (from 0 to 32)  
  2011. -out_channel_count <int>        ....A. set output channel count (from 0 to 32)  
  2012. -uch               <int>        ....A. set used channel count (from 0 to 32)  
  2013. -used_channel_count <int>        ....A. set used channel count (from 0 to 32)  
  2014. -isr               <int>        ....A. set input sample rate (from 0 to INT_MAX)  
  2015. -in_sample_rate    <int>        ....A. set input sample rate (from 0 to INT_MAX)  
  2016. -osr               <int>        ....A. set output sample rate (from 0 to INT_MAX)  
  2017. -out_sample_rate   <int>        ....A. set output sample rate (from 0 to INT_MAX)  
  2018. -isf               <sample_fmt> ....A. set input sample format  
  2019. -in_sample_fmt     <sample_fmt> ....A. set input sample format  
  2020. -osf               <sample_fmt> ....A. set output sample format  
  2021. -out_sample_fmt    <sample_fmt> ....A. set output sample format  
  2022. -tsf               <sample_fmt> ....A. set internal sample format  
  2023. -internal_sample_fmt <sample_fmt> ....A. set internal sample format  
  2024. -icl               <int64>      ....A. set input channel layout (from 0 to I64_MAX)  
  2025. -in_channel_layout <int64>      ....A. set input channel layout (from 0 to I64_MAX)  
  2026. -ocl               <int64>      ....A. set output channel layout (from 0 to I64_MAX)  
  2027. -out_channel_layout <int64>      ....A. set output channel layout (from 0 to I64_MAX)  
  2028. -clev              <float>      ....A. set center mix level (from -32 to 32)  
  2029. -center_mix_level  <float>      ....A. set center mix level (from -32 to 32)  
  2030. -slev              <float>      ....A. set surround mix level (from -32 to 32)  
  2031. -surround_mix_level <float>      ....A. set surround mix Level (from -32 to 32)  
  2032. -lfe_mix_level     <float>      ....A. set LFE mix level (from -32 to 32)  
  2033. -rmvol             <float>      ....A. set rematrix volume (from -1000 to 1000)  
  2034. -rematrix_volume   <float>      ....A. set rematrix volume (from -1000 to 1000)  
  2035. -flags             <flags>      ....A. set flags  
  2036.    res                          ....A. force resampling  
  2037. -swr_flags         <flags>      ....A. set flags  
  2038.    res                          ....A. force resampling  
  2039. -dither_scale      <float>      ....A. set dither scale (from 0 to INT_MAX)  
  2040. -dither_method     <int>        ....A. set dither method (from 0 to 71)  
  2041.    rectangular                  ....A. select rectangular dither  
  2042.    triangular                   ....A. select triangular dither  
  2043.    triangular_hp                ....A. select triangular dither with high pass  
  2044.    lipshitz                     ....A. select lipshitz noise shaping dither  
  2045.    shibata                      ....A. select shibata noise shaping dither  
  2046.    low_shibata                  ....A. select low shibata noise shaping dither  
  2047.    high_shibata                 ....A. select high shibata noise shaping dither  
  2048.    f_weighted                   ....A. select f-weighted noise shaping dither  
  2049.    modified_e_weighted              ....A. select modified-e-weighted noise shaping dither  
  2050.    improved_e_weighted              ....A. select improved-e-weighted noise shaping dither  
  2051. -filter_size       <int>        ....A. set swr resampling filter size (from 0 to INT_MAX)  
  2052. -phase_shift       <int>        ....A. set swr resampling phase shift (from 0 to 30)  
  2053. -linear_interp     <int>        ....A. enable linear interpolation (from 0 to 1)  
  2054. -cutoff            <double>     ....A. set cutoff frequency ratio (from 0 to 1)  
  2055. -resampler         <int>        ....A. set resampling Engine (from 0 to 1)  
  2056.    swr                          ....A. select SW Resampler  
  2057.    soxr                         ....A. select SoX Resampler  
  2058. -precision         <double>     ....A. set soxr resampling precision (in bits) (from 15 to 33)  
  2059. -cheby             <int>        ....A. enable soxr Chebyshev passband & higher-precision irrational ratio approximation (from 0 to 1)  
  2060. -min_comp          <float>      ....A. set minimum difference between timestamps and audio data (in seconds) below which no timestamp compensation of either kind is applied (from 0 to FLT_MAX)  
  2061. -min_hard_comp     <float>      ....A. set minimum difference between timestamps and audio data (in seconds) to trigger padding/trimming the data. (from 0 to INT_MAX)  
  2062. -comp_duration     <float>      ....A. set duration (in seconds) over which data is stretched/squeezed to make it match the timestamps. (from 0 to INT_MAX)  
  2063. -max_soft_comp     <float>      ....A. set maximum factor by which data is stretched/squeezed to make it match the timestamps. (from INT_MIN to INT_MAX)  
  2064. -async             <float>      ....A. simplified 1 parameter audio timestamp matching, 0(disabled), 1(filling and trimming), >1(maximum stretch/squeeze in samples per second) (from INT_MIN to INT_MAX)  
  2065. -matrix_encoding   <int>        ....A. set matrixed stereo encoding (from 0 to 2)  
  2066.    none                         ....A. select none  
  2067.    dolby                        ....A. select Dolby  
  2068.    dplii                        ....A. select Dolby Pro Logic II  
  2069. -filter_type       <int>        ....A. select swr filter type (from 0 to 2)  
  2070.    cubic                        ....A. select cubic  
  2071.    blackman_nuttall              ....A. select Blackman Nuttall Windowed Sinc  
  2072.    kaiser                       ....A. select Kaiser Windowed Sinc  
  2073. -kaiser_beta       <int>        ....A. set swr Kaiser Window Beta (from 2 to 16)  
  2074.   
  2075. aformat AVOptions:  
  2076. -sample_fmts       <string>     ..F.A. A comma-separated list of sample formats.  
  2077. -sample_rates      <string>     ..F.A. A comma-separated list of sample rates.  
  2078. -channel_layouts   <string>     ..F.A. A comma-separated list of channel layouts.  
  2079.   
  2080. amerge AVOptions:  
  2081. -inputs            <int>        ..F.A. specify the number of inputs (from 2 to 32)  
  2082.   
  2083. amix AVOptions:  
  2084. -inputs            <int>        ..F.A. Number of inputs. (from 1 to 32)  
  2085. -duration          <int>        ..F.A. How to determine the end-of-stream. (from 0 to 2)  
  2086.    longest                      ..F.A. Duration of longest input.  
  2087.    shortest                     ..F.A. Duration of shortest input.  
  2088.    first                        ..F.A. Duration of first input.  
  2089. -dropout_transition <float>      ..F.A. Transition time, in seconds, for volume renormalization when an input stream ends. (from 0 to INT_MAX)  
  2090.   
  2091. apad AVOptions:  
  2092. -packet_size       <int>        ..F.A. set silence packet size (from 0 to INT_MAX)  
  2093. -pad_len           <int64>      ..F.A. number of samples of silence to add (from 0 to I64_MAX)  
  2094. -whole_len         <int64>      ..F.A. target number of samples in the audio stream (from 0 to I64_MAX)  
  2095.   
  2096. aselect AVOptions:  
  2097. -expr              <string>     ..F... set selection expression  
  2098. -e                 <string>     ..F... set selection expression  
  2099.   
  2100. asendcmd AVOptions:  
  2101. -commands          <string>     ..F... set commands  
  2102. -c                 <string>     ..F... set commands  
  2103. -filename          <string>     ..F... set commands file  
  2104. -f                 <string>     ..F... set commands file  
  2105.   
  2106. asetnsamples AVOptions:  
  2107. -pad               <int>        ..F.A. pad last frame with zeros (from 0 to 1)  
  2108. -p                 <int>        ..F.A. pad last frame with zeros (from 0 to 1)  
  2109. -nb_out_samples    <int>        ..F.A. set the number of per-frame output samples (from 1 to INT_MAX)  
  2110. -n                 <int>        ..F.A. set the number of per-frame output samples (from 1 to INT_MAX)  
  2111.   
  2112. channel map filter AVOptions:  
  2113. -map               <string>     ..F.A. A comma-separated list of input channel numbers in output order.  
  2114. -channel_layout    <string>     ..F.A. Output channel layout.  
  2115.   
  2116. channelsplit AVOptions:  
  2117. -channel_layout    <string>     ..F.A. Input channel layout.  
  2118.   
  2119. ebur128 AVOptions:  
  2120. -video             <int>        ..FV.. set video output (from 0 to 1)  
  2121. -size              <image_size> ..FV.. set video size  
  2122. -meter             <int>        ..FV.. set scale meter (+9 to +18) (from 9 to 18)  
  2123.   
  2124. join filter AVOptions:  
  2125. -inputs            <int>        ..F.A. Number of input streams. (from 1 to INT_MAX)  
  2126. -channel_layout    <string>     ..F.A. Channel layout of the output stream.  
  2127. -map               <string>     ..F.A. A comma-separated list of channels maps in the format 'input_stream.input_channel-output_channel.  
  2128.   
  2129. silencedetect AVOptions:  
  2130. -n                 <double>     ..F.A. set noise tolerance (from 0 to 1.79769e+308)  
  2131. -noise             <double>     ..F.A. set noise tolerance (from 0 to 1.79769e+308)  
  2132. -d                 <double>     ..F.A. set minimum duration in seconds (from 0 to 86400)  
  2133. -duration          <double>     ..F.A. set minimum duration in seconds (from 0 to 86400)  
  2134.   
  2135. volume AVOptions:  
  2136. -volume            <double>     ..F.A. set volume adjustment (from 0 to 8.38861e+006)  
  2137. -precision         <int>        ..F.A. select mathematical precision (from 0 to 2)  
  2138.    fixed                        ..F.A. select 8-bit fixed-point  
  2139.    float                        ..F.A. select 32-bit floating-point  
  2140.    double                       ..F.A. select 64-bit floating-point  
  2141.   
  2142. aevalsrc AVOptions:  
  2143. -nb_samples        <int>        ..F.A. set the number of samples per requested frame (from 0 to INT_MAX)  
  2144. -n                 <int>        ..F.A. set the number of samples per requested frame (from 0 to INT_MAX)  
  2145. -sample_rate       <string>     ..F.A. set the sample rate  
  2146. -s                 <string>     ..F.A. set the sample rate  
  2147. -duration          <string>     ..F.A. set audio duration  
  2148. -d                 <string>     ..F.A. set audio duration  
  2149. -channel_layout    <string>     ..F.A. set channel layout  
  2150. -c                 <string>     ..F.A. set channel layout  
  2151.   
  2152. anullsrc AVOptions:  
  2153. -channel_layout    <string>     ..F.A. set channel_layout  
  2154. -cl                <string>     ..F.A. set channel_layout  
  2155. -sample_rate       <string>     ..F.A. set sample rate  
  2156. -r                 <string>     ..F.A. set sample rate  
  2157. -nb_samples        <int>        ..F.A. set the number of samples per requested frame (from 0 to INT_MAX)  
  2158. -n                 <int>        ..F.A. set the number of samples per requested frame (from 0 to INT_MAX)  
  2159.   
  2160. ass AVOptions:  
  2161. -filename          <string>     ..FV.. set the filename of file to read  
  2162. -f                 <string>     ..FV.. set the filename of file to read  
  2163. -original_size     <image_size> ..FV.. set the size of the original video (used to scale fonts)  
  2164.   
  2165. blackdetect AVOptions:  
  2166. -d                 <double>     ..FV.. set minimum detected black duration in seconds (from 0 to 1.79769e+308)  
  2167. -black_min_duration <double>     ..FV.. set minimum detected black duration in seconds (from 0 to 1.79769e+308)  
  2168. -picture_black_ratio_th <double>     ..FV.. set the picture black ratio threshold (from 0 to 1)  
  2169. -pic_th            <double>     ..FV.. set the picture black ratio threshold (from 0 to 1)  
  2170. -pixel_black_th    <double>     ..FV.. set the pixel black threshold (from 0 to 1)  
  2171. -pix_th            <double>     ..FV.. set the pixel black threshold (from 0 to 1)  
  2172.   
  2173. crop AVOptions:  
  2174. -x                 <string>     ..FV.. set the x crop area expression  
  2175. -y                 <string>     ..FV.. set the y crop area expression  
  2176. -out_w             <string>     ..FV.. set the width crop area expression  
  2177. -w                 <string>     ..FV.. set the width crop area expression  
  2178. -out_h             <string>     ..FV.. set the height crop area expression  
  2179. -h                 <string>     ..FV.. set the height crop area expression  
  2180. -keep_aspect       <int>        ..FV.. force packed RGB in input and output (from 0 to 1)  
  2181.   
  2182. delogo AVOptions:  
  2183. -x                 <int>        ..FV.. set logo x position (from -1 to INT_MAX)  
  2184. -y                 <int>        ..FV.. set logo y position (from -1 to INT_MAX)  
  2185. -w                 <int>        ..FV.. set logo width (from -1 to INT_MAX)  
  2186. -h                 <int>        ..FV.. set logo height (from -1 to INT_MAX)  
  2187. -band              <int>        ..FV.. set delogo area band size (from -1 to INT_MAX)  
  2188. -t                 <int>        ..FV.. set delogo area band size (from -1 to INT_MAX)  
  2189. -show              <int>        ..FV.. show delogo area (from 0 to 1)  
  2190.   
  2191. drawbox AVOptions:  
  2192. -x                 <int>        ..FV.. set the box top-left corner x position (from INT_MIN to INT_MAX)  
  2193. -y                 <int>        ..FV.. set the box top-left corner y position (from INT_MIN to INT_MAX)  
  2194. -width             <int>        ..FV.. set the box width (from 0 to INT_MAX)  
  2195. -w                 <int>        ..FV.. set the box width (from 0 to INT_MAX)  
  2196. -height            <int>        ..FV.. set the box height (from 0 to INT_MAX)  
  2197. -h                 <int>        ..FV.. set the box height (from 0 to INT_MAX)  
  2198. -color             <string>     ..FV.. set the box edge color  
  2199. -c                 <string>     ..FV.. set the box edge color  
  2200. -thickness         <int>        ..FV.. set the box maximum thickness (from 0 to INT_MAX)  
  2201. -t                 <int>        ..FV.. set the box maximum thickness (from 0 to INT_MAX)  
  2202.   
  2203. drawtext AVOptions:  
  2204. -fontfile          <string>     ..FV.. set font file  
  2205. -text              <string>     ..FV.. set text  
  2206. -textfile          <string>     ..FV.. set text file  
  2207. -fontcolor         <string>     ..FV.. set foreground color  
  2208. -boxcolor          <string>     ..FV.. set box color  
  2209. -shadowcolor       <string>     ..FV.. set shadow color  
  2210. -box               <int>        ..FV.. set box (from 0 to 1)  
  2211. -fontsize          <int>        ..FV.. set font size (from 0 to INT_MAX)  
  2212. -x                 <string>     ..FV.. set x expression  
  2213. -y                 <string>     ..FV.. set y expression  
  2214. -shadowx           <int>        ..FV.. set x (from INT_MIN to INT_MAX)  
  2215. -shadowy           <int>        ..FV.. set y (from INT_MIN to INT_MAX)  
  2216. -tabsize           <int>        ..FV.. set tab size (from 0 to INT_MAX)  
  2217. -basetime          <int64>      ..FV.. set base time (from I64_MIN to I64_MAX)  
  2218. -draw              <string>     ..FV.. if false do not draw  
  2219. -expansion         <int>        ..FV.. set the expansion mode (from 0 to 2)  
  2220.    none                         ..FV.. set no expansion  
  2221.    normal                       ..FV.. set normal expansion  
  2222.    strftime                     ..FV.. set strftime expansion (deprecated)  
  2223. -timecode          <string>     ..FV.. set initial timecode  
  2224. -tc24hmax          <int>        ..FV.. set 24 hours max (timecode only) (from 0 to 1)  
  2225. -timecode_rate     <rational>   ..FV.. set rate (timecode only) (from 0 to INT_MAX)  
  2226. -r                 <rational>   ..FV.. set rate (timecode only) (from 0 to INT_MAX)  
  2227. -rate              <rational>   ..FV.. set rate (timecode only) (from 0 to INT_MAX)  
  2228. -reload            <int>        ..FV.. reload text file for each frame (from 0 to 1)  
  2229. -fix_bounds        <int>        ..FV.. if true, check and fix text coords to avoid clipping (from 0 to 1)  
  2230. -ft_load_flags     <flags>      ..FV.. set font loading flags for libfreetype  
  2231.    default                      ..FV.. set default  
  2232.    no_scale                     ..FV.. set no_scale  
  2233.    no_hinting                   ..FV.. set no_hinting  
  2234.    render                       ..FV.. set render  
  2235.    no_bitmap                    ..FV.. set no_bitmap  
  2236.    vertical_layout              ..FV.. set vertical_layout  
  2237.    force_autohint               ..FV.. set force_autohint  
  2238.    crop_bitmap                  ..FV.. set crop_bitmap  
  2239.    pedantic                     ..FV.. set pedantic  
  2240.    ignore_global_advance_width              ..FV.. set ignore_global_advance_width  
  2241.    no_recurse                   ..FV.. set no_recurse  
  2242.    ignore_transform              ..FV.. set ignore_transform  
  2243.    monochrome                   ..FV.. set monochrome  
  2244.    linear_design                ..FV.. set linear_design  
  2245.    no_autohint                  ..FV.. set no_autohint  
  2246.   
  2247. edgedetect AVOptions:  
  2248. -high              <double>     ..FV.. set high threshold (from 0 to 1)  
  2249. -low               <double>     ..FV.. set low threshold (from 0 to 1)  
  2250.   
  2251. fade AVOptions:  
  2252. -type              <string>     ..FV.. set the fade direction  
  2253. -t                 <string>     ..FV.. set the fade direction  
  2254. -start_frame       <int>        ..FV.. set expression of frame to start fading (from 0 to INT_MAX)  
  2255. -s                 <int>        ..FV.. set expression of frame to start fading (from 0 to INT_MAX)  
  2256. -nb_frames         <int>        ..FV.. set expression for fade duration in frames (from 0 to INT_MAX)  
  2257. -n                 <int>        ..FV.. set expression for fade duration in frames (from 0 to INT_MAX)  
  2258. -alpha             <int>        ..FV.. fade alpha if it is available on the input (from 0 to 1)  
  2259.   
  2260. field AVOptions:  
  2261. -type              <int>        ..FV.. set field type (top or bottom) (from 0 to 1)  
  2262.    top                          ..FV.. select top field  
  2263.    bottom                       ..FV.. select bottom field  
  2264.   
  2265. fps AVOptions:  
  2266. -fps               <string>     ..FV.. A string describing desired output framerate  
  2267. -round             <int>        ..FV.. set rounding method for timestamps (from 0 to 5)  
  2268.    zero                         ..FV.. round towards 0  
  2269.    inf                          ..FV.. round away from 0  
  2270.    down                         ..FV.. round towards -infty  
  2271.    up                           ..FV.. round towards +infty  
  2272.    near                         ..FV.. round to nearest  
  2273.   
  2274. geq AVOptions:  
  2275. -lum_expr          <string>     ..FV.. set luminance expression  
  2276. -cb_expr           <string>     ..FV.. set chroma blue expression  
  2277. -cr_expr           <string>     ..FV.. set chroma red expression  
  2278.   
  2279. gradfun AVOptions:  
  2280. -strength          <double>     ..FV.. set the maximum amount by which the filter will change any one pixel (from 0.51 to 64)  
  2281. -radius            <int>        ..FV.. set the neighborhood to fit the gradient to (from 4 to 32)  
  2282.   
  2283. histeq AVOptions:  
  2284. -strength          <float>      ..FV.. set the strength (from 0 to 1)  
  2285. -intensity         <float>      ..FV.. set the intensity (from 0 to 1)  
  2286. -antibanding       <int>        ..FV.. set the antibanding level (from 0 to 2)  
  2287.    none                         ..FV.. apply no antibanding  
  2288.    weak                         ..FV.. apply weak antibanding  
  2289.    strong                       ..FV.. apply strong antibanding  
  2290.   
  2291. hue AVOptions:  
  2292. -h                 <string>     ..FV.. set the hue angle degrees expression  
  2293. -H                 <string>     ..FV.. set the hue angle radians expression  
  2294. -s                 <string>     ..FV.. set the saturation expression  
  2295.   
  2296. idet AVOptions:  
  2297. -intl_thres        <float>      ..FV.. set interlacing threshold (from -1 to FLT_MAX)  
  2298. -prog_thres        <float>      ..FV.. set progressive threshold (from -1 to FLT_MAX)  
  2299.   
  2300. kerndeint AVOptions:  
  2301. -thresh            <int>        ..FV.. set the threshold (from 0 to 255)  
  2302. -map               <int>        ..FV.. set the map (from 0 to 1)  
  2303. -order             <int>        ..FV.. set the order (from 0 to 1)  
  2304. -sharp             <int>        ..FV.. enable sharpening (from 0 to 1)  
  2305. -twoway            <int>        ..FV.. enable twoway (from 0 to 1)  
  2306.   
  2307. lut AVOptions:  
  2308. -c0                <string>     ..FV.. set component #0 expression  
  2309. -c1                <string>     ..FV.. set component #1 expression  
  2310. -c2                <string>     ..FV.. set component #2 expression  
  2311. -c3                <string>     ..FV.. set component #3 expression  
  2312. -y                 <string>     ..FV.. set Y expression  
  2313. -u                 <string>     ..FV.. set U expression  
  2314. -v                 <string>     ..FV.. set V expression  
  2315. -r                 <string>     ..FV.. set R expression  
  2316. -g                 <string>     ..FV.. set G expression  
  2317. -b                 <string>     ..FV.. set B expression  
  2318. -a                 <string>     ..FV.. set A expression  
  2319.   
  2320. lutrgb AVOptions:  
  2321. -c0                <string>     ..FV.. set component #0 expression  
  2322. -c1                <string>     ..FV.. set component #1 expression  
  2323. -c2                <string>     ..FV.. set component #2 expression  
  2324. -c3                <string>     ..FV.. set component #3 expression  
  2325. -y                 <string>     ..FV.. set Y expression  
  2326. -u                 <string>     ..FV.. set U expression  
  2327. -v                 <string>     ..FV.. set V expression  
  2328. -r                 <string>     ..FV.. set R expression  
  2329. -g                 <string>     ..FV.. set G expression  
  2330. -b                 <string>     ..FV.. set B expression  
  2331. -a                 <string>     ..FV.. set A expression  
  2332.   
  2333. lutyuv AVOptions:  
  2334. -c0                <string>     ..FV.. set component #0 expression  
  2335. -c1                <string>     ..FV.. set component #1 expression  
  2336. -c2                <string>     ..FV.. set component #2 expression  
  2337. -c3                <string>     ..FV.. set component #3 expression  
  2338. -y                 <string>     ..FV.. set Y expression  
  2339. -u                 <string>     ..FV.. set U expression  
  2340. -v                 <string>     ..FV.. set V expression  
  2341. -r                 <string>     ..FV.. set R expression  
  2342. -g                 <string>     ..FV.. set G expression  
  2343. -b                 <string>     ..FV.. set B expression  
  2344. -a                 <string>     ..FV.. set A expression  
  2345.   
  2346. negate AVOptions:  
  2347. -c0                <string>     ..FV.. set component #0 expression  
  2348. -c1                <string>     ..FV.. set component #1 expression  
  2349. -c2                <string>     ..FV.. set component #2 expression  
  2350. -c3                <string>     ..FV.. set component #3 expression  
  2351. -y                 <string>     ..FV.. set Y expression  
  2352. -u                 <string>     ..FV.. set U expression  
  2353. -v                 <string>     ..FV.. set V expression  
  2354. -r                 <string>     ..FV.. set R expression  
  2355. -g                 <string>     ..FV.. set G expression  
  2356. -b                 <string>     ..FV.. set B expression  
  2357. -a                 <string>     ..FV.. set A expression  
  2358.   
  2359. overlay AVOptions:  
  2360. -x                 <string>     ..FV.. set the x expression  
  2361. -y                 <string>     ..FV.. set the y expression  
  2362. -rgb               <int>        ..FV.. force packed RGB in input and output (from 0 to 1)  
  2363.   
  2364. scale AVOptions:  
  2365. -w                 <string>     ..FV.. set width expression  
  2366. -width             <string>     ..FV.. set width expression  
  2367. -h                 <string>     ..FV.. set height expression  
  2368. -height            <string>     ..FV.. set height expression  
  2369. -flags             <string>     ..FV.. set libswscale flags  
  2370. -interl            <int>        ..FV.. set interlacing (from -1 to 1)  
  2371.   
  2372. select AVOptions:  
  2373. -expr              <string>     ..F... set selection expression  
  2374. -e                 <string>     ..F... set selection expression  
  2375.   
  2376. sendcmd AVOptions:  
  2377. -commands          <string>     ..F... set commands  
  2378. -c                 <string>     ..F... set commands  
  2379. -filename          <string>     ..F... set commands file  
  2380. -f                 <string>     ..F... set commands file  
  2381.   
  2382. setdar AVOptions:  
  2383. -max               <int>        ..FV.. set max value for nominator or denominator in the ratio (from 1 to INT_MAX)  
  2384. -ratio             <string>     ..FV.. set ratio  
  2385. -r                 <string>     ..FV.. set ratio  
  2386.   
  2387. setfield AVOptions:  
  2388. -mode              <int>        ..FV.. select interlace mode (from -1 to 2)  
  2389.    auto                         ..FV.. keep the same input field  
  2390.    bff                          ..FV.. mark as bottom-field-first  
  2391.    tff                          ..FV.. mark as top-field-first  
  2392.    prog                         ..FV.. mark as progressive  
  2393.   
  2394. setsar AVOptions:  
  2395. -max               <int>        ..FV.. set max value for nominator or denominator in the ratio (from 1 to INT_MAX)  
  2396. -ratio             <string>     ..FV.. set ratio  
  2397. -r                 <string>     ..FV.. set ratio  
  2398.   
  2399. subtitles AVOptions:  
  2400. -filename          <string>     ..FV.. set the filename of file to read  
  2401. -f                 <string>     ..FV.. set the filename of file to read  
  2402. -original_size     <image_size> ..FV.. set the size of the original video (used to scale fonts)  
  2403.   
  2404. tile AVOptions:  
  2405. -layout            <image_size> ..FV.. set grid size  
  2406. -margin            <int>        ..FV.. set outer border margin in pixels (from 0 to 1024)  
  2407. -padding           <int>        ..FV.. set inner border thickness in pixels (from 0 to 1024)  
  2408. -nb_frames         <int>        ..FV.. set maximum number of frame to render (from 0 to INT_MAX)  
  2409.   
  2410. tinterlace AVOptions:  
  2411. -mode              <int>        ..FV.. select interlace mode (from 0 to 6)  
  2412.    merge                        ..FV.. merge fields  
  2413.    drop_even                    ..FV.. drop even fields  
  2414.    drop_odd                     ..FV.. drop odd fields  
  2415.    pad                          ..FV.. pad alternate lines with black  
  2416.    interleave_top               ..FV.. interleave top and bottom fields  
  2417.    interleave_bottom              ..FV.. interleave bottom and top fields  
  2418.    interlacex2                  ..FV.. interlace fields from two consecutive frames  
  2419.   
  2420. transpose AVOptions:  
  2421. -dir               <int>        ..FV.. set transpose direction (from 0 to 7)  
  2422. -passthrough       <int>        ..FV.. do not apply transposition if the input matches the specified geometry (from 0 to INT_MAX)  
  2423.    none                         ..FV.. always apply transposition  
  2424.    portrait                     ..FV.. preserve portrait geometry  
  2425.    landscape                    ..FV.. preserve landscape geometry  
  2426.   
  2427. yadif AVOptions:  
  2428. -mode              <int>        ..FV.. specify the interlacing mode (from 0 to 3)  
  2429.    send_frame                   ..FV.. send one frame for each frame  
  2430.    send_field                   ..FV.. send one frame for each field  
  2431.    send_frame_nospatial              ..FV.. send one frame for each frame, but skip spatial interlacing check  
  2432.    send_field_nospatial              ..FV.. send one frame for each field, but skip spatial interlacing check  
  2433. -parity            <int>        ..FV.. specify the assumed picture field parity (from -1 to 1)  
  2434.    tff                          ..FV.. assume top field first  
  2435.    bff                          ..FV.. assume bottom field first  
  2436.    auto                         ..FV.. auto detect parity  
  2437. -deint             <int>        ..FV.. specify which frames to deinterlace (from 0 to 1)  
  2438.    all                          ..FV.. deinterlace all frames  
  2439.    interlaced                   ..FV.. only deinterlace frames marked as interlaced  
  2440.   
  2441. cellauto AVOptions:  
  2442. -filename          <string>     ..FV.. read initial pattern from file  
  2443. -f                 <string>     ..FV.. read initial pattern from file  
  2444. -pattern           <string>     ..FV.. set initial pattern  
  2445. -p                 <string>     ..FV.. set initial pattern  
  2446. -rate              <string>     ..FV.. set video rate  
  2447. -r                 <string>     ..FV.. set video rate  
  2448. -size              <image_size> ..FV.. set video size  
  2449. -s                 <image_size> ..FV.. set video size  
  2450. -rule              <int>        ..FV.. set rule (from 0 to 255)  
  2451. -random_fill_ratio <double>     ..FV.. set fill ratio for filling initial grid randomly (from 0 to 1)  
  2452. -ratio             <double>     ..FV.. set fill ratio for filling initial grid randomly (from 0 to 1)  
  2453. -random_seed       <int>        ..FV.. set the seed for filling the initial grid randomly (from -1 to 4.29497e+009)  
  2454. -seed              <int>        ..FV.. set the seed for filling the initial grid randomly (from -1 to 4.29497e+009)  
  2455. -scroll            <int>        ..FV.. scroll pattern downward (from 0 to 1)  
  2456. -start_full        <int>        ..FV.. start filling the whole video (from 0 to 1)  
  2457. -full              <int>        ..FV.. start filling the whole video (from 0 to 1)  
  2458. -stitch            <int>        ..FV.. stitch boundaries (from 0 to 1)  
  2459.   
  2460. color AVOptions:  
  2461. -size              <image_size> ..FV.. set video size  
  2462. -s                 <image_size> ..FV.. set video size  
  2463. -rate              <string>     ..FV.. set video rate  
  2464. -r                 <string>     ..FV.. set video rate  
  2465. -duration          <string>     ..FV.. set video duration  
  2466. -d                 <string>     ..FV.. set video duration  
  2467. -sar               <rational>   ..FV.. set video sample aspect ratio (from 0 to INT_MAX)  
  2468. -color             <string>     ..FV.. set color  
  2469. -c                 <string>     ..FV.. set color  
  2470. -decimals          <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2471. -n                 <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2472.   
  2473. life AVOptions:  
  2474. -filename          <string>     ..FV.. set source file  
  2475. -f                 <string>     ..FV.. set source file  
  2476. -size              <image_size> ..FV.. set video size  
  2477. -s                 <image_size> ..FV.. set video size  
  2478. -rate              <string>     ..FV.. set video rate  
  2479. -r                 <string>     ..FV.. set video rate  
  2480. -rule              <string>     ..FV.. set rule  
  2481. -random_fill_ratio <double>     ..FV.. set fill ratio for filling initial grid randomly (from 0 to 1)  
  2482. -ratio             <double>     ..FV.. set fill ratio for filling initial grid randomly (from 0 to 1)  
  2483. -random_seed       <int>        ..FV.. set the seed for filling the initial grid randomly (from -1 to 4.29497e+009)  
  2484. -seed              <int>        ..FV.. set the seed for filling the initial grid randomly (from -1 to 4.29497e+009)  
  2485. -stitch            <int>        ..FV.. stitch boundaries (from 0 to 1)  
  2486. -mold              <int>        ..FV.. set mold speed for dead cells (from 0 to 255)  
  2487. -life_color        <string>     ..FV.. set life color  
  2488. -death_color       <string>     ..FV.. set death color  
  2489. -mold_color        <string>     ..FV.. set mold color  
  2490.   
  2491. mandelbrot AVOptions:  
  2492. -size              <image_size> ..FV.. set frame size  
  2493. -s                 <image_size> ..FV.. set frame size  
  2494. -rate              <string>     ..FV.. set frame rate  
  2495. -r                 <string>     ..FV.. set frame rate  
  2496. -maxiter           <int>        ..FV.. set max iterations number (from 1 to INT_MAX)  
  2497. -start_x           <double>     ..FV.. set the initial x position (from -100 to 100)  
  2498. -start_y           <double>     ..FV.. set the initial y position (from -100 to 100)  
  2499. -start_scale       <double>     ..FV.. set the initial scale value (from 0 to FLT_MAX)  
  2500. -end_scale         <double>     ..FV.. set the terminal scale value (from 0 to FLT_MAX)  
  2501. -end_pts           <double>     ..FV.. set the terminal pts value (from 0 to I64_MAX)  
  2502. -bailout           <double>     ..FV.. set the bailout value (from 0 to FLT_MAX)  
  2503. -outer             <int>        ..FV.. set outer coloring mode (from 0 to INT_MAX)  
  2504.    iteration_count              ..FV.. set iteration count mode  
  2505.    normalized_iteration_count              ..FV.. set normalized iteration count mode  
  2506. -inner             <int>        ..FV.. set inner coloring mode (from 0 to INT_MAX)  
  2507.    black                        ..FV.. set black mode  
  2508.    period                       ..FV.. set period mode  
  2509.    convergence                  ..FV.. show time until convergence  
  2510.    mincol                       ..FV.. color based on point closest to the origin of the iterations  
  2511.   
  2512. mptestsrc AVOptions:  
  2513. -rate              <string>     ..FV.. set video rate  
  2514. -r                 <string>     ..FV.. set video rate  
  2515. -duration          <string>     ..FV.. set video duration  
  2516. -d                 <string>     ..FV.. set video duration  
  2517. -test              <int>        ..FV.. set test to perform (from 0 to INT_MAX)  
  2518.    dc_luma                      ..FV..   
  2519.    dc_chroma                    ..FV..   
  2520.    freq_luma                    ..FV..   
  2521.    freq_chroma                  ..FV..   
  2522.    amp_luma                     ..FV..   
  2523.    amp_chroma                   ..FV..   
  2524.    cbp                          ..FV..   
  2525.    mv                           ..FV..   
  2526.    ring1                        ..FV..   
  2527.    ring2                        ..FV..   
  2528.    all                          ..FV..   
  2529. -t                 <int>        ..FV.. set test to perform (from 0 to INT_MAX)  
  2530.    dc_luma                      ..FV..   
  2531.    dc_chroma                    ..FV..   
  2532.    freq_luma                    ..FV..   
  2533.    freq_chroma                  ..FV..   
  2534.    amp_luma                     ..FV..   
  2535.    amp_chroma                   ..FV..   
  2536.    cbp                          ..FV..   
  2537.    mv                           ..FV..   
  2538.    ring1                        ..FV..   
  2539.    ring2                        ..FV..   
  2540.    all                          ..FV..   
  2541.   
  2542. nullsrc AVOptions:  
  2543. -size              <image_size> ..FV.. set video size  
  2544. -s                 <image_size> ..FV.. set video size  
  2545. -rate              <string>     ..FV.. set video rate  
  2546. -r                 <string>     ..FV.. set video rate  
  2547. -duration          <string>     ..FV.. set video duration  
  2548. -d                 <string>     ..FV.. set video duration  
  2549. -sar               <rational>   ..FV.. set video sample aspect ratio (from 0 to INT_MAX)  
  2550. -color             <string>     ..FV.. set color  
  2551. -c                 <string>     ..FV.. set color  
  2552. -decimals          <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2553. -n                 <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2554.   
  2555. rgbtestsrc AVOptions:  
  2556. -size              <image_size> ..FV.. set video size  
  2557. -s                 <image_size> ..FV.. set video size  
  2558. -rate              <string>     ..FV.. set video rate  
  2559. -r                 <string>     ..FV.. set video rate  
  2560. -duration          <string>     ..FV.. set video duration  
  2561. -d                 <string>     ..FV.. set video duration  
  2562. -sar               <rational>   ..FV.. set video sample aspect ratio (from 0 to INT_MAX)  
  2563. -color             <string>     ..FV.. set color  
  2564. -c                 <string>     ..FV.. set color  
  2565. -decimals          <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2566. -n                 <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2567.   
  2568. smptebars AVOptions:  
  2569. -size              <image_size> ..FV.. set video size  
  2570. -s                 <image_size> ..FV.. set video size  
  2571. -rate              <string>     ..FV.. set video rate  
  2572. -r                 <string>     ..FV.. set video rate  
  2573. -duration          <string>     ..FV.. set video duration  
  2574. -d                 <string>     ..FV.. set video duration  
  2575. -sar               <rational>   ..FV.. set video sample aspect ratio (from 0 to INT_MAX)  
  2576. -color             <string>     ..FV.. set color  
  2577. -c                 <string>     ..FV.. set color  
  2578. -decimals          <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2579. -n                 <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2580.   
  2581. testsrc AVOptions:  
  2582. -size              <image_size> ..FV.. set video size  
  2583. -s                 <image_size> ..FV.. set video size  
  2584. -rate              <string>     ..FV.. set video rate  
  2585. -r                 <string>     ..FV.. set video rate  
  2586. -duration          <string>     ..FV.. set video duration  
  2587. -d                 <string>     ..FV.. set video duration  
  2588. -sar               <rational>   ..FV.. set video sample aspect ratio (from 0 to INT_MAX)  
  2589. -color             <string>     ..FV.. set color  
  2590. -c                 <string>     ..FV.. set color  
  2591. -decimals          <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2592. -n                 <int>        ..FV.. set number of decimals to show (from INT_MIN to INT_MAX)  
  2593.   
  2594. concat AVOptions:  
  2595. -n                 <int>        ..FVA. specify the number of segments (from 2 to INT_MAX)  
  2596. -v                 <int>        ..FV.. specify the number of video streams (from 0 to INT_MAX)  
  2597. -a                 <int>        ..F.A. specify the number of audio streams (from 0 to INT_MAX)  
  2598. -unsafe            <int>        ..F.A. enable unsafe mode (from 0 to INT_MAX)  
  2599.   
  2600. showspectrum AVOptions:  
  2601. -size              <image_size> ..FV.. set video size  
  2602. -s                 <image_size> ..FV.. set video size  
  2603. -slide             <int>        ..FV.. set sliding mode (from 0 to 1)  
  2604.   
  2605. showwaves AVOptions:  
  2606. -rate              <string>     ..FV.. set video rate  
  2607. -r                 <string>     ..FV.. set video rate  
  2608. -size              <image_size> ..FV.. set video size  
  2609. -s                 <image_size> ..FV.. set video size  
  2610. -n                 <int>        ..FV.. set how many samples to show in the same point (from 0 to INT_MAX)  
  2611.   
  2612. amovie AVOptions:  
  2613. -format_name       <string>     ..F... set format name  
  2614. -f                 <string>     ..F... set format name  
  2615. -streams           <string>     ..F... set streams  
  2616. -s                 <string>     ..F... set streams  
  2617. -si                <int>        ..F... set stream index (from -1 to INT_MAX)  
  2618. -stream_index      <int>        ..F... set stream index (from -1 to INT_MAX)  
  2619. -seek_point        <double>     ..F... set seekpoint (seconds) (from 0 to 9.22337e+012)  
  2620. -sp                <double>     ..F... set seekpoint (seconds) (from 0 to 9.22337e+012)  
  2621. -loop              <int>        ..F... set loop count (from 0 to INT_MAX)  
  2622.   
  2623. movie AVOptions:  
  2624. -format_name       <string>     ..F... set format name  
  2625. -f                 <string>     ..F... set format name  
  2626. -streams           <string>     ..F... set streams  
  2627. -s                 <string>     ..F... set streams  
  2628. -si                <int>        ..F... set stream index (from -1 to INT_MAX)  
  2629. -stream_index      <int>        ..F... set stream index (from -1 to INT_MAX)  
  2630. -seek_point        <double>     ..F... set seekpoint (seconds) (from 0 to 9.22337e+012)  
  2631. -sp                <double>     ..F... set seekpoint (seconds) (from 0 to 9.22337e+012)  
  2632. -loop              <int>        ..F... set loop count (from 0 to INT_MAX)  
  2633.   
  2634. abuffer AVOptions:  
  2635. -time_base         <rational>   ..F.A. (from 0 to INT_MAX)  
  2636. -sample_rate       <int>        ..F.A. (from 0 to INT_MAX)  
  2637. -sample_fmt        <string>     ..F.A.  
  2638. -channel_layout    <string>     ..F.A.  
  2639.   
  2640. buffer AVOptions:  
  2641. -time_base         <rational>   ..FV.. (from 0 to INT_MAX)  
  2642. -frame_rate        <rational>   ..FV.. (from 0 to INT_MAX)  
  2643. -video_size        <image_size> ..FV..  
  2644. -pix_fmt           <pix_fmt>    ..FV..  
  2645. -pixel_aspect      <rational>   ..FV.. (from 0 to INT_MAX)  
  2646. -sws_param         <string>     ..FV..  
0 0
原创粉丝点击