Page 1 of 1

[Help] .jpg >>.bat >> vlc player

Posted: 12 Aug 2012 03:54
by hasomaso
Hello Forum,

i am new here and need help.
my english is not perfect sorry

i've created a .bat file with this parameter

Code: Select all

@echo off start c:\progra~1\videolan\vlc\vlc "http://ns223506.ovh.net/rozne/90619bfec3a59f7a961c0de0a383d083/wallpaper-2120515.jpg" --meta-title=blablabla --height=400 --width=760
This parameter allows me to conjure up a picture on vlc
Unfortunately, the image is displayed only 2 seconds

I want the image to last longer!

I tried using this parameter --run-time=20,
unfortunately without success

can someone please help me




thanks
hasomaso

Re: [Help] .jpg >>.bat >> vlc player

Posted: 12 Aug 2012 12:28
by mederi
--image-duration=<float> Duration in seconds
Duration in seconds before simulating an end of file. A negative
value means an unlimited play time.

Re: [Help] .jpg >>.bat >> vlc player

Posted: 12 Aug 2012 14:39
by hasomaso
thank you for your answer
can you show one example with the parameter




thanks
hasomaso

Re: [Help] .jpg >>.bat >> vlc player

Posted: 23 Aug 2012 05:52
by hasomaso
no one can help ?

Re: [Help] .jpg >>.bat >> vlc player

Posted: 23 Aug 2012 16:42
by mederi
--image-duration parameter is available only in VLC2, not in VLC1!
Here is an example:

Code: Select all

"C:\Program Files\VideoLAN\vlc-2.0.1\vlc.exe" http://www.funny.sk/images/o/o41106.jpg --image-duration=20
Or a bit more complex if you use start command and would like to quit VLC when finished:

Code: Select all

start "" "C:\Program Files\VideoLAN\vlc-2.0.1\vlc.exe" http://www.funny.sk/images/o/o41106.jpg --image-duration=20 vlc://quit
By the way, this is wrong forum section for your topic :!: