Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to support ffmpeg 4.4? #6

Open
azureplus opened this issue Dec 3, 2021 · 1 comment
Open

update to support ffmpeg 4.4? #6

azureplus opened this issue Dec 3, 2021 · 1 comment

Comments

@azureplus
Copy link

No description provided.

@MartinPulec
Copy link

MartinPulec commented Dec 2, 2022

If interested, I've updated the wrapper to current (master) version of FFmpeg, see here.

The main difference is that it cannot be compiled outside FFmpeg anymore - I think that this is no longer possible (easily) because the API for codecs has become internal in FFmpeg (before that it was public). On the other hand, the modified version doesn't replace the default HEVC decoder (which remains default), the libde265 can be opened, eg. via avcodec_find_decoder_by_name("libde265").

Otherwise it is more or less the same, I've done only 2 changes for me to work that I was not completely sure about (marked by @todo in code).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants