[MPlayer-users] Re: Jpeg input for slideshows?
adland
adland123 at yahoo.com
Fri Mar 26 10:10:21 CET 2004
Bjoern Schimpf <bjoern_schimpf <at> visual4.de> writes:
>
> Hello List,
> is it possible to include jpegs (or just images) into a playlist or mplayer
> commandline to get something like a slideshow?
>
from mplayer man page
-mf <option1:option2:...>
Used when decoding from multiple PNG or JPEG files.
Available options are:
w=<value>
width of the output (autodetect)
h=<value>
height of the output (autodetect)
fps=<value>
fps of the output (default: 25)
type=<value>
type of input files (available types: jpeg, png, tga, sgi)
try mplayer -mf fps=1:type=jpeg *.jpg mf://*.jpg
assume would play files in order of the command ls *.jpg
can add path to images
rate is at 1 per second
core dump in 1.0pre3
ran in CVS
if you want to use the w and h options may also need the -noaspect option
good luck
More information about the MPlayer-users
mailing list