Slideshow from commandline
Posted: 21 Sep 2018 14:56
Hi everyone,
I'm trying to use VLC for a slideshow. Therefor I'm tryng to start it from the command line with parameters to play all JPGs/PNGs in a folder and to loop.
Is this possible?
Unfortunately this is not working. The documentation doesn't provide any help. I cannot create a playlist, because the content of the folder changes ever day and I want his slideshow to be automated.
Any idea, how to solve this?
Thanks in advance.
Blackswan
I'm trying to use VLC for a slideshow. Therefor I'm tryng to start it from the command line with parameters to play all JPGs/PNGs in a folder and to loop.
Is this possible?
Code: Select all
vlc.exe --fullscreen --repeat "C:\Video\D1\*.*"
Any idea, how to solve this?
Thanks in advance.
Blackswan