Guest User

Untitled

a guest
Dec 30th, 2014
156
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg version N-68675-g1515bfb Copyright (c) 2000-2014 the FFmpeg developers
  2.   built on Dec 24 2014 23:09:08 with gcc 4.9.2 (GCC)
  3.   configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
  4.   libavutil      54. 15.100 / 54. 15.100
  5.   libavcodec     56. 16.100 / 56. 16.100
  6.   libavformat    56. 16.101 / 56. 16.101
  7.   libavdevice    56.  3.100 / 56.  3.100
  8.   libavfilter     5.  5.101 /  5.  5.101
  9.   libswscale      3.  1.101 /  3.  1.101
  10.   libswresample   1.  1.100 /  1.  1.100
  11.   libpostproc    53.  3.100 / 53.  3.100
  12. Encoder libx264 [libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10]:
  13.     Threading capabilities: no
  14.     Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p yuvj444p nv12 nv16
  15. libx264 AVOptions:
  16.   -preset            <string>     E..V.... Set the encoding preset (cf. x264 --fullhelp) (default "medium")
  17.   -tune              <string>     E..V.... Tune the encoding params (cf. x264 --fullhelp)
  18.   -profile           <string>     E..V.... Set profile restrictions (cf. x264 --fullhelp)
  19.   -fastfirstpass     <int>        E..V.... Use fast settings when encoding first pass (from 0 to 1) (default 1)
  20.   -level             <string>     E..V.... Specify level (as defined by Annex A)
  21.   -passlogfile       <string>     E..V.... Filename for 2 pass stats
  22.   -wpredp            <string>     E..V.... Weighted prediction for P-frames
  23.   -x264opts          <string>     E..V.... x264 options
  24.   -crf               <float>      E..V.... Select the quality for constant quality mode (from -1 to FLT_MAX) (default -1)
  25.   -crf_max           <float>      E..V.... In CRF mode, prevents VBV from lowering quality beyond this point. (from -1 to FLT_MAX) (default -1)
  26.   -qp                <int>        E..V.... Constant quantization parameter rate control method (from -1 to INT_MAX) (default -1)
  27.   -aq-mode           <int>        E..V.... AQ method (from -1 to INT_MAX) (default -1)
  28.      none                         E..V....
  29.      variance                     E..V.... Variance AQ (complexity mask)
  30.      autovariance                 E..V.... Auto-variance AQ (experimental)
  31.   -aq-strength       <float>      E..V.... AQ strength. Reduces blocking and blurring in flat and textured areas. (from -1 to FLT_MAX) (default -1)
  32.   -psy               <int>        E..V.... Use psychovisual optimizations. (from -1 to 1) (default -1)
  33.   -psy-rd            <string>     E..V.... Strength of psychovisual optimization, in <psy-rd>:<psy-trellis> format.
  34.   -rc-lookahead      <int>        E..V.... Number of frames to look ahead for frametype and ratecontrol (from -1 to INT_MAX) (default -1)
  35.   -weightb           <int>        E..V.... Weighted prediction for B-frames. (from -1 to 1) (default -1)
  36.   -weightp           <int>        E..V.... Weighted prediction analysis method. (from -1 to INT_MAX) (default -1)
  37.      none                         E..V....
  38.      simple                       E..V....
  39.      smart                        E..V....
  40.   -ssim              <int>        E..V.... Calculate and print SSIM stats. (from -1 to 1) (default -1)
  41.   -intra-refresh     <int>        E..V.... Use Periodic Intra Refresh instead of IDR frames. (from -1 to 1) (default -1)
  42.   -bluray-compat     <int>        E..V.... Bluray compatibility workarounds. (from -1 to 1) (default -1)
  43.   -b-bias            <int>        E..V.... Influences how often B-frames are used (from INT_MIN to INT_MAX) (default INT_MIN)
  44.   -b-pyramid         <int>        E..V.... Keep some B-frames as references. (from -1 to INT_MAX) (default -1)
  45.      none                         E..V....
  46.      strict                       E..V.... Strictly hierarchical pyramid
  47.      normal                       E..V.... Non-strict (not Blu-ray compatible)
  48.   -mixed-refs        <int>        E..V.... One reference per partition, as opposed to one reference per macroblock (from -1 to 1) (default -1)
  49.   -8x8dct            <int>        E..V.... High profile 8x8 transform. (from -1 to 1) (default -1)
  50.   -fast-pskip        <int>        E..V.... (from -1 to 1) (default -1)
  51.   -aud               <int>        E..V.... Use access unit delimiters. (from -1 to 1) (default -1)
  52.   -mbtree            <int>        E..V.... Use macroblock tree ratecontrol. (from -1 to 1) (default -1)
  53.   -deblock           <string>     E..V.... Loop filter parameters, in <alpha:beta> form.
  54.   -cplxblur          <float>      E..V.... Reduce fluctuations in QP (before curve compression) (from -1 to FLT_MAX) (default -1)
  55.   -partitions        <string>     E..V.... A comma-separated list of partitions to consider. Possible values: p8x8, p4x4, b8x8, i8x8, i4x4, none, all
  56.   -direct-pred       <int>        E..V.... Direct MV prediction mode (from -1 to INT_MAX) (default -1)
  57.      none                         E..V....
  58.      spatial                      E..V....
  59.      temporal                     E..V....
  60.      auto                         E..V....
  61.   -slice-max-size    <int>        E..V.... Limit the size of each slice in bytes (from -1 to INT_MAX) (default -1)
  62.   -stats             <string>     E..V.... Filename for 2 pass stats
  63.   -nal-hrd           <int>        E..V.... Signal HRD information (requires vbv-bufsize; cbr not allowed in .mp4) (from -1 to INT_MAX) (default -1)
  64.      none                         E..V....
  65.      vbr                          E..V....
  66.      cbr                          E..V....
  67.   -avcintra-class    <int>        E..V.... AVC-Intra class 50/100/200 (from -1 to 200) (default -1)
  68.   -x264-params       <string>     E..V.... Override the x264 configuration using a :-separated list of key=value parameters
  69.  
  70. [Finished in 0.1s]
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×