[MPlayer-users] Including JPG in a playlist

David Hepburn dhepburn2 at hotmail.com
Sun Feb 19 10:57:01 EET 2017


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?


TIA.


More information about the MPlayer-users mailing list