write_mpeg.pro [message #8210] |
Wed, 19 February 1997 00:00 |
ermak
Messages: 1 Registered: February 1997
|
Junior Member |
|
|
Hi All.
I'm trying to use write_mpeg.pro procedure
by Christian Soeller
posted some time
ago in this group but it does not work...
my code:
-----------------
mov=bytarr(100,100,3)
mov(*,*,0)=0
mov(*,*,1)=100
mov(*,*,2)=200
write_mpeg, 'test.mpg', mov
I've got errors:
% Program caused arithmetic error: Floating divide by 0
% Detected at WRITE_MPEG 106 write_mpeg.pro
% Program caused arithmetic error: Floating illegal operand
% Detected at WRITE_MPEG 106 write_mpeg.pro
ERROR: Invalid input file expansion expression (no ']')
IDL>
Is it my fault or write_mpeg.pro is incorrect?
Thanks in advance,
VE
--
--------------------------------------------------
Vladimir V. Ermakov, sci. researcher,
webmaster, sys. admin of IEM (iem.ac.ru)
Contact: ermak@iem.ac.ru
http://www.iem.ac.ru/~ermak
--------------------------------------------------
|
|
|