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
and I need only the first time when playing the first file to get the jump.
Is this possible with vlc command?