Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 1.58 KB

README.md

File metadata and controls

40 lines (38 loc) · 1.58 KB


AOMcodec_Fred说明



平台搭建

  • build prerequisites
    http://aomedia.org/build-prerequisites/
  • clone the AOM repository
    $ git clone https://aomedia.googlesource.com/aom
    $ cd aom
  • Configure and build AOM
    $ ./configure --enable-internal-stats --enable-debug --disable-install-docs --log=yes
    $ make
  • Run some encodes
    $ cd <test clip directory>
    $ run_tests 200 500 50 baseline
  • Make your changes to AOM
    $ run_tests 200 500 50 mytweak
  • generate an HTML-format report
    $ visual_metrics.py metrics_template.html "*stt" baseline mytweak > mytweak.html
  • View the report
    opening mytweak.html in a web browser


资源链接

AV1发布平台

码流分析工具

AV1源码

测试视频序列

版权说明

AOMcodec_Fred纯属个人业余研究,可能涉及到版权问题,如有涉及,请邮件说明(Fred1300216021@126.com),转载或分享AOMcodec_Fred请标注网址:https://github.com/RuidongFang/AOMcodec_Fred