fraunhoferhhi / vvdec

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

Testing VVC #98

Closed Jamaika1 closed 2 years ago

Jamaika1 commented 2 years ago

Test encode

VVEncoderApp.exe -i "113.yuv" -o "output_10bit.vvc" -v 5 -t 4 -s 1280x720 -r 29 -c yuv420 -g 16 -ip 256 --internal-bitdepth 10 --bitrate 3Mbps -f 200 --passes 1 --preset medium --level auto --tier main
vvencapp: Fraunhofer VVC Encoder ver. 1.4.0-ff2a948 [Windows][GCC 11.3.1][64 bit][SIMD=NA]

Test decode

VVDecoderApp.exe -b output_10bit.266 -o yyy.yuv
Fraunhofer VVC/H.266 Decoder VVdeC, version 1.5.0-e83c116 [THREADS=4; PARSE_DELAY=4; SIMD=NONE]

OK, bugs with uvg266. Sorry

adamjw24 commented 2 years ago

All good after all? Was just about to have a look