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

Doesn't compile with ffmpeg 7 or other problem #16

Open
EvgenyKV opened this issue Jul 31, 2024 · 3 comments · May be fixed by #19
Open

Doesn't compile with ffmpeg 7 or other problem #16

EvgenyKV opened this issue Jul 31, 2024 · 3 comments · May be fixed by #19

Comments

@EvgenyKV
Copy link

https://aur.archlinux.org/packages/d2vwitch-git
https://pastebin.com/L1DW5jju

@artenax
Copy link

artenax commented Oct 1, 2024

You can use my build. It has ffmpeg 4 built in.
https://github.com/artenax/AviSynthPlus/releases

@EvgenyKV
Copy link
Author

EvgenyKV commented Oct 1, 2024

You can use my build. It has ffmpeg 4 built in. https://github.com/artenax/AviSynthPlus/releases

Thanks
Also compiled d2vwitch can be found here
https://www.selur.de/downloads

@Mikewando
Copy link
Contributor

If someone actually wants to build against ffmpeg 7.x the issue seems to be that ffmpeg 7.0 removed the bitmask audio channel methods (which were deprecated in 5.1) and the AVChannelLayout struct should be used by D2VWitch instead.

There's a couple other deprecation warnings which will presumably become breakages against ffmpeg 8.0

@TheGreatMcPain TheGreatMcPain linked a pull request Jan 24, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants