Search found 2 matches

Go to advanced search

by Lukas0907
17 Jun 2011 10:43
Forum: General VLC media player Troubleshooting
Topic: How to play two videos, the latter in a loop?
Replies: 1
Views: 297

Re: How to play two videos, the latter in a loop?

OK I just found the solution.

Code: Select all

cvlc --fullscreen vid1.mp4 vid2.mp4 :input-repeat=-1
Works like a charm!
by Lukas0907
17 Jun 2011 10:00
Forum: General VLC media player Troubleshooting
Topic: How to play two videos, the latter in a loop?
Replies: 1
Views: 297

How to play two videos, the latter in a loop?

Hi, in MPlayer i could do this: mplayer vid1.mp4 -loop 1 vid2.mp4 -loop 0 This plays the first video one time and the second video in an infinite loop. I experience random crashes with mplayer, however, and want to migrate to VLC. How can I achieve the same effect in VLC? Starting another instance o...

Go to advanced search