Manually setting video output module

*nix specific usage questions
coldfire
Blank Cone
Blank Cone
Posts: 47
Joined: 07 Jul 2008 11:02

Manually setting video output module

Postby coldfire » 12 Aug 2008 09:50

How to set in the code that I want to use only glx or x11 or any other module?

i think the command line option is

vlc --module <module-name>

module-name can be x11,glx, xvideo

But I need to set it manually in the code ?
Good one What is H264?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Manually setting video output module

Postby Jean-Baptiste Kempf » 13 Aug 2008 06:35

vlc -Vglx ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Re: Manually setting video output module

Postby xtophe » 19 Aug 2008 14:56

the bruteforce (and easy) solution is to remove all the .so of the video output module you don't want

the eleguant solution is to go where module_Need("video output", "any") is called and replace any with your module (note: fonction prototype from the top of my head i'm not sure of the numer and order of the arguments)
Xtophe

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Re: Manually setting video output module

Postby xtophe » 19 Aug 2008 14:58

another solution is to increase a lot the score of the vout module you want to use
Xtophe


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 19 guests