Hi there,

Here's an odd one for you which I think I might be the only person in
the world getting!

I'm using Xubuntu 6.06 (amd64 version) - transcode 1.0.2 was installed
using apt-get from the Ubuntu package repository.

I currently produce MPEGs the following way:

1) Generate each frame individually as a 352x288 PNG file - there are
over 10,000 at the end of the rendering process.

2) Join them together into a 352x288 25fps RGB raw AVI file using:

transcode -i all.lst -g 352x288 --no_split on --avi_limit 4000
--use_rgb -x imlist,null -oall.lstout2.avi -y raw,null

3) Then run TMPGEnc 2.520.54.163 under WINE 0.9.16 to convert it into
a plain MPEG1 file.

That works fine - until the resulting AVI from transcode reaches a
certain threshold (presumably 2GB, but that's just a guess on my
part). TMPGEnc converts the AVI file, up to part-way through the job,
coincidentally when a new RIFF chunk is started.

Is there any possibility of disabling this chunking so that the large
file is one large chunk? TMPGEnc can handle plain uncompressed AVI
files up to 4GB.

Many thanks if you can help me. My current workaround is to transfer
3GB of split up AVI (three bog-standard AVI files) across the network
to a slow Win98 box, join them up into one standard AVI file using
VitrualDub, encode that to MPEG using TMPGEnc on that machine, then
transfer the MPEG back to my rendering machine.

It takes over an hour :/ Naturally I'd like to speed that up by
keeping everything on my fast machine :)

Here's the transcode output:

transcode -i all.lst -g 352x288 --no_split on --avi_limit 4000
--use_rgb -x imlist,null -oall.lstout2.avi -y raw,null

transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
[transcode] warning : unused command line parameter detected (14/15)
[transcode] warning : argc[14]=on (unused)
libdvdread: Encrypted DVD support unavailable.
************************************************
**                                            **
**  No css library available. See             **
**  /usr/share/doc/libdvdread3/README.Debian  **
**  for more information.                     **
**                                            **
************************************************
libdvdread: Can't open file VIDEO_TS.IFO.
[transcode] auto-probing source all.lst (failed)
[transcode] V: import format    | unknown  (V=imlist|A=null)
[transcode] V: import frame     | 352x288  1.22:1
[transcode] V: bits/pixel       | 0.710
[transcode] V: decoding fps,frc | 25.000,0
[transcode] A: import format    | 0x2000  AC3          [48000,16,2]
[transcode] A: export           | disabled
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame  | 7680 (7680.000000)
[transcode] A: adjustment       | [EMAIL PROTECTED]
[transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm C)
tc_memcpy: using amd64 for memcpy
[transcode] V: video buffer     | 10 @ 352x288
[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=25.000, width=352, height=288
Adding a new RIFF chunk: 16549],  28.78 fps, EMT: 0:04:21, ( 0| 0| 0)
VID NrEntries 0/2 (ix00) |0x76BCECB0|52424|6549|: 0:07:05, ( 0| 0| 0)
VID NrEntries 1/2 (ix00) |0xC1126330|32824|4099|

clean up | frame threads | unload modules | cancel signal | internal
threads | done
[transcode] encoded 10650 frames (0 dropped, 0 cloned), clip length 426.00 s


--
Nick Humphries
[EMAIL PROTECTED]
http://www.egyptus.co.uk

Reply via email to