fraunhoferhhi / vvenc

VVenC, the Fraunhofer Versatile Video Encoder
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
BSD 3-Clause Clear License
942 stars 170 forks source link

VMAF for VVC #87

Closed andini2807 closed 3 years ago

andini2807 commented 3 years ago

Hi, my name is Antonio and I am doing a final Master thesis. I need to get the VMAF value of an VVC video stream. How I can do it? Thank you.

alexander-g2 commented 3 years ago

VVenC doesn't report VMAF scores. Use VVdeC for decoding, and VMAF for measuring quality.

Encoding: vvencapp -s 640x360 -r 60 -c yuv420_10 -o VVC.266 -i source.yuv

Decoding: vvdecapp -b VVC.266 -o VVC.yuv

Measuring quality: vmaf -r source.yuv -d VVC.yuv -w 640 -h 360 -p 420 -b 10