omxplayer-sync icon indicating copy to clipboard operation
omxplayer-sync copied to clipboard

playing multiple videos in a sequence

Open zhiwan opened this issue 3 years ago • 0 comments

Hi,

Thank you for this wonderful piece of code! I had a quick question. I was reading through some of the past comments and saw that you can play multiple files in a sequence with this sample code:

omxplayer-sync file1.mkv file2.mkv *.mkv *

This didn't work for me and only plays the first file in the sequence. I also don't get what the *.mkv * does? I've tried it both with and without, although I used *.mp4 ". My exact reads:

omxplayer-sync -muvb --no-osd -o both file1.mpg4 file2.mp4

Any thoughts would be much appreciated. Thanks!

zhiwan avatar Mar 02 '21 02:03 zhiwan