Search found 415 matches

Go to advanced search

by erwan10
26 Dec 2009 16:59
Forum: Skins
Topic: Some little feature requests
Replies: 21
Views: 5968

Re: Some little feature requests

Hi all, I just made the following patch (not yet committed) : - a loop parameter is added (default value is 0, meaning infinite number of loops) - the last frame becomes the static image once the animation is over. - animation is automatically started again when visibility is toggled for the control...
by erwan10
22 Dec 2009 16:04
Forum: VLC media player for Windows Troubleshooting
Topic: skins and hotkey
Replies: 3
Views: 191

Re: skins and hotkey

Hotkeys should work with skins exactly as they work with qt4 interface. (same keys, same actions)
The hotkeys susbsystem is independent of the GUI interface.

OS ? vlc version ? you may be using a wrong or broken version.

Erwan10
by erwan10
17 Dec 2009 18:16
Forum: Skins
Topic: skinnable fullscreen Controller (skins2 on Linux)
Replies: 7
Views: 3145

Re: skinnable fullscreen Controller (skins2 on Linux)

Is there the possibility to let the window move automatically to the horizontal center and vertical bottom of the screen? Okay. not yet implemented, but it could indeed be an option. In today's implementation, the fullscreen controller position is saved when quitting vlc. Is there the possibility t...
by erwan10
17 Dec 2009 00:26
Forum: Skins
Topic: skinnable fullscreen Controller (skins2 on Linux)
Replies: 7
Views: 3145

skinnable fullscreen Controller (skins2 on Linux)

Hi skins devs and others, A proposal for a skinnable fullscreen controller has just been committed in the dev branch (v1.1) Skins devs who wish to add a fullscreen controller to their skins will be able to implement one more window in theme.xml. This window just needs to be declared with id="fu...
by erwan10
16 Dec 2009 14:11
Forum: Skins
Topic: Some little feature requests
Replies: 21
Views: 5968

Re: Some little feature requests

Your're right. this "little feature" is not as straightforward as one could think. at first sight, I would say: - after a certain number of loops, a animated bitmap is just transformed into a static bitmap, using let's say, the first subimage of the series of nbFrames images. - the timer s...
by erwan10
15 Dec 2009 16:47
Forum: Skins
Topic: Some little feature requests
Replies: 21
Views: 5968

Re: Some little feature requests

this feature request makes sense. It can be added to the TODO list .... when I have some time, I will look at it.

Erwan10
by erwan10
10 Dec 2009 18:30
Forum: Skins
Topic: Simple "File Open" with a Skin on my VLC?
Replies: 9
Views: 2180

Re: Simple "File Open" with a Skin on my VLC?

Yes, it's weird, and the culprit seems to be the qt4 dialog provider : in modules/gui/qt4/dialogs_provider.cpp : switch( de->i_dialog ) { case INTF_DIALOG_FILE_SIMPLE: case INTF_DIALOG_FILE: openDialog(); break; case INTF_DIALOG_FILE_GENERIC: fileSimple() and file() actually end up executing the sam...
by erwan10
09 Dec 2009 12:42
Forum: Skins
Topic: Graphic bug with the Video window of a skin
Replies: 13
Views: 5039

Re: Graphic bug with the Video window of a skin

Weird, indeed. And not easy to figure out, as neither WinXP or wine(Linux) have this problem. @xanax : do you still have the navaga skins you sent me (the one with the nbFrames syntax error). I am curious to know if this skins (where animated bitmaps were in fact disabled) also shows the problem. By...
by erwan10
08 Dec 2009 10:47
Forum: Skins
Topic: Graphic bug with the Video window of a skin
Replies: 13
Views: 5039

Re: Graphic bug with the Video window of a skin

