The code below work fine except that it takes 80 - 100% of the cpu on a P4 3.3Ghz machine. It seems to be in a tight loop reloading the static jpg. as --loop would indicate
So is there a way of limiting the loop frequency.
Code: Select all
vlc c:\castle.jpg --intf="dummy" --dummy-quiet --loop
MK