-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
ffmpeg: enable subtitles filter #50996
Conversation
libass has always been a build dependency of this package, but ffmpeg does not autodetect it; enabling it manually activates the subtitles plugin in libavfilter
The change in closure size on macOS is from 101200424 to 114630048. |
@GrahamcOfBorg build ffmpeg |
Success on aarch64-linux (full log) Attempted: ffmpeg Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: ffmpeg Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: ffmpeg Partial log (click to expand)
|
I just realised that I probably got the ffmpeg packaging philosophy wrong. The I just tried this and ffmpeg als builds correctly when removing libass. So this is now more of a design decision. |
Since this pull request mostly stems from my personal misunderstanding of the ffmpeg packaging, I am going to close this. The |
FFmpeg does not autodetect
libass
, it has to be enabled manually. Doing so enables for example the subtitles filter. Interestingly,libass
is already a build dependency.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)