Page 1 of 1

Stop and Start Time using libVLC.dll

Posted: 02 Jan 2007 11:32
by nkarnold
Hi All,

I've wrapped up libvlc.dll using some of the example C# wrappers and everything in general is working fine.

I'm primarily using the class to #sout DVD's to other formats, but I can't see a way of using -stop-time which is a command line argument.

Any ideas.. ? SetVariable ?

Thanks in advance

N

Posted: 02 Jan 2007 18:56
by Tappen
stop-time seems to only work with simple files, not dvd tracks, whether you use a C# interface to libvlc or the gui. If it did work, you'd add "--stop-time=60" to the options array when you add an MRL to the playlist.