Search found 9 matches

Go to advanced search

by KevinP
02 Jun 2006 09:51
Forum: Web and scripting
Topic: Timecode, Tivo-style controls
Replies: 4
Views: 2642

Actually it's not possible, because vlc doesn't know what a frame is. It's knowing it only when it would be displayed. I try to make a pluging that is able to get possition of snapshot but the mater is that the time i m getting back it 's not accurate, And to be able to have a better accuracy, the v...
by KevinP
17 May 2006 09:53
Forum: VLC media player Feature Requests
Topic: Better pause/play buttons/hotkeys + Real media support
Replies: 3
Views: 1472

It's sure that a better timing system would be great.

You can reduce a little the time of a pause by reducing the cache in the seting. But it's not immediatly.
by KevinP
17 May 2006 09:47
Forum: VLC media player for Windows Troubleshooting
Topic: VLC and the mozilla plugin question
Replies: 5
Views: 1740

The vlc plugin supports the following function calls: play() : Start playing media in the plugin. pause() : Pause playback. stop() : Stop media playback. fullscreen() : Switch the video to full screen. set_volume(vol) : Set the volume. vol has to be an int in the 0-200 range. get_volume() : Get the...
by KevinP
28 Mar 2006 11:46
Forum: Web and scripting
Topic: Problems to put two videos in the same web page...
Replies: 3
Views: 2668

Can you show us what your code look like ?

Are you using right acces to your page ? Or maybe it's because of the configuration of mozilla.
You may have other kind of setting in user mode. Maybe check in about:plugins, you may find something.
by KevinP
27 Mar 2006 15:21
Forum: General VLC media player Troubleshooting
Topic: vlc frame-by-frame step button
Replies: 2
Views: 1397

In fact the standard API of vlc is working frame by frame. But inside vlc is using nanosecond. By using MediaControlAPI, you could use ms. It's not frame by frame but it's better than nothing. You can use snapshot with this API in order to get image that are in the buffer. You will find more informa...
by KevinP
16 Mar 2006 15:32
Forum: General VLC media player Troubleshooting
Topic: Marker In, Marker Out. Only play a part in a video
Replies: 5
Views: 2208

Thanks, Dionoea. Is there some where I can find how vlc do the playing part ? I would like to get more information about it. edit : If I understand well. The fact we are limited in second is due to the API, But under, VLC is using nanosecond. So by using MediaControlAPI, or a new one, I should be ab...
by KevinP
16 Mar 2006 10:58
Forum: General VLC media player Troubleshooting
Topic: Marker In, Marker Out. Only play a part in a video
Replies: 5
Views: 2208

i'm trying to understand why VLC can not do frames by frames like some other player does. I know for exmple that MPlayer is able to do it. So why VLC can't, Aren't they use tthe same librarie ? Is somebody can explain me why it's not possible ? And do you think it could be done by doing some develop...
by KevinP
03 Mar 2006 17:14
Forum: Web and scripting
Topic: Plugin Mozilla for capture
Replies: 0
Views: 1683

Plugin Mozilla for capture

I'm interresting in working in a plugin XPCOM of vlc for Mozilla firefox but for capture.

Is some people working on a such plugin
by KevinP
03 Mar 2006 16:55
Forum: General VLC media player Troubleshooting
Topic: Marker In, Marker Out. Only play a part in a video
Replies: 5
Views: 2208

In fact, what I want to do is : only take a part of a video, like that I will ba able to make a video from a lot of small part. But what I understand is that VLC have only a second accuracy. I would something more accurate, like frame or maybe millisecond (ms) to be able to cut the video where I wan...

Go to advanced search