How to play two videos, the latter in a loop?
Posted: 17 Jun 2011 10:00
Hi,
in MPlayer i could do this:
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 of VLC with vid2.mp4 after the first one exited is possible, the major drawback with this solution is that there is a black screen for a few seconds which is not ideal.
in MPlayer i could do this:
Code: Select all
mplayer vid1.mp4 -loop 1 vid2.mp4 -loop 0
How can I achieve the same effect in VLC? Starting another instance of VLC with vid2.mp4 after the first one exited is possible, the major drawback with this solution is that there is a black screen for a few seconds which is not ideal.