Page 1 of 1

Using Playlist with VLC

Posted: 09 Aug 2008 18:01
by mkkulkarni
I am using Playlist option of VLC. I have many big movie clips in mpeg 2 format. If I want to play a selected portion out of the entire clip is it possible to define the In and Out mark in the Playlist? If not, is it possible to skip certain time of the first clip in the playlist? I found a seek command in RC interface of VLC. Is it possible to use it in the playlist.

Re: Using Playlist with VLC

Posted: 18 Aug 2008 14:33
by revolunet
if you're using the plugins, you should seek with javascript to the correct position. no way to specify the start-time per item playlist yet

Re: Using Playlist with VLC

Posted: 21 Aug 2008 11:35
by mkkulkarni
I have resolved the problem of seeking the portion of the clip. Now I want to know the item name playing currently from the playlist. currently im getting axVLCPlugin1.PlaylistCount.ToString() and axVLCPlugin1.PlaylistIndex.ToString(). I m using axVLCPlugin1 in c#.