Page 1 of 1

Display JPG image from a playlist

Posted: 03 Oct 2008 16:17
by trysting
I would like to insert JPG images into my playlists. They are basically title cards that should display for a set period of time.

VLC will display the JPG files, but for nowhere near long enough.

I have tried different examples of fake, but the syntax is bizarre to a non-linux person and I don't know whether I'm
supposed to convert the syntax format or not (documentation says add "")

the current line reads (for example)

../buffy_1992/buffy.jpg
../buffy_1992/buffy_dvdrip.avi

I would imagine in windows that a duration command would be something like:
../buffy_1992/buffy.jpg /d=1000
or depending on sec/ms
../buffy_1992/buffy.jpg /d=15

Can anyone help here or is it an enhancement request?

Re: Display JPG image from a playlist

Posted: 03 Oct 2008 18:28
by VLC_help
--run-time=<integer> Run time
The stream will run this duration (in seconds).
http://wiki.videolan.org/VLC_command-line_help
might work or not (I am too lazy to test it out).

Re: Display JPG image from a playlist

Posted: 04 Oct 2008 23:01
by trysting
I tried
../destinationmoon_1950/odeon_destinationmoon.jpg --run-time=35 Run time
../destinationmoon_1950/odeon_destinationmoon.jpg --run-time=35

../destinationmoon_1950/odeon_destinationmoon.jpg --run-time="35" Run time

VLC is unable to open the MRL 'U:\mediaserver_films\0CataloguePlaylists\../destinationmoon_1950/odeon_destinationmoon.jpg --run-time="35" Run time'

I installed the latest version, it seems worse, I dont even get a glimpse of the image.

thanks for trying though.

Re: Display JPG image from a playlist

Posted: 05 Oct 2008 15:24
by VLC_help

Code: Select all

vlc --run-time=35 odeon_destinationmoon.jpg
does that work better from command line?

Re: Display JPG image from a playlist

Posted: 09 Oct 2008 13:34
by Teta
It doesn't work with 0.9.4 on Windows XP...

Teta