LAVFilters icon indicating copy to clipboard operation
LAVFilters copied to clipboard

Suggestion: Whitelist/blacklist options (like ffdshow)

Open Nazosan opened this issue 3 years ago • 3 comments

Sometimes some things don't get along well with the functionality of things like LAVFilters (and ffdshow and etc.) Honestly the biggest culprit would be games, which often kind of need minimal processing and filtering, but a number of programs may also possibly experience some issues (I can imagine some audio/video editors likely at least have a chance of doing so.) A good solution is probably to have a whitelist like ffdshow/ffdshow-tryouts has where it will only load in particular programs (with some obvious defaults like the most common video players.) They also had a blacklist which can work, but is less optimal for obvious reasons (but maybe easier to implement?)

Nazosan avatar Dec 24 '21 10:12 Nazosan

It already has a blacklist function.

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LAV\Video\Blacklist

clsid2 avatar Dec 24 '21 13:12 clsid2

I suppose I would then change the blacklist part of my suggestion to "add an option to the GUI" then. Though I still think the whitelist was the better mechanism for managing compatibility.

Nazosan avatar Dec 24 '21 21:12 Nazosan

You can forget about such functionality. I doubt that nevcairiel is interested in adding that.

But any application that uses DirectShow which isn't compatible with LAV Filters is pretty much broken. Such applications/games should customize their filter graph building process to prefer whichever filters want to use.

If you are having trouble with an application then you should mention the name of its .exe

clsid2 avatar Dec 24 '21 22:12 clsid2