Hi eveybody, I've been using transcode via gtranscode for about a year with the same camera and settings. Recently I had to re-install the OS, including transcode v1.0.2 on mandriva 2006. The first attempt after this, to encode my digital video failed as follows:
(The command line I used was: transcode -i "/home/hako/Video/Ozel/mayis2006.avi" -P 2 -y xvid4 -I 3 -C 3 -o "/home/hako/Video/Ozel/mayis2006XviD.avi") 1. Transcode Output: transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Encrypted DVD support unavailable. libdvdread: Can't open file VIDEO_TS.IFO. [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source /home/hako/Video/Ozel/mayis2006.avi (ok) [transcode] V: import format | Digital Video RIFF data, AVI (V=dv|A=avi) [transcode] V: import frame | 720x480 1.50:1 [transcode] V: de-interlace | (mode=3) zoom to full frame (slow) [transcode] V: mirror frame | yes [transcode] V: bits/pixel | 0.174 [transcode] V: anti-alias | (mode=3|0.33|0.50) process full frame (slow) [transcode] V: decoding fps,frc | 29.970,4 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x1 PCM [32000,16,2] 1024 kbps [transcode] A: export format | 0x1 PCM [32000,16,2] 1024 kbps [transcode] V: encoding fps,frc | 29.970,4 [transcode] A: bytes per frame | 4272 (4270.933333) [transcode] A: adjustment | [EMAIL PROTECTED] [transcode] A: pass-through | yes [transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 50 @ 720x480 [import_avi.so] v0.4.2 (2002-05-24) (video) * | (audio) * [import_dv.so] v0.3.1 (2003-10-14) (video) DV | (audio) PCM [export_raw.so] v0.3.12 (2003-08-04) (video) * | (audio) MPEG/AC3/PCM [export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM [import_avi.so] format=0x1, rate=32000 Hz, bits=16, channels=2, bitrate=1024 [import_dv.so] tcextract -x dv -i "/home/hako/Video/Ozel/mayis2006.avi" -d 0 | tcdecode -x dv -y yv12 -d 0 -Q 5 [export_xvid4.so] Neither './xvid4.cfg' nor '~/.transcode/xvid4.cfg' [export_xvid4.so] found. Default settings will be used instead. tc_memcpy: using sse for memcpy Segmentation fault [EMAIL PROTECTED] Ozel]$ sh: line 1: 10098 Can not import data tcextract -x dv -i "/home/hako/Video/Ozel/mayis2006.avi" -d 0 10099 | tcdecode -x dv -y yv12 -d 0 -Q 5 2. tcprobe output: [tcprobe] RIFF data, AVI video [avilib] V: 29.970 fps, codec=dvsd, frames=17917, width=720, height=480 [avilib] A: 32000 Hz, format=0x01, bits=16, channels=2, bitrate=1024 kbps, [avilib] 17917 chunks, 76521804 bytes, CBR [tcprobe] summary for mayis2006.avi, (*) = not default, 0 = not detected import frame size: -g 720x480 [720x576] (*) frame rate: -f 29.970 [25.000] frc=4 (*) audio track: -a 0 [0] -e 32000,16,2 [48000,16,2] -n 0x1 [0x2000] (*) bitrate=1024 kbps length: 17917 frames, frame_time=33 msec, duration=0:09:57.831 I tryed to change the codec to RIFF using avifix, but the resulting file did not produce anything but a green screen after transcoding. Then I change to codec back to dvsd. 3. avifix output: [EMAIL PROTECTED] Ozel]$ avifix -i mays2006.avi -F RIFF [avifix] scanning AVI-file mays2006.avi for header information [avilib] V: 29.970 fps, codec=dvsd, frames=17917, width=720, height=480 [avilib] A: 32000 Hz, format=0x01, bits=16, channels=2, bitrate=1024 kbps, [avilib] 17917 chunks, 76521804 bytes, CBR [avifix] successfully updated AVI file mays2006.avi [avilib] V: 29.970 fps, codec=RIFF, frames=17917, width=720, height=480 [avilib] A: 32000 Hz, format=0x01, bits=16, channels=2, bitrate=1024 kbps, [avilib] 17917 chunks, 76521804 bytes, CBR Segmentation fault [EMAIL PROTECTED] Ozel]$ avifix -i mays2006.avi -F dvsd [avifix] scanning AVI-file mays2006.avi for header information [avilib] V: 29.970 fps, codec=RIFF, frames=17917, width=720, height=480 [avilib] A: 32000 Hz, format=0x01, bits=16, channels=2, bitrate=1024 kbps, [avilib] 17917 chunks, 76521804 bytes, CBR [avifix] successfully updated AVI file mays2006.avi [avilib] V: 29.970 fps, codec=dvsd, frames=17917, width=720, height=480 [avilib] A: 32000 Hz, format=0x01, bits=16, channels=2, bitrate=1024 kbps, [avilib] 17917 chunks, 76521804 bytes, CBR Segmentation fault I tried to merge two video files before starting to transcode them one by one, but after the process reached to the end of the first file, it killed itself with segmentation fault again, without adding any frames from the second file. Any suggestion is welcome. Hakan Duran