Search found 415 matches

Go to advanced search

by erwan10
01 Jun 2010 09:45
Forum: Skins
Topic: Remove frame from videos
Replies: 1
Views: 3242

Re: Remove frame from videos

The player black-out problem when transitioning from one video to the next has been a real issue, not yet really addressed satisfactorily so far, imo. For your request, the skin engine doesn't manage the mouse-over events over the video area. So no skins can provide what you describe. But, that's a ...
by erwan10
01 Jun 2010 09:27
Forum: General VLC media player Troubleshooting
Topic: Full screen without changing resolution
Replies: 3
Views: 482

Re: Full screen without changing resolution

vlc players does it too. The series of 'o', alt-'o' and alt-shift-'o' hotkeys are your friend.
by erwan10
22 May 2010 14:55
Forum: Skins
Topic: prevent playlist font set bold
Replies: 3
Views: 1594

Re: prevent playlist font set bold

the color of the currently played item is not used. the value for normal text color and selection background color works, but the played item is not highlighted as defined.... :( This was a known bug. It is solved with the new vlc1.1 version. On Windows, you can already use it from a nightly build ...
by erwan10
21 May 2010 21:18
Forum: Skins
Topic: view cover art in custom skin
Replies: 9
Views: 22806

Re: view cover art in custom skin

vlc1.2 will take some time, (vlc1.1 is just about to be released) But, at least for Windows users, latest nightly builds for vlc1.2 are available (http://nightlies.videolan.org/build/win32/last/) and are quite usable these days. This new 'art' feature can be tested right out of the box with the defa...
by erwan10
21 May 2010 21:10
Forum: Skins
Topic: Slick Iphone Skin (Update 1.4) Full Screen Controls
Replies: 31
Views: 15669

Re: Slick Iphone Skin (Update 1.3) skinned playlist

Yes, they might implement auto hide feature in the next version of VLC.
Yes, I think it is a good thing to add. But, it won't come for vlc1.1. At best, it could come for vlc1.2 ....

Erwan10
by erwan10
21 May 2010 20:56
Forum: General VLC media player Troubleshooting
Topic: Disable Full Screen from VLC ActiveX Plugin 2
Replies: 7
Views: 3983

Re: Disable Full Screen from VLC ActiveX Plugin 2

You can get latest build from http://nightlies.videolan.org/build/win ... 0521-0202/

and beware, name is --mouse-events (ending with a 's')

Erwan10
by erwan10
20 May 2010 17:52
Forum: General VLC media player Troubleshooting
Topic: Disable Full Screen from VLC ActiveX Plugin 2
Replies: 7
Views: 3983

Re: Disable Full Screen from VLC ActiveX Plugin 2

Have you tried the following with the soon-to-be released vlc1.1 : vlcVideo1.playlist.Add "c:\video\test.avi", "", Array(":no-mouse-events", ":no-video-title-show") In vlc1.1, --[no]-mouse-events is now also available for Windows. It disables all mouse interac...
by erwan10
18 May 2010 22:37
Forum: Skins
Topic: view cover art in custom skin
Replies: 9
Views: 22806

Re: view cover art in custom skin

To skins developpers, As a new feature (committed in the dev branch only, aka vlc1.2 ), art can now be used in skins In a nutshell, it goes like this : - a new 'art' parameter(boolean) is added to an Image control so that the skin engine can reuse the control to display the art file associated to th...
by erwan10
16 May 2010 09:23
Forum: Skins
Topic: Is it possible to add web links to skins?
Replies: 3
Views: 1803

Re: Is it possible to add web links to skins?

No, no undocumented feature. It is just not implemented.

Erwan10
by erwan10
16 May 2010 09:16
Forum: Skins
Topic: Skin browser does not work
Replies: 3
Views: 1347

Re: Skin browser does not work

on Linux, vlc0.9 and vlc1.0 vlc have got many problems as far as the skin engine is concerned.

soon-to-be-released vlc1.1 should work out those problems.

Erwan10
by erwan10
07 May 2010 09:44
Forum: General VLC media player Troubleshooting
Topic: Help! VLC acting like a two year old thats been denied candy
Replies: 2
Views: 392

Re: Help! VLC acting like a two year old thats been denied c

I'm not that good with computers, and I have no idea what the hell the cat stepped on to make it go psychotic... help? Please?
How can you expect a mouse-driven computer not to go psychotic when a cat is meddling around !
A cat-driven computer is an good idea ..... :idea: .. and not yet patented
by erwan10
04 May 2010 12:10
Forum: Skins
Topic: skin in progress : Navaga
Replies: 42
Views: 28707

Re: skin in progress : Navaga

Hi xanax, thanks for reporting it. Actually, a skinned window used as fullscreen controller SHOULD NOT call other windows or dialog boxes, since those latter are not meant to be visible in fullscreen mode. (It is not forbidden per se. Those windows are activated in the background, but the user canno...
by erwan10
03 May 2010 09:49
Forum: Skins
Topic: skinnable fullscreen Controller (skins2 on Linux)
Replies: 7
Views: 3145

Re: skinnable fullscreen Controller

No, what that only means is that skin developpers can now implement a skinnable fullscreen controller.

But, no miracle, a fullscreen controller won't come out of nowhere ...

For the skin shipped with vlc, a fullscreen controller has been implemented in vlc1.1

Erwan10
by erwan10
02 May 2010 23:17
Forum: Development around libVLC
Topic: How to intercept keyboard and mouse events on Windows
Replies: 15
Views: 6434

Re: How to intercept keyboard and mouse events on Windows

Here is a summary of what I found on Window (Linux is a quite different story), - Intercepting keyboard events should not be a problem. By default, keys are dispatched to the top window being active, not the vlc video window which is only a child window. Since you're in charge of developping this to...
by erwan10
02 May 2010 13:45
Forum: Skins
Topic: skin in progress : Navaga
Replies: 42
Views: 28707

Re: skin in progress : Navaga

- The Mute button doesn't work anymore (though, I haven't touched its code..) and I got this error : skins2 warning: drawBitmap: source rect too small, ignoring skins2 warning: sub-bitmap main-window-mute_hover ignored skins2 warning: drawBitmap: source rect too small, ignoring skins2 warning: sub-...
by erwan10
13 Apr 2010 18:41
Forum: Skins
Topic: Skins - Alpha Channel Support
Replies: 6
Views: 3966

Re: Skins - Alpha Channel Support

- alpha channel = 0 or = 255 is always taken into account (control overlapping another control, or against the background) - Alpha channel (1-254) may or may not be taken into account depending on the type of controls. (For button/checkbox controls, alpha channel is taken into account when the contr...
by erwan10
05 Apr 2010 11:55
Forum: Skins
Topic: Slick Iphone Skin (Update 1.4) Full Screen Controls
Replies: 31
Views: 15669

Re: Slick Iphone Skin (Released)

Where can I get the nightly build (and what is nightly build)? nightly builds are builds from the vlc dev repositories usually generated on a daily basis for test purpose. (http://nightlies.videolan.org/build/win32/) - branch refers to the current release (vlc.1.0.x) - trunk refers to the next majo...
by erwan10
05 Apr 2010 09:45
Forum: Skins
Topic: Slick Iphone Skin (Update 1.4) Full Screen Controls
Replies: 31
Views: 15669

Re: Slick Iphone Skin (Released)

Hi, very nice skins. In the next major release (vlc1.1, already available as nightly builds), you do have the possibility to have a fullscreen controller. This is just one more skinned window (<Window> tag) with id="fullscreenController" in theme.xml. This window is processed sightly diffe...
by erwan10
04 Apr 2010 17:14
Forum: VLC media player Feature Requests
Topic: Skins & Disable Aspect Ratio
Replies: 8
Views: 1412

Re: Skins & Disable Aspect Ratio

vlc1.1 from trunk ..... but, actually not the latest one anymore, since a new bug has it crash again at termination (should be corrected by a few days)

Choose one between March15 and March30, for the best result :)

Erwan10
by erwan10
01 Apr 2010 14:06
Forum: Skins
Topic: What are the limitations for animated bitpmaps
Replies: 7
Views: 1934

Re: What are the limitations for animated bitpmaps

What I mean is that, in the following example, width and height refer to the whole image size ( not the frame size). It also means that the height is often far greater than the width. One can easily be mistaken ..... <SubBitmap id="id1" x="339" y="424" width ="24&q...
by erwan10
01 Apr 2010 10:40
Forum: Skins
Topic: What are the limitations for animated bitpmaps
Replies: 7
Views: 1934

Re: What are the limitations for animated bitpmaps

Hi, Animated images should work fine. AFAIK, there are no limitations at all. Maybe one common error is to give the 'height' parameter the height value of a frame. Actually, 'height' expects the whole png height size ( i.e height_for_one_frame * nbframes ). If you give the height of a frame, it mean...
by erwan10
30 Mar 2010 23:22
Forum: VLC media player for Windows Troubleshooting
Topic: Hauppauge HVR2250
Replies: 3
Views: 467

Re: Hauppauge HVR2250

I do use vlc to watch TV with a Hauppauge usb product (analog TV) on both WinXP and Linux(Debian). It works fine.
by erwan10
30 Mar 2010 14:21
Forum: General VLC media player Troubleshooting
Topic: Tell How Many Titles and Chapters a DVD Has
Replies: 3
Views: 1345

Re: Tell How Many Titles and Chapters a DVD Has

IIRC, titles and chapters are automatically updated in the Playback/Title and Playback/Chapter menus of vlc (default qt4 interface)
by erwan10
30 Mar 2010 13:51
Forum: VLC media player for Windows Troubleshooting
Topic: Picture slideshow with fake module
Replies: 1
Views: 771

Re: Picture slideshow with fake module

For security reasons, passing options in a playlist is no longer as straightforward as it used to be. An alternative can be to write a shell script (Linux) or a bat script (Windows32) describing the whole set of images and their specific options (duration, ... ). Something along the lines of vlc \ f...
by erwan10
22 Mar 2010 13:34
Forum: VLC media player for Windows Troubleshooting
Topic: Can't display video in original size
Replies: 6
Views: 2991

Re: Can't display video in original size

Which OS do you use ? ... probably Windows :( ? - autoscale parameter (aka ctrl-'o' hotkey) On Windows, there is a technical limitation that prevents video from exceeding screen size. This limitation was added to work around some side effects (black screen). Yet, the autoscale toggle hotkey keeps on...

Go to advanced search