数据集视频编码(自用)

第三篇论文 数据准备

比特组合
3M,5M,8M
15M,30M,60M

3M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\3M\out\%~ni_3M.bin" --recon "G:\local\3M\recon\%~ni_3M.yuv" --bitrate 3000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\60fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\3M\out\%~ni_3M.bin" --recon "G:\local\3M\recon\%~ni_3M.yuv" --bitrate 3000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\25fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\3M\out\%~ni_3M.bin" --recon "G:\local\3M\recon\%~ni_3M.yuv" --bitrate 3000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\3M\out\30fps\%~ni_3M.bin" --recon "G:\local\3M\recon\30fps\%~ni_3M.yuv" --bitrate 3000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\3M\out\%~ni_3M.bin" --recon "G:\local\3M\recon\%~ni_3M.yuv" --bitrate 3000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp



5M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\5M\out\%~ni_5M.bin" --recon "G:\local\5M\recon\%~ni_5M.yuv" --bitrate 5000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\60fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\5M\out\%~ni_5M.bin" --recon "G:\local\5M\recon\%~ni_5M.yuv" --bitrate 5000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\25fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\5M\out\%~ni_5M.bin" --recon "G:\local\5M\recon\%~ni_5M.yuv" --bitrate 5000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\5M\recon\30fps\%~ni_5M.bin" --recon "G:\local\5M\recon\30fps\%~ni_5M.yuv" --bitrate 5000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\5M\out\%~ni_5M.bin" --recon "G:\local\5M\recon\%~ni_5M.yuv" --bitrate 5000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp




8M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\8M\out\%~ni_8M.bin" --recon "G:\local\8M\recon\%~ni_8M.yuv" --bitrate 8000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\60fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\8M\out\%~ni_8M.bin" --recon "G:\local\8M\recon\%~ni_8M.yuv" --bitrate 8000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\25fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\8M\out\%~ni_8M.bin" --recon "G:\local\8M\recon\%~ni_8M.yuv" --bitrate 8000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\8M\recon\30fps\%~ni_8M.bin" --recon "G:\local\8M\recon\30fps\%~ni_8M.yuv" --bitrate 8000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\8M\out\%~ni_8M.bin" --recon "G:\local\8M\recon\%~ni_8M.yuv" --bitrate 8000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp



15M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\15M\out\%~ni_15M.bin" --recon "G:\local\15M\recon\%~ni_15M.yuv" --bitrate 15000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\60fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\15M\out\%~ni_15M.bin" --recon "G:\local\15M\recon\%~ni_15M.yuv" --bitrate 15000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\25fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\15M\out\%~ni_15M.bin" --recon "G:\local\15M\recon\%~ni_15M.yuv" --bitrate 15000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\15M\recon\30fps\%~ni_15M.bin" --recon "G:\local\15M\recon\30fps\%~ni_15M.yuv" --bitrate 15000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\15M\out\%~ni_15M.bin" --recon "G:\local\15M\recon\%~ni_15M.yuv" --bitrate 15000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp


30M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\30M\out\%~ni_30M.bin" --recon "G:\local\30M\recon\%~ni_30M.yuv" --bitrate 30000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\60fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\30M\out\%~ni_30M.bin" --recon "G:\local\30M\recon\%~ni_30M.yuv" --bitrate 30000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\25fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\30M\out\%~ni_30M.bin" --recon "G:\local\30M\recon\%~ni_30M.yuv" --bitrate 30000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\30M\recon\30fps\%~ni_30M.bin" --recon "G:\local\30M\recon\30fps\%~ni_30M.yuv" --bitrate 30000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\30M\out\%~ni_30M.bin" --recon "G:\local\30M\recon\%~ni_30M.yuv" --bitrate 30000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp


60M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\60M\out\%~ni_60M.bin" --recon "G:\local\60M\recon\%~ni_60M.yuv" --bitrate 60000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\720P\720p_split\60fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\60M\out\%~ni_60M.bin" --recon "G:\local\60M\recon\%~ni_60M.yuv" --bitrate 60000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\25fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\60M\out\%~ni_60M.bin" --recon "G:\local\60M\recon\%~ni_60M.yuv" --bitrate 60000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\60M\recon\30fps\%~ni_60M.bin" --recon "G:\local\60M\recon\30fps\%~ni_60M.yuv" --bitrate 60000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\xiph_dataset\1080P\SPLIT\50fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\60M\out\%~ni_60M.bin" --recon "G:\local\60M\recon\%~ni_60M.yuv" --bitrate 60000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp

负样本

3M_60M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\local\3M\recon\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\3M_60M\out\%~ni_60M.bin" --recon "G:\local\3M_60M\recon\%~ni_60M.yuv" --bitrate 60000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\local\3M\recon\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\3M_60M\out\30fps\%~ni_60M.bin" --recon "G:\local\3M_60M\recon\30fps\%~ni_60M.yuv" --bitrate 60000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

5M_30M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\local\5M\recon\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\5M_30M\out\%~ni_30M.bin" --recon "G:\local\5M_30M\recon\%~ni_30M.yuv" --bitrate 30000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\local\5M\recon\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\5M_60M\out\30fps\%~ni_30M.bin" --recon "G:\local\5M_30M\recon\30fps\%~ni_30M.yuv" --bitrate 30000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

8M_15M
cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\local\8M\recon\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\8M_15M\out\%~ni_15M.bin" --recon "G:\local\8M_15M\recon\%~ni_15M.yuv" --bitrate 15000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp 

cd C:\Users\admin\Desktop\x265\x265_3.3\build\vc15-x86_64\Release
for %i in ("G:\local\8M\recon\30fps\*.yuv") do x265.exe --preset slow --input "%i" --fps 60 --input-res 1280x720 --output "G:\local\8M_15M\out\30fps\%~ni_15M.bin" --recon "G:\local\8M_15M\recon\30fps\%~ni_15M.yuv" --bitrate 15000 --keyint 10 --min-keyint 10 --no-scenecut --bframes 0 --rect --amp --input-csp i422

相关推荐

  1. 数据视频编码(自用)

    2024-04-01 01:44:03       40 阅读
  2. 自制数据处理

    2024-04-01 01:44:03       23 阅读
  3. 自动驾驶数据waymo

    2024-04-01 01:44:03       67 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-01 01:44:03       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-01 01:44:03       106 阅读
  3. 在Django里面运行非项目文件

    2024-04-01 01:44:03       87 阅读
  4. Python语言-面向对象

    2024-04-01 01:44:03       96 阅读

热门阅读

  1. 对 CSS Sprites(精灵图) 的理解

    2024-04-01 01:44:03       38 阅读
  2. v-for 中的模板引用

    2024-04-01 01:44:03       44 阅读
  3. Nginx入门 -- 理解Nginx基础概念:连接(Connection)

    2024-04-01 01:44:03       45 阅读
  4. LeetCode342. 4的幂

    2024-04-01 01:44:03       39 阅读
  5. Android WindowManager工具类

    2024-04-01 01:44:03       42 阅读
  6. GET 与 POST(计算机网络)

    2024-04-01 01:44:03       42 阅读
  7. 24计算机考研调剂 | 赣南师范大学

    2024-04-01 01:44:03       44 阅读
  8. docker、docker-compose安装

    2024-04-01 01:44:03       44 阅读