SuRGeoNix / Flyleaf

Media Player .NET Library for WinUI 3/ WPF/WinForms (based on FFmpeg/DirectX)
GNU Lesser General Public License v3.0
712 stars 100 forks source link

H266/VVC / AV1 Support #288

Closed tomvdb closed 1 year ago

tomvdb commented 1 year ago

Hi,

Does the compiled ffmpeg include decoders for H266 and/or AV1 codecs by any chance?

Tom

SuRGeoNix commented 1 year ago

Hi @tomvdb,

Not sure to be honest, I compiled the defaults from https://github.com/BtbN/FFmpeg-Builds

If they don't you can always use your own builds (it supports both FFmpeg v5 and v6). For v6 just add FFmpeg.Autogen v6 to your project.

John