alexheretic / ab-av1

AV1 re-encoding using ffmpeg, svt-av1 & vmaf.
MIT License
485 stars 30 forks source link

Add VVenC Support #229

Open veryprogram opened 1 month ago

veryprogram commented 1 month ago

With FFᴍᴘᴇɢ 7.1 classifying VVC decoding as now being stable, FFᴍᴘᴇɢ having optional support for VVC encoding via VVenC, apps like Shutter Encoder enabling VVC encoding via a GUI, and VVC being even more efficient than AV1 with regard to the video file sizes necessary to achieve similar visual quality, I hope ab-av1 also gains support for calculating which QP to use to achieve VMAF 95.

My hard drives are crying out for an even more efficient way to store archival video encodes.

raysv commented 1 month ago

Any clients supporting this? :D

alexheretic commented 4 weeks ago

If ffmpeg can use an encoder then ab-av1 should also be able to with -e. Is there anything else this vcodec would need from this project rather than ffmpeg?