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

cgo/ffmpeg api is deprecated #57

Open
cwinging opened this issue May 12, 2022 · 3 comments
Open

cgo/ffmpeg api is deprecated #57

cwinging opened this issue May 12, 2022 · 3 comments

Comments

@cwinging
Copy link

‘avcodec_decode_video2’ is deprecated
‘avresample_open’ is deprecated
‘avresample_get_out_samples’ is deprecated and so on.

@fmyxyz
Copy link

fmyxyz commented Sep 29, 2022

libavresample is not found in ffmpeg v5.x

@cedricve
Copy link

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

@cedricve
Copy link

@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

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

3 participants