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.