Hello. I'm getting the following error when I try to transcode a sequence of 70 .png files (see 2nd line below and 4th line from end of output):
================ =>transcode -x imlist,null --use_rgb -y raw,null -f 15 -i im_in_list -g 540x1024 -o movie.avi transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [fileinfo.c:118] file read error: Wrong medium type Deleting quicktime codecs [transcode] auto-probing source im_in_list ([31;1mfailed[0m) [transcode] V: import format | unknown (V=imlist|A=null) [transcode] V: import frame | 540x1024 0.53:1 [transcode] V: bits/pixel | 0.217 [transcode] V: decoding fps,frc | 15.000,0 [transcode] A: import format | 0x2000 AC3 [48000,16,2] [transcode] A: export | disabled [transcode] V: encoding fps,frc | 15.000,13 [transcode] A: bytes per frame | 12800 (12800.000000) [transcode] A: adjustment | [EMAIL PROTECTED] [transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 540x1024 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_imlist.so] v0.0.2 (2003-11-13) (video) RGB [export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null [export_raw.so] v0.3.12 (2003-08-04) (video) * | (audio) MPEG/AC3/PCM [export_raw.so] codec=RGB, fps=15.000, width=540, height=1024 avi video write error: avilib - Error writing to AVI file REASON: Bad address transcode warning: error encoding video frame encoding frames [000000-000001], 5.39 fps, EMT: 0:00:00, ( 0| 0| 1) clean up | frame threads | unload modules | cancel signal | internal threads | done [transcode] encoded 2 frames (0 dropped, 0 cloned), clip length 0.13 s ================ The file "im_in_list" contains the names of the 70 .png files: ./im000.png ./im001.png and so on. The files were created by ImageMagick and, in fact, `identfy im000.png' returns: im000.png PNG 1024x540 1024x540+0+0 DirectClass 8-bit 805.715kb The system is system is A Fedora Core system with a slightly later version (6.3.4) of ImageMagick than is supplied by the distribution. Of course, I rebuilt transcode for this version. The really strange thing is than on an Fedora Core 6 laptop with the _exact_ same version of ImageMagick and transcode, I get the initial error "[fileinfo.c:118] file read error: Wrong medium type" but then transcode goes ahead and codes all the frames. I'm stumped. Dean