[vlc-devel] Re: Variable to VLC

Benjamin Pracht bigben+spam at videolan.org
Sat Jan 21 20:57:30 CET 2006


Le samedi 31 décembre 2005 à 18:18 +0400, SShail Shail a écrit :

> How do i do that , ie to tell VLC to play at 01:10:34 
> instead of 00:00:00 - only with a click of a button.
> 

Well, you can add any item specific option to vlc using the :variable
syntax. For instance, in that case

vlc <local or ditant url of file> :start-time=4234. You can use that
with the mozilla plugin. An alternative would be to make the browser
download a playlist file when clicking the button, with the option

#EXTVLCOPT:start-time=4234

one line before tha actual URL.

-- 
Benjamin Pracht

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list