Page 1 of 1
Configure a shortcut or similar to begin a video by a point
Posted: 09 Jan 2018 12:00
by Panta
Begin a video in one of its parts ?
is this configurable with vlc.
Some scripting for this ? Some console line commands for this ?
Best Regards
Re: Configure a shortcut or similar to begin a video by a point
Posted: 10 Jan 2018 11:26
by Lotesdelere
--start-time [sec]
--stop-time [sec]
Re: Configure a shortcut or similar to begin a video by a point
Posted: 10 Jan 2018 20:32
by Panta
please. I don't understand. Can you put a link where the procedure is explained ?
What are those commands ? Where can I insert those commands ?
Best Regards
Re: Configure a shortcut or similar to begin a video by a point
Posted: 11 Jan 2018 11:57
by Lotesdelere
They are command line arguments, for instance:
vlc.exe video.mp4 --start-time 20 --stop-time 60
Re: Configure a shortcut or similar to begin a video by a point
Posted: 13 Jan 2018 23:01
by Panta
understood .
Best Regards