omxplayer-sync
omxplayer-sync copied to clipboard
playing multiple videos in a sequence
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!