Page 1 of 1

Playlist: play certain parts of a video/s

Posted: 12 Apr 2012 11:48
by phinoppix
Hi all,

This is my first post on this forum. I would like to ask if there is a way to queue a video with the start *and stop* time are also defined. I realized that there is a feature on v2.0.1 to queue a video and specify the start time. But I am wondering if I can also set the stop time. Thanks for your help.

Re: Playlist: play certain parts of a video/s

Posted: 12 Apr 2012 19:00
by VLC_help
You can set --run-time if you want the limit to be same with all videos

Code: Select all

--run-time=<float> Run time The stream will run this duration (in seconds).

Re: Playlist: play certain parts of a video/s

Posted: 17 Apr 2012 11:11
by phinoppix
Thanks for the info. Reading the docs, I learned that I can pass cmdline parameters such as --stop-time which is perfect for my presentation. Thanks again.