Search found 7 matches

Go to advanced search

by jared1999
26 Jan 2007 23:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 0.8.6 compile problem with ffmpeg on Gentoo
Replies: 2
Views: 1522

Thanks, it worked. I ended up creating a minimal VLC compile using only the features I need as I encountered some other compile issues. Compiling VLC on Gentoo isn't for the faint of heart. :)
by jared1999
22 Dec 2006 13:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 0.8.6 compile problem with ffmpeg on Gentoo
Replies: 2
Views: 1522

VLC 0.8.6 compile problem with ffmpeg on Gentoo

Using ffmpeg trunk from today I get the following errors on Gentoo Linux x86 (compiled for i686 architecture): ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-video.o): In function `DecodeVideo__ffmpeg': /home/bjorn/src/vlc-0.8.6/modules/codec/ffmpeg/video.c:834: undefined reference to `img_convert' ...
by jared1999
25 Aug 2006 23:24
Forum: Skins
Topic: Specify size from command line
Replies: 2
Views: 3280

Changing position after VLC has been started isn't a big issue for me. The --skins2-config option sounds like exactly what I'm looking for, I'll test the nightly build. Thanks for the info!
by jared1999
25 Aug 2006 09:28
Forum: Skins
Topic: Specify size from command line
Replies: 2
Views: 3280

Specify size from command line

I have a setup where VLC is launched by another application at a fixed position and size, so the skin needs to have a static size. The skin has been created so that it is resizable, and the launching application sometimes needs to change the position and size. The thing is, using --width and --heigh...
by jared1999
19 Dec 2005 12:59
Forum: VLC media player for Windows Troubleshooting
Topic: MPEG-4 ASP video stuttering
Replies: 0
Views: 642

MPEG-4 ASP video stuttering

I recently made an Xvid ASP encode with mencoder which causes "stuttering" in VLC. Mencoder tested was CVS20050928 and CVS20051102. I have tested the clip on 0.8.4 for Windows and OSX, as well as 0.8.5-svn-20051217. The clip plays flawlessly with Media Player Classic 6.4.8.6 using ffdshow ...
by jared1999
18 Nov 2005 13:32
Forum: Web and scripting
Topic: Documentation on VLC ActiveX
Replies: 5
Views: 15697

@Pflaume:
Thanks! It works nicely. But what if I want to set a track directly? In my setup I have a web page where one selects the tracks to play, and I'd like to set those directly in the ActiveX control without having to cycle through a number of tracks.
by jared1999
11 Nov 2005 15:10
Forum: Web and scripting
Topic: Documentation on VLC ActiveX
Replies: 5
Views: 15697

You didn't specify where you found the methods, but to be precise the list can be found in vlccontrol.h: // IVLCControl methods STDMETHODIMP play(void); STDMETHODIMP get_Visible(VARIANT_BOOL *visible); STDMETHODIMP put_Visible(VARIANT_BOOL visible); STDMETHODIMP pause(void); STDMETHODIMP stop(void);...

Go to advanced search