Hello,
I'm looking for a player that would play videos playlist seamlessmly, without apparent interruption between two clips. As I need it to for weedings, I'm basically trying to play slideshow of videos with lengh of 1 to 10 sec randomly from a folder or several.
Using merger or slideshow software for these isn't what I'm looking for (long process), as I'm looking to play the slideshow live from the folders on windows. And so, I thought of playlist in media players, with the random functionality. Unfortunatly, players I tried (WMP, bsplayer, KMplayer, VLC,...) all have the same issue. There's always an obvious joint between each clips, a few fraction of section (sometime more) of blank screen.
Could you advise me a player that can run a playlist of very short videos from a folder (with random option) with a seamless feel, as if the clips have been processed and merged by a software? (Note that there can thousands of clips.)
I am on a PC, Windows 10.
Thank you.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Working well, thanks!
Although, I didn't manage to get the shuffle option activated. As I understood in other forum thread, I tried to add the code in the file input.conf
#Ctrl+r playlist-shuffle
or
#Ctrl+r --shuffle
But none change the order of my playlist. Could you tell me how to implement it? (I precise that I am not an expert in all computer things) -
I don't know what I'm doing wrong but I tried in mpv.conf each of the 4 following lines, but none seems to work (re-launched MPV each time):
- For keyboard shortcup:
# Shuffle clips.
#Ctrl+r playlist-shuffle
# Shuffle clips.
#Ctrl+r --shuffle
- Direct command:
# Shuffle clips.
#--shuffle
# Shuffle clips.
#Ctrl+r playlist-shuffle
These are incorrect? (likely) -
It appears we misunderstood each other. My suggestion was to open a command-prompt in the folder of your clips and literally enter the following into prompt:
Code:mpv --shuffle *
If you first want to open mpv, then load a playlist and then shuffle it with ctrl+r you put the following into input.conf:
Code:ctrl+r playlist-shuffle
You can force mpv to play the next item by binding that as well:
Code:ctrl+r playlist-shuffle ; playlist-next
Last edited by sneaker; 29th Aug 2019 at 15:39.
Similar Threads
-
PotPlayer: Disable Auto-Play of Next File In Playlist
By jsmusiker in forum Software PlayingReplies: 19Last Post: 24th Mar 2021, 16:56 -
mpc play episode from playlist which was openned last, disable subtitles
By empleat in forum Newbie / General discussionsReplies: 2Last Post: 23rd Jun 2018, 05:44 -
play parts of a video in slow motion in playlist
By cpliu in forum Software PlayingReplies: 1Last Post: 4th Mar 2018, 23:03 -
Which Software to cut videos seamlessly & maybe add a caption?
By SensualFreeSpirit in forum EditingReplies: 2Last Post: 26th Nov 2017, 18:43 -
Youtube playlist to M3U8 Playlist
By candita in forum Video Streaming DownloadingReplies: 2Last Post: 31st May 2017, 03:56