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
965 stars 173 forks source link

ffmpeg - Should the vvc decoder be experimental but not the enocder? #404

Closed JohnTravolski closed 4 months ago

JohnTravolski commented 4 months ago

I noticed the ffmpeg integration page now states:

"VVenC is officially supported in FFmpeg since 15th June 2024 (revision c75940db29)."

I downloaded the latest windows build from here (version: 2024-07-10-git-1a86a7a48d): https://www.gyan.dev/ffmpeg/builds/ to give it a shot.

I noticed I could encode using vvenc with no issues, but as soon as I tried to decode it, I would get an error:

"The decoder 'vvc' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it."

Is it expected that I would receive this message for decoding but not for encoding? Why? Any idea how long it will be kept as experimental?

adamjw24 commented 4 months ago

As correctly noted in the title this question concerns ffmpeg and their policies. We have no information, or influence, on what the developers of ffmpeg deem experimental and what not. The decoding part of your question has zero relation to our projects. Closing.