Page 1 of 1

Console playing playlist with start time

Posted: 17 Oct 2017 18:13
by Constantinff
Hello all,

I am trying to play several files audio1.mp3, audio2.mp3, ....
and to jump 30 seconds from the first file
then to continue playing all in loop, without jumping the rest files

What I have tried is:

Code: Select all

vlc --loop --start-time=30 audio1.mp3 audio2.mp3
But this command always jumps 30 second on every file
and I need only the first time when playing the first file to get the jump.

Is this possible with vlc command?