wolverinn / HEVC-CU-depths-prediction-CNN

Using convolutional neural networks to predict the Coding Units (CUs) depths in HEVC intra-prediction mode, in order to reduce the time of the encoding process in HEVC.
MIT License
78 stars 27 forks source link

[SUGGESTION] AV1 version #6

Open MarcoRavich opened 2 years ago

MarcoRavich commented 2 years ago

Hi there, your encoding approach sounds really interesting !

It would be very interesting to apply it to AV1 encoding (wich is extremely heavy/slow)...

...it would be also nice to "mixup" with other alternative methods such as @master-of-zen 's per scene quality encoding:

https://github.com/master-of-zen/Av1an

Hope tat inspires !