Giter VIP home page Giter VIP logo

geyangwang-dop's Introduction

1. 替换CPP2DOP文件夹下源代码到项目360tools-master中,使用命令“360tools_conv.exe -i A_3840x1920_CPP.yuv -o A_3840x1920_CPP_DOP.yuv -w 3840 -h 1920 -l 3840 -m 1920 -n 1 -f 31”实现A测试序列由CPP格式转换为DOP格式。
使用命令“360tools_conv.exe -i A_3840x1920_DOP.yuv -o A_3840x1920_DOP_CPP.yuv -w 3840 -h 1920 -l 3840 -m 1920 -n 1 -f 0”可实现A测试序列从DOP格式到CPP格式的转换。
其中 -n 表示视频帧数,-f是转换模式,-w -h -l -m 分别为源视频与重建视频的宽和高,-i 是源视频名称,-o是重建视频名称。

2. 同样,替换ERP2DOP文件夹下源代码到项目360tools-master中,可以实现ERP和DOP格式间的互相转换,命令与第1条类似,其中ERP->DOP的转换模式是0,反之为31。

3. 不改变代码,直接运行 360tools-master 项目的 360tools_conv ,可以实现ERP和CPP格式间的互相转换,命令与第1条类似,其中ERP->CPP的转换模式是0,反之为31。

4. 不改变代码,直接运行 360tools-master 项目的 360tools_metric ,可以计算两个源视频的PSNR、CPP-PSNR、S-PSNR等。

5. 替换CPP2CDOP文件夹下源代码到项目360tools-master中,使用命令“360tools_conv.exe -i A_3840x1920_CPP.yuv -o A_2400x2400_CPP_CDOP.yuv -w 3840 -h 1920 -l 2400 -m 2400 -n 1 -f 31”实现A测试序列由CPP格式转换为CDOP格式。注意源视频与重建视频的分辨率关系。
使用命令“360tools_conv.exe -i A_2400x2400_CDOP.yuv -o A_3840x1920_CDOP_CPP.yuv -w 2400 -h 2400 -l 3840 -m 1920 -n 1 -f 0”可实现A测试序列从CDOP格式到CPP格式的转换。

geyangwang-dop's People

Contributors

chunyu-lin-bjtu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.