jmv movies not in MPEGMoviePlayerMorph menu

Karl Ramberg karl.ramberg at chello.se
Sun Dec 9 17:20:57 UTC 2001


Karl Ramberg wrote:
> 
> The MMPM filters files by looking at the file extension.
> The extension for jpeg movies is jmv.
> Maybe as a tribute to the writer of the jpeg plugin,
> Juan Manuel Vuletich :-)
> 
> Karl
> 
> John Hinsley wrote:
> >
> > Thanks to everyone for help in trying to get the JPEGReadWriterPlugin
> > built: I finally pinched a pre-built, cross compiled version (built on
> > BSD!) from Douglas Brebner!
> >
> > This works: I can convert a mpeg to a jmv using the code used by Steph:
> >
> > JPEGMovieFile convertMPEGFileNamed: 'AlienSong.mpg' toJPEGMovieNamed:
> > 'alien2.jmg' quality: 100
            ^^^^^

> >
> > and I can play this by using the protocol in MPEGDisplayMorph:
> >
> > myMPEGDisplayMorph:= MPEGDisplayMorph new openInWorld
> > myMPEGDisplayMorph openFileNamed: 'alien2.jmg'
								  ^^^^^^^
Are these copy pasted from Squeak or e-mail typo ?

The openMpeg method you listed is indeed the right place. 

Karl




More information about the Squeak-dev mailing list