comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » MPEG image size limit?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
MPEG image size limit? [message #16518] Wed, 28 July 1999 00:00 Go to next message
Waleed Al-Nuaimy is currently offline  Waleed Al-Nuaimy
Messages: 12
Registered: July 1999
Junior Member
I'm unable to playback any (IDL-generated) MPEGs of image size greater
than 284x284. Is that something to do with the OS (win95), my mpeg
player or the way I'm doing it (below)?

IDL> id = MPEG_OPEN(FILENAME='junk.mpg', [500,500] )
IDL> for i= 0,15 do MPEG_PUT, id, IMAGE = DIST(500), frame = i
IDL> MPEG_SAVE, id

Thanks for any advice.

Waleed Al-Nuaimy
Geo-Services International (UK) Ltd.
Re: MPEG image size limit? [message #16548 is a reply to message #16518] Tue, 03 August 1999 00:00 Go to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Waleed Al-Nuaimy (geoserv@compuserve.com) writes:

> I'm unable to playback any (IDL-generated) MPEGs of image size greater
> than 284x284. Is that something to do with the OS (win95), my mpeg
> player or the way I'm doing it (below)?
>
> IDL> id = MPEG_OPEN(FILENAME='junk.mpg', [500,500] )
> IDL> for i= 0,15 do MPEG_PUT, id, IMAGE = DIST(500), frame = i
> IDL> MPEG_SAVE, id

I'm told by someone who should know that there are three
separate MPEG "standards". IDL's MPEG object can generate
general MPEG-1 or MPEG-2 streams. However, many Windows MPEG
players can only play "Constrained Parameter Bitstream"
formats. These formats are generally limited to images
of less than 352x240 in size. If you generate MPEG streams
that use larger images, you must obtain a more complete
MPEG player. My source recommends Xanim or more recent
versions of ActiveMovie.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Please try on other unix Systems
Next Topic: Re: text objects slow! (how to speed up?)

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 16:04:37 PDT 2025

Total time taken to generate the page: 0.96211 seconds