Celeb Glow
general | March 07, 2026

Is it possible to manually add addtional codecs to VLC Media Player for a portable install?

I have two DLL files and one OCX file for a proprietary codec format to play some specific videos encoded with it. While I have an "installer" for it that works fine to register the codec for the entire PC, I want to know if it's possible to just manually add the codecs to a portable VLC install on a USB stick so I don't have to install codecs on other machines or have admin access to them.

Is there just a folder I can drop these that VLC will automatically utilize? A config file I need to modify? Do I have to recompile VLC to accommodate additional codecs? Are there any video applications that can have codecs added like this?

Also, yes, I can re-encode the video files but I'd rather have the originals and just bring the codec with me.

2

1 Answer

Being a DLL file only means it can be used as a shared library on Windows not that any particular program will have any use for them. Most likely the DLLs are DirectShow filters which is baked into Windows. VLC can use DirectShow to play back media but only through DirectShow and the libraries registered for it requiring an "install" or at least registry edits to Windows.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy