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