Hi
I'm using transcode 1.0.2 which i got by means of pirut:
[jody]:/home/aim-cari/jody:$rpm -q transcode
transcode-1.0.2-12.lvn6

I am running fedora 6 (kernel:2.6.22.9-61.fc6)

Now i have a list of files:
[jody]:/home/aim-cari/jody:$cat list_G.list
Grass_obst_00.png
Frass_obst_01.png
Frass_obst_02.png
Frass_obst_03.png
Frass_obst_04.png
Frass_obst_05.png
Frass_obst_06.png
Frass_obst_07.png
Frass_obst_08.png

When i use transcode for this list,
  transcode -i list_G.list -f 1 -g 840x890 --use_rgb -x imlist,null -z
-o movie.avi -y xvid,null
it fails (see typescript_G.txt).

When i use it for an identical list where the first Filename does not
start with a "G" it works:
 [jody]:/home/aim-cari/jody:$cat list_F.list
Frass_obst_00.png
Frass_obst_01.png
Frass_obst_02.png
Frass_obst_03.png
Frass_obst_04.png
Frass_obst_05.png
Frass_obst_06.png
Frass_obst_07.png
Frass_obst_08.png

In this case
  transcode -i list_F.list -f 1 -g 840x890 --use_rgb -x imlist,null -z
-o movie.avi -y xvid,null
yields the output in the attached file typescrit_F.txt.

Comparing the output i see that
in the G-case the following lines
  [transcode] V: import frame     | disabled
  [transcode] V: bits/pixel       | 0.000 (unknown)
  [transcode] V: decoding fps,frc | 0.000,0
  [transcode] V: encoding fps,frc | 0.000,0
  [transcode] A: bytes per frame  | -2147483648 (nan)
  [transcode] A: adjustment       | [EMAIL PROTECTED]
  [transcode] V: video buffer     | 10 @ 0x0

fatally differ from the F-case:
  [transcode] V: import frame     | 840x890  0.94:1
  [transcode] V: bits/pixel       | 2.408
  [transcode] V: decoding fps,frc | 1.000,0
  [transcode] V: encoding fps,frc | 1.000,9
  [transcode] A: bytes per frame  | 192000 (192000.000000)
  [transcode] A: adjustment       | [EMAIL PROTECTED]
  [transcode] V: video buffer     | 10 @ 840x890

All the files exist, the ones starting with "G" and the ones starting with "F"

If the file starting with G is not the first file in the list,
everything works normal, i.e.
a list containing only files starting with "G" except for the first
file work ok.


Has anybody encountered this problem? Is there a reason for it?

Thanks
  Jody
[jody]:/home/aim-cari/jody:$/usr/bin/transcode -i list_G.list -f 1 -g 840x890 
--use_rgb -x imlist,null -z -o movie.avi -y xvid,null
transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
(ts_reader.c) end of stream
[transcode] (probe) suggested AV correction -D 0 (-2147483648 ms) | AV 0 ms | 0 
ms
[transcode] auto-probing source list_G.list (ok)
[transcode] V: import format    | unknown  (V=imlist|A=null)
[transcode] V: import frame     | disabled
[transcode] V: flip frame       | yes
[transcode] V: bits/pixel       | 0.000 (unknown)
[transcode] V: decoding fps,frc | 0.000,0
[transcode] A: import format    | 0x2000  AC3          [   0,16,0]
[transcode] A: export           | disabled
[transcode] V: encoding fps,frc | 0.000,0
[transcode] A: bytes per frame  | -2147483648 (nan)
[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 @ 0x0
[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_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | 
(audio) MPEG/AC3/PCM
zsh: 11614 segmentation fault  /usr/bin/transcode -i list_G.list -f 1 -g 
840x890 --use_rgb -x imlist,null -z

[jody]:/home/aim-cari/jody:$/usr/bin/transcode -i list_F.list -f 1 -g 840x890 
--use_rgb -x imlist,null -z -o movie.avi -y xvid,null
transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
[fileinfo.c:118] file read error: Wrong medium type
[transcode] auto-probing source list_F.list (failed)
[transcode] V: import format    | unknown  (V=imlist|A=null)
[transcode] V: import frame     | 840x890  0.94:1  
[transcode] V: flip frame       | yes
[transcode] V: bits/pixel       | 2.408
[transcode] V: decoding fps,frc | 1.000,0
[transcode] A: import format    | 0x2000  AC3          [48000,16,2]
[transcode] A: export           | disabled
[transcode] V: encoding fps,frc | 1.000,9
[transcode] A: bytes per frame  | 192000 (192000.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 @ 840x890
[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_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | 
(audio) MPEG/AC3/PCM
[export_xvid4.so] Neither './xvid4.cfg' nor '~/.transcode/xvid4.cfg'
[export_xvid4.so] found. Default settings will be used instead.
[encoder.c] Delaying audio (0)
encoding frames [000000-000008],  16.39 fps, EMT: 0:00:08, ( 0| 0| 0) 
clean up | frame threads | unload modules | cancel signal | internal threads | 
done
[transcode] encoded 9 frames (0 dropped, 0 cloned), clip length   9.00 s

Reply via email to