master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.4k stars 147 forks source link

Remove vapoursynth-plugin-lsmashsource #851

Closed Extarys closed 2 weeks ago

Extarys commented 3 weeks ago

Plugin doesn't exist on Arch repo anymore.

Fix https://github.com/master-of-zen/Av1an/issues/850

Extarys commented 3 weeks ago

Afterthought: maybe we should add vapoursynth-plugin-bestsource...

shssoichiro commented 2 weeks ago

I wouldn't necessarily recommend bestsource as the first choice. Its indexing is very slow, and it tends to sometimes do weird things with guessing framerate (though recent releases have been working on fixing this). Though it would probably be a good idea to have instructions for each of the possible source plugins.

Which, for lsmashsource would be to get the git package from the AUR. It's strange to me that the Arch maintainers removed the stable version from the official repos.

shssoichiro commented 2 weeks ago

It looks like we need this removed in order to fix the CI build... We'll need to figure out an alternative solution at some point. I think the ideal is setting up the build to get vapoursynth-plugin-lsmashsource-git from the AUR, but that can come in a later change. For now, I'll go ahead and merge this so the CI failure isn't blocking everything.