[MPlayer-dev-eng] does -mf work?

Gabucino gabucino at mplayer.dev.hu
Fri Mar 8 11:33:04 CET 2002


Charles Henrich didn't RTFM :
> > > > > Loading DLL: 'm3jpeg32.dll' Segmentation fault (core dumped)
> > > > sig11 in codec, as we discussed on IRC (bad files?)
> > > Will regrab the libraries and retry, but I can play mjpeg files okay..
> > bad (or unsupported) _jpeg_ files..
> Just standard jpegs as come out of ImageMagick??
Yes.

Try #1:


file ~/grab/01.jpg 
/home/gabucino/grab/01.jpg: JPEG image data, JFIF standard 1.01, aspect ratio,
	"xwdump˙Ű", 0 x 0
convert ~/grab/01.jpg a.jpg
xv a.jpg -> ok, nice, etc
cp a.jpg b.jpg
cp a.jpg c.jpg
mencoder \*.jpg -mf on:w=800:h=600 -vc mjpeg -> completes OK
mplayer test.avi -fps 1 -> whoopps, all green pictures...

mencoder \*.jpg -mf on:w=800:h=600 -vc ffmjpeg -> completes OK
mplayer test.avi -fps 1 -> whoopps, all green pictures...

mencoder \*.jpg -mf on:w=800:h=600 -vc m3jpeg
Loading DLL: 'm3jpeg32.dll'
ICDecompressGetFormatSize ret: 40
Called unk_MessageBeep
Called unk_GetActiveWindow
Called unk_DialogBoxParamA
Segmentation fault



Try #2:


file ~/grab/11.jpg
/home/gabucino/grab/11.jpg: JPEG image data, JFIF standard 1.01, resolution
	(DPI), "xwdump˙Ű", 1 x 1
convert ~/grab/11.jpg a.jpg
xv a.jpg -> ok, nice, etc
cp a.jpg b.jpg
cp a.jpg c.jpg

mencoder \*.jpg -mf on:w=800:h=600 -vc mjpeg -> completes OK
mplayer test.avi -fps 1 -> whoopps, all green pictures...

mencoder \*.jpg -mf on:w=800:h=600 -vc ffmjpeg -> completes OK
mplayer test.avi -fps 1 -> *ALL OK*


So:
	1. ImageMagick doesn't make JPEGs parsible for mainconcept mjpeg !
	   (BTW, if it wasn't parsible after ImageMagick, it also wasn't
	   parsible _before_ it)
        2. MainConcept supported 0 out of 2 JPEG formats.
	3. ffmjpeg supported     1 out of 2 JPEG formats.

-- 
Gabucino
"I think the developers placed this bug intentionally, so the GUI won't run
on specific systems. They are Debian-lovers, I see this from the docs." -- lama
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20020308/2b943527/attachment.pgp>


More information about the MPlayer-dev-eng mailing list