Date: Mon, 21 Jul 2003 17:00:37 -0400 (EDT) From: tscheng@ic.sunysb.edu To: freebsd-ports@freebsd.org Subject: transcode core dump Message-ID: <20030721165447.Y29630@bst19-196unix.path.sunysb.edu>
next in thread | raw e-mail | index | archive | help
hi, I am using transcode to split a avi file, and I also acknowledged that some avi files have different chunks for video and audio track, the avi file has to be remuxed before splitting to ensure that both avi's after splitting have correct sound, so that's what I did: > transcode -i test.avi -P1 -N 0x1 -y raw -o foo.avi and I got: >transcode v0.6.8 (C) 2001-2003 Thomas =D6streich [transcode] auto-probing source test.avi (ok) [transcode] V: import format | DivX RIFF data, AVI (V=3Ddivx|A=3Dmp3) [transcode] V: pass-through | yes [transcode] V: import frame | 720x576 1.25:1 [transcode] V: bits/pixel | 0.174 [transcode] V: encoding fps | 25.000 [transcode] A: import format | 0x55 MPEG layer-3 [24000,16,2] 48 kbps [transcode] A: export format | 0x1 PCM [24000,16,2] 128 kbps [transcode] A: bytes per frame | 3840 (3840.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32 accel mode | 3dnow (3dnow mmxext mmx asm) [transcode] V: video buffer | 50 @ 720x576 [import_mp3.so] v0.1.3 (2003-06-10) (audio) MPEG [import_divx.so] v0.2.7 (2003-05-29) (video) DivX;-)/XviD/OpenDivX/DivX 4.xx/5.xx [export_raw.so] v0.3.10 (2003-06-09) (video) * | (audio) MPEG/AC3/PCM [import_mp3.so] MP3->PCM [import_mp3.so] tcextract -a 0 -i "test.avi" -x mp3 -d 0 | tcdecode -x mp3 -d 0 Segmentation fault (core dumped) --- sorry there is not much for debugging, but this is all I've got, hope someone can help me with this, any idea is welcome! Eureka! Best regards Tsu-Fan Cheng Department of Pathology SUNY Stony Brook Stony Brook, NY 11794
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030721165447.Y29630>