Hi
I have set of PNG images which are listed in the file nbb_0.lst
Each of these PNGs has the size 1200x900
Transcode has version 1.0.4-10.fc8
ImageMagick has version  6.3.5.10-1.fc8
ffmpeg has version  0.4.9-0.48.20080908.fc8

I now want to create an avi video like this:

   transcode -i bbb_0.lst -g 1200x900 --use_rgb -x imlist,null -o
emovie.avi -f 1 -y ffmpeg -F mpeg4

but i get:

[j...@aim-plankton klops]$ transcode -i bbb_0.lst -g 1200x900
--use_rgb -x imlist,null -o emovie.avi -f 1 -y ffmpeg -F mpeg4
transcode v1.0.4 (C) 2001-2003 Thomas Oestreich, 2003-2004 T.
Bitterberg, 2004-2007 Transcode Team
[transcode] auto-probing source bbb_0.lst (failed)
[transcode] V: import format    | unknown  (V=imlist|A=null)
[transcode] V: import frame     | 1200x900  1.33:1
[transcode] V: bits/pixel       | 1.667
[transcode] V: decoding fps,frc | 1.000,0
[transcode] A: import format    | 0x2001  AC3/A52      [48000,16,2]
[transcode] A: export format    | 0x55    MPEG layer-3 [48000,16,2]  128 kbps
[transcode] V: encoding fps,frc | 1.000,9
[transcode] A: bytes per frame  | 192000 (192000.000000)
[transcode] A: adjustment       | 0...@1000
[transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm C)
tc_memcpy: using sse for memcpy
[transcode] V: video buffer     | 10 @ 1200x900
[import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
[import_imlist.so] v0.1.1 (2007-08-14) (video) RGB
[export_ffmpeg.so] v0.3.13 (2004-08-03) (video) Lavc51.57.2 | (audio)
MPEG/AC3/PCM
[export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4
compliant video).
[export_ffmpeg.so]: WARNING: Interlacing parameters unknown, use --encode_fields
[export_ffmpeg.so]: INFO: No profile selected
[export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg'
[export_ffmpeg.so] found. Default settings will be used instead.
[export_ffmpeg.so]: INFO: Starting 1 thread(s)
[export_ffmpeg.so]: INFO: Set display aspect ratio to input
[mpeg4 @ 0x91c8d90]removing common factors from framerate
Audio: using new version
Audio: using lame-3.98.2
transcode: symbol lookup error: /usr/lib/transcode/export_ffmpeg.so:
undefined symbol: img_convert


Am i doing something fundamentally wrong?
Is there a better way to create a movie from a series of PNG Images?

Thank You
  Jody

Reply via email to