We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
‘avcodec_decode_video2’ is deprecated ‘avresample_open’ is deprecated ‘avresample_get_out_samples’ is deprecated and so on.
The text was updated successfully, but these errors were encountered:
libavresample is not found in ffmpeg v5.x
Sorry, something went wrong.
could we adapt the audio.go so it can be used with later ffmpeg versions? Hence libavresample is no longer available, but is now libswresample
audio.go
libavresample
libswresample
@cwinging we have update the video.go file so it can be leveraged with ffmpeg 5.x and beyond. https://github.com/kerberos-io/joy4/blob/master/cgo/ffmpeg/video.go
video.go
No branches or pull requests
‘avcodec_decode_video2’ is deprecated
‘avresample_open’ is deprecated
‘avresample_get_out_samples’ is deprecated and so on.
The text was updated successfully, but these errors were encountered: