zoukankan      html  css  js  c++  java
  • x264编码参数大测试:04 subme与crf(f)

    一、测试内容

      测试方法——

    x264编码参数大测试:索引贴

    http://www.cnblogs.com/zyl910/archive/2011/12/14/x264_encode_param.html

      测试参数——

    subme:9、10、11。设定子像素(subpixel)运动估计(motion estimation)复杂度。值越高越好。

    crf:18 至 28,间隔1。固定位元率系数(Constant Ratefactor)码率控制方法。当qp是把某个量化值作为目标,而bitrate是把某个档案大小作为目标时,crf则是把某个“品质”作为目标。构想是让crf n提供的视觉品质与qp n相同,只是档案更小一点。crf值的度量单位是“位元率系数(ratefactor)”。

    参考测试:subme9,crf26。

      测试视频——

    f(青):720P电影 《极品飞车12:无间风云》预告片。简称“nfs”。

    二、测试结果

    2.1 画质

      DSSIM曲线图(越高越好)——

      pSSIM曲线图(越高越好)——

    2.2 码率

      Kbps曲线图(越低越好)——

      压缩率曲线图(越低越好)——

    2.3 转码速度

      FPS曲线图(越高越好)——

      pFPS曲线图(越高越好)——

  • 相关阅读:
    GIT 相关
    createFile
    值传递、指针传递、引用传递
    Sightseeing trip
    find the longest of the shortest
    Laurenty and Shop
    Dima and Lisa
    Marina and Vasya
    Kolya and Tanya
    Two Substrings
  • 原文地址:https://www.cnblogs.com/zyl910/p/x264_encode_param_04_subme_crf_f.html
Copyright © 2011-2022 走看看