[MPlayer-users] Including JPG in a playlist
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Mar 8 01:23:18 EET 2017
On Sun, Feb 19, 2017 at 08:57:01AM +0000, David Hepburn wrote:
> After a bit of expertise on this one...
>
> On Windows PC's, I want to create a playlist that has a combination of videos and JPG files.
>
>
> I found I could run videos through a playlist with this command:-
>
> "C:\Program Files (x86)\Mplayer\mplayer.exe" -noborder -xineramascreen -2 -fs -ao win32 -priority realtime -lavdopts threads=8 -really-quiet -geometry 0:0 -x 1920 -y 1080 -noborder -playlist 1.txt
>
> Contents of the playlist file is:-
> C:\Program Files (x86)\Mplayer\media\Video1.mp4
> C:\Program Files (x86)\Mplayer\media\Video2.mp4
>
> I also found I could run a JPG for 10 secs by running this line command:-
>
> "C:\Program Files (x86)\Mplayer\mplayer.exe" "mf://test.jpg" -mf fps=1 -loop 425 -noborder -geometry 0:0 -x 1920 -y 1080
>
> Now I need to know how I can play both in a playlist. Any ideas?
Not sure I understand the problem
If you want to display all for 10 seconds, then you can just do "-mf fps=0.1"
and have the mf:// URL completely normally in the playlist?
Or am I missing something?
More information about the MPlayer-users
mailing list