Thanks aLtgLasS , that's interesting. I've got some more questions if somebody can test them (I've got no Windows7 at hand) - Is it only the video window that shows the problem ? What about the playlist windows ? - Does other skins also show this problem or just Navaga ? - is it only those bitmaps t...
by erwan10
08 Dec 2009 00:06
Forum: Skins
Topic: Graphic bug with the Video window of a skin
Replies: 13
Views: 5039

Re: Graphic bug with the Video window of a skin

Actually, AlphaBlend is found, but a call to this function returns false. if( AlphaBlend && !AlphaBlend( m_hDC, xDest, yDest, width, height, hDC, 0, 0, width, height, bf ) ) { msg_Err( getIntf(), "AlphaBlend() failed" ); } MSDN (http://msdn.microsoft.com/fr-fr/library/dd183351%28en...
by erwan10
07 Dec 2009 22:20
Forum: Skins
Topic: Graphic bug with the Video window of a skin
Replies: 13
Views: 5039

Re: Graphic bug with the Video window of a skin

Thanks for your inputs. I'm afraid you just discovered a bug related to your Windows7 being a 64 bit OS. The problem is the following : skins2 error: AlphaBlend() failed skins2 error: AlphaBlend() failed skins2 error: AlphaBlend() failed in the source code, a 'msimg32.dll' dll is explicitly loaded. ...
by erwan10
07 Dec 2009 13:15
Forum: Skins
Topic: Graphic bug with the Video window of a skin
Replies: 13
Views: 5039

Re: Graphic bug with the Video window of a skin

I experienced this very problem on Linux with some ffmpeg svn version a while ago. It seems the libswscale library that scales bitmaps to fit a given window frame fails to do the job. If so, 'vlc --verbose 2' should be helpful But, whether on Linux (latest git for vlc and svn for ffmpeg) or on Windo...
by erwan10
06 Dec 2009 20:34
Forum: General VLC media player Troubleshooting
Topic: Howto omit minimizing of player between playlist items
Replies: 4
Views: 513

Re: Howto omit minimizing of player between playlist items

In vlc1.0, as long as the various items of your playlist are similar (same height, width and chroma), you won't have any such problem. BUT, if those are heterogeneous items (different size or chroma), vlc resets the vout submodule when transitioning from one item to the next. This results in the beh...
by erwan10
06 Dec 2009 20:19
Forum: VLC media player for Windows Troubleshooting
Topic: How to 'lock' window position & size?
Replies: 2
Views: 7004

Re: How to 'lock' window position & size?

In vlc1.0.x, for vlc never to resize the main window (qt4 interface), you can do two things (both in first panel of preferences) :

- uncheck "Resize interface to video Size".
- select "Complete" as display_mode.

Erwan10
by erwan10
04 Dec 2009 17:15
Forum: General VLC media player Troubleshooting
Topic: Display image with duration with RC interface
Replies: 1
Views: 458

Re: Display image with duration with RC interface

The following command for the rc interface has been tested successfully on WindowsNT and vlc1.0.3 :

Code: Select all

add fake:// :fake-file=F:\Photos\test1.jpg :fake-duration=7000
Erwan10
by erwan10
02 Dec 2009 13:44
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3159

Re: Output a jpeg instead of a movie

Would you put that on a public webpage? As I see it, it would open up for anyone to send commands to your vlc? No, it doesn't ... php is run on your server (only 127.0.0.1 is used). End users on the public domain won't be able to issue commands for vlc. They even have no means to know that you're u...
by erwan10
02 Dec 2009 12:05
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3159

Re: Output a jpeg instead of a movie

Actually, I got something running on Windows with wampserver2.0 (Apache2.2) and vlc1.0.3 Here is the bat script : PATH=D:\tmp\vlc\vlc-1.0.3-win32\vlc-1.0.3;%PATH% cd D:\tmp\vlc\vlc-1.0.3-win32\vlc-1.0.3 vlc -vv --ignore-config -I rc --rc-host 127.0.0.1:1234 --vout dummy --snapshot-path F:\\MyProject...
by erwan10
01 Dec 2009 22:06
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3159

Re: Output a jpeg instead of a movie

Question: Can I somehow modify the conf so I also see a still picture at http://localhost/cam0.jpg? The picture should be the most recent frame, so when I press F5 in the browse, I should see a new picture. I found a solution to your question for Linux (should also work on Windows with some changes...
by erwan10
30 Nov 2009 18:10
Forum: VLC media player for Windows Troubleshooting
Topic: Opening JPG from HTTP
Replies: 2
Views: 235

Re: Opening JPG from HTTP

This is a known limitation.

As of today, only image files that have got no prefix can be detected by the fake demux and then displayed as still images.

images adressed in the form of file://image.jpg or http://image.jpg are run as video files, and result in a fleeting image being displayed.
by erwan10
28 Nov 2009 15:30
Forum: Skins
Topic: A skin problem in Linux with KDE4
Replies: 2
Views: 1190

Re: A skin problem in Linux with KDE4

This is a known problem, it occured when making the video behaviour in skins mode more stable, I think it'll be changed in the next version. Until now, use a skin that provides a video control, like the default skin. Next version will have it, and those who wish to test it can already download a re...
by erwan10
17 Nov 2009 16:22
Forum: VLC media player for Windows Troubleshooting
Topic: Slide Show Problems VLC 1.0.3
Replies: 2
Views: 1646

Re: Slide Show Problems VLC 1.0.3

This is a known limitation. Up to now, an image is stored in a playlist with a file:// prepended to its name. When it is read again, vlc sees it as a video file with a zero size instead of a still image. Btw, you can also drap&drop still images on vlc and the 10 second default can be configured ...
by erwan10
17 Nov 2009 16:05
Forum: Skins
Topic: First skin & a few questions
Replies: 4
Views: 2071

Re: First skin & a few questions

points 3/ and 5/ were known bugs in vlc 0.9.X and have been corrected in vlc 1.0.

When using skins, I strongly advice you to use vlc1.0 (corrects a whole bunch of bugs)

Erwan10
by erwan10
06 Nov 2009 20:52
Forum: General VLC media player Troubleshooting
Topic: Can VLC Display an Audio File's Bit Rate?
Replies: 4
Views: 693

Re: Can VLC Display an Audio File's Bit Rate?

a few vlc skins already display audio bit-rate and sample-rate on the main window (see for instance chaos, Modern, Colibri2, ...)

Erwan10
by erwan10
03 Nov 2009 22:20
Forum: Skins
Topic: Can a skin dev make this old skin compliant with latest VLC?
Replies: 15
Views: 4629

Re: Can a skin dev make this old skin compliant with latest VLC?

Ok, changes committed tonight on both vlc1.0 and vlc11 branches (tested on Linux, but should work on Windows too.)

Nightly builds should be available as soon as tomorrow. Feel free to test and comment if needed.

Erwan10
by erwan10
03 Nov 2009 19:11
Forum: Skins
Topic: Can a skin dev make this old skin compliant with latest VLC?
Replies: 15
Views: 4629

Re: Can a skin dev make this old skin compliant with latest VLC?

No, nothing is done so far

@jb and aLtgLasS ..... do you think it is something that should be included in vlc1.0.3 ? (not much work, just a "political" decision)

Erwan10

Go to advanced search