Search found 139 matches

Go to advanced search

by AsMaX
05 Mar 2006 10:01
Forum: Skins
Topic: Font Rendering
Replies: 2
Views: 3036

Can you explain more precisely what your problem is ? (with a non-JPEG screenshot if possible) The skins interface uses freetype2 to render fonts and it is supposed to work well; if you think it does not you probably have some transparency issues...
by AsMaX
25 Feb 2006 18:18
Forum: VLC media player for Windows Troubleshooting
Topic: Converting ? ? ? ?
Replies: 2
Views: 674

Hi,
sorry but your question is not really precise...
Which kind of file do you want to convert ? If VLC is able to read it then you can convert it to another format with the transcoding feature of VLC (see http://wiki.videolan.org/index.php/Transcode)
by AsMaX
25 Feb 2006 18:09
Forum: VLC media player for Windows Troubleshooting
Topic: Multiple audio card: how to select the right one?
Replies: 3
Views: 686

Hi,
did you have a look at Preferences > Audio > Output modules ?
by AsMaX
24 Feb 2006 23:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: subtitles
Replies: 3
Views: 1196

You can set the font in the Preferences dialog (Video > Subtitles > Text renderer > Font)
by AsMaX
19 Feb 2006 16:39
Forum: Skins
Topic: List of boolean expressions
Replies: 1
Views: 2561

Hi,
there was not such a variable, I've just implemented it (available in current SVN and in the next nightly build).
It's "vlc.isFullscreen"
by AsMaX
19 Feb 2006 15:48
Forum: Skins
Topic: Winamp2 skin support?
Replies: 1
Views: 3360

Hi,
it only works with VLC 0.8.5, which is not released yet.
But you can download a pre-version at http://nightlies.videolan.org/
by AsMaX
05 Feb 2006 19:05
Forum: Skins
Topic: Problem with Skin2 mode...
Replies: 20
Views: 14893

When you quit vlc (or save the preferences in the "Preferences" dialog), the last skin used is always saved so you have nothing to do (and if it doesn't work, maybe it means you have the wxwidgets interface instead of skins2 by default, as explained just above)
by AsMaX
29 Jan 2006 19:35
Forum: Skins
Topic: Transparencies
Replies: 2
Views: 3084

hi, on Windows (at least 2000) it is possible to set a global alpha value for the whole skin windows (but not on linux). Inside a skin window, full transparency between elements (image, button, etc.) and the window background is not supported, except for text (it is needed for anti-aliased fonts), b...
by AsMaX
13 Jan 2006 20:53
Forum: Skins
Topic: several feature requests
Replies: 12
Views: 6992

Yes, that's why I said it is not exactly the same...
by AsMaX
11 Jan 2006 22:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: skins2 interface error: No suitable dialogs provider found
Replies: 4
Views: 1472

Hi,
it is useless to add /usr/lib/vlc/gui in ld.so.conf, vlc doesn't use it...
What the warning says is that the file libwx_gtk2_xrc-2.6.so.0 is not found, so it is the one you have to find and add in ld.so.conf.
by AsMaX
11 Jan 2006 22:07
Forum: Skins
Topic: several feature requests
Replies: 12
Views: 6992

Well, the skin engine has no knowledge of a video *window*, it only has video *controls*. It is a valid request anyway; maybe we can add a new variable and do something like: <Window .... visible="vlc.hasVout" > ? (you can already use visible="vlc.isPlaying" though it is not exac...
by AsMaX
11 Jan 2006 21:57
Forum: Skins
Topic: feature request : a skin browser
Replies: 4
Views: 4434

Yes I like the screenshot.png, it would be useful for a real skin repository on the web anyway.
The skin browser is a good idea, but technically it implies a strong interaction between the skins2 and wxWidget plugins, we have to think about how to do that...
by AsMaX
11 Jan 2006 21:52
Forum: Skins
Topic: skin in progress : Navaga
Replies: 42
Views: 28697

good news for you:
- the "visible" attribute in Images is now working
- animations are now supported in checkboxes (yes the small guy is now walking ;) )
by AsMaX
10 Jan 2006 20:30
Forum: Skins
Topic: skin in progress : Navaga
Replies: 42
Views: 28697

Hi, This is really cool because with a simple checkbox, your skin can show an animation according to the current state. yes... it will work as soon as animations are supported in checkboxes ;) By the way you can do that with a simple <Button>, you just have to add something like ' visible="vlc....
by AsMaX
09 Jan 2006 19:09
Forum: Skins
Topic: animations with a checkbox
Replies: 1
Views: 2511

Yes it will be easy to do, I just have to find a bit of free time to do that...
by AsMaX
06 Dec 2005 18:10
Forum: Skins
Topic: Web sites to publish vlc skins
Replies: 41
Views: 40293

Indeed I thought of implementing this auto-detection of semi-transparency to activate or not alpha blending, maybe I'll do that if I don't know what to do ;)
by AsMaX
05 Dec 2005 23:37
Forum: Skins
Topic: Web sites to publish vlc skins
Replies: 41
Views: 40293

