Page 1 of 1

modify smplayer source to read jpg

PostPosted: Wed Sep 04, 2013 12:56 pm
by saman_artorious
I need to show jpeg files 25 images per second with a media player. Can I do this with smplayer? As I dropped a jpeg file inside it, it was not able to show the image. I need some information over whether what I aim for is possible with smplayer or not.

Re: modify smplayer source to read jpg

PostPosted: Wed Sep 04, 2013 9:09 pm
by rvm
This might work: File -> URL: type something like: mf://*.jpg or specify the directory, something like: mf:///tmp/

But it's better to use mplayer directly: mplayer mf://*.jpg -mf type=jpeg:fps=25

Re: modify smplayer source to read jpg

PostPosted: Sun Sep 08, 2013 9:30 am
by saman_artorious
what is the difference between mplayer and smplayer?

Re: modify smplayer source to read jpg

PostPosted: Sun Sep 08, 2013 1:48 pm
by rvm
mplayer is the player, smplayer is a graphical frontend for it.

Re: modify smplayer source to read jpg

PostPosted: Thu Dec 12, 2013 12:16 pm
by Abbysam007
As I dropped a jpeg file inside it, it was not able to show the image. I need some information over whether what I aim for is possible with smplayer or not.