dwing吧 关注:5,721贴子:89,944
  • 20回复贴,共1

请问x264编码器设置中,预设custom、slow、veryslow有什么区别?

只看楼主收藏回复

之前我压制预设用的是very slow,但将视频上传至B站后有部分人在弹幕中反应观看会花屏。
因为我自己看是不花屏的,所以也不知道具体什么样,但貌似可以通过关闭FLASH的硬件加速来解决这个问题。
后来我用预设slow压制了次,在压制速度上提升很大,之前very slow速度基本是0.4X左右,但用slow压就能达到1.5X。
请问这个预设参数除了压制速度上的区别,还有其他哪些不同呢?一般情况下设置为哪个比较合适?


IP属地:北京1楼2014-12-30 00:05回复
    very slow的话ref 16,可能对方的硬解问题,可以另外指定下ref到6到8,一般过了6也没多大的压缩率


    IP属地:广东2楼2014-12-30 00:11
    收起回复
      2026-04-02 01:05:35
      广告
      不感兴趣
      开通SVIP免广告
      上传在线也没必要very slow吧
      我不传在线不是很清楚
      感觉slow都足够了


      IP属地:广东3楼2014-12-30 00:13
      收起回复
        体积差别……
        ---
        Across the Great Wall we can reach every corner in the world.
        Inside the Great Wall we are the only unreachable corner isolated from the world.


        来自Android客户端4楼2014-12-30 12:06
        回复
          预设被命名为slow,slower...只是为了看起来更直观,让使用者更好地选择,
          选择一个预设就相当于同时设置好了一堆参数,较为方便
          crf模式时,速度越慢,压制质量越好(体积越小)
          2pass模式时,速度越慢,视频质量越好
          - ultrafast:
          --no-8x8dct --aq-mode 0 --b-adapt 0
          --bframes 0 --no-cabac --no-deblock
          --no-mbtree --me dia --no-mixed-refs
          --partitions none --rc-lookahead 0 --ref 1
          --scenecut 0 --subme 0 --trellis 0
          --no-weightb --weightp 0
          - superfast:
          --no-mbtree --me dia --no-mixed-refs
          --partitions i8x8,i4x4 --rc-lookahead 0
          --ref 1 --subme 1 --trellis 0 --weightp 1
          - veryfast:
          --no-mixed-refs --rc-lookahead 10
          --ref 1 --subme 2 --trellis 0 --weightp 1
          - faster:
          --no-mixed-refs --rc-lookahead 20
          --ref 2 --subme 4 --weightp 1
          - fast:
          --rc-lookahead 30 --ref 2 --subme 6
          --weightp 1
          - medium:
          Default settings apply.
          - slow:
          --b-adapt 2 --direct auto --me umh
          --rc-lookahead 50 --ref 5 --subme 8
          - slower:
          --b-adapt 2 --direct auto --me umh
          --partitions all --rc-lookahead 60
          --ref 8 --subme 9 --trellis 2
          - veryslow:
          --b-adapt 2 --bframes 8 --direct auto
          --me umh --merange 24 --partitions all
          --ref 16 --subme 10 --trellis 2
          --rc-lookahead 60
          - placebo:
          --bframes 16 --b-adapt 2 --direct auto
          --slow-firstpass --no-fast-pskip
          --me tesa --merange 24 --partitions all
          --rc-lookahead 60 --ref 16 --subme 11
          --trellis 2


          IP属地:浙江本楼含有高级字体5楼2014-12-30 12:28
          收起回复
            我用very slow压制出来的视频播放拖动进度条会卡,连potplayer都会卡一下,MPC-HC直接卡几秒……


            IP属地:广西7楼2015-03-18 23:45
            收起回复
              我用过placebo压制720P的MV,3分40秒的视频,我压制了20个小时。HEVC,E3 1230v2


              IP属地:四川8楼2016-01-05 12:03
              收起回复