judge2005: nice skin indeed ;) just some comments: - the file playlist_button_bg.png is missing (there is an error in the logs) - the image playlistn.png has transparent pixels inside; you should not do that as it leads to annoying bugs when you want to close the playlist (as soon as you click on th...
by AsMaX
05 Dec 2005 20:56
Forum: Skins
Topic: Web sites to publish vlc skins
Replies: 41
Views: 40293

BTW windows users are going to find it hard to produce a .tar.gz file. WinZip certainly doesn't do it -
zip files are now supported too (initially to be able to load winamp2 skins), but only in vlc 0.8.5 (i.e nightly builds)
by AsMaX
05 Dec 2005 20:48
Forum: Skins
Topic: feature request : GIF support
Replies: 6
Views: 15604

Hi, for instance to do an animated "next" button with 4 images per second , you can have a bitmap with 8 sub-images laid vertically (as your volume bar example) <Bitmap id="next" file="next.png" alphacolor="#FF0000" nbFrames="8" fps="4"/> <...
by AsMaX
03 Dec 2005 12:55
Forum: Skins
Topic: feature request : GIF support
Replies: 6
Views: 15604

I guess you will be able to try it tomorrow ;) r13499 | asmax | 2005-12-03 12:43:35 +0100 (Sat, 03 Dec 2005) | 7 lines Changed paths: M /trunk/modules/gui/skins2/Modules.am M /trunk/modules/gui/skins2/controls/ctrl_button.cpp M /trunk/modules/gui/skins2/controls/ctrl_button.hpp M /trunk/modules/gui/...
by AsMaX
02 Dec 2005 18:59
Forum: Skins
Topic: Metadata as Text varibles
Replies: 3
Views: 3571

Hi,
no it is not possible, what would you need exactly ?
by AsMaX
02 Dec 2005 18:52
Forum: Skins
Topic: feature request : GIF support
Replies: 6
Views: 15604

hi,
I'm not sure if reading animated gif is possible, but animated bitmaps would be indeed fun to implement.
It should not be very difficult in theory, but the impacts on the code may not be trivial so I have to think a little about it...
by AsMaX
30 Nov 2005 23:13
Forum: Skins
Topic: bitmap fonts, how?
Replies: 5
Views: 4690

By the way as for bitamp fonts I thought I had implemented something more generic, but in fact you are right the image must have exactly the same dimension as in winamp skins.
by AsMaX
29 Nov 2005 19:32
Forum: Skins
Topic: bitmap fonts, how?
Replies: 5
Views: 4690

Hi,
the format of the bitmap is the same as the one of text.bmp in winamp 2 skins (or numbers.bmp for a "digits" font)
(see http://www.winamp.com/nsdn/winamp/skinn ... c/main.php)
As long as you respect this layout, the size of the characters doesn't matter.
by AsMaX
28 Nov 2005 19:30
Forum: Skins
Topic: Skins under Mac OS X
Replies: 3
Views: 22137

Yes the dialogs provider is one thing, but it is quite independant of the skin engine itself, and for that you "just" have to fill in the blanks in the skeleton I wrote ;) If someone with a good knowledge of low-level OSX programming can hear me, porting skins to another OS is a quite magi...

Go to advanced search