From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 13:18:30 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73FBF37B401 for ; Sun, 20 Apr 2003 13:18:30 -0700 (PDT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955CE43FD7 for ; Sun, 20 Apr 2003 13:18:29 -0700 (PDT) (envelope-from h.p.jaeckel@t-online.de) Received: from fwd05.sul.t-online.de by mailout11.sul.t-online.com with smtp id 197LGa-00036u-06; Sun, 20 Apr 2003 22:18:24 +0200 Received: from acm.org (520091624212-0001@[80.134.63.35]) by fwd05.sul.t-online.com with esmtp id 197LGS-154HZoC; Sun, 20 Apr 2003 22:18:16 +0200 Message-ID: <3EA3008D.5000300@acm.org> Date: Sun, 20 Apr 2003 22:18:21 +0200 From: h.p.jaeckel@t-online.de (Peter Jaeckel) User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4a) Gecko/20030419 X-Accept-Language: en-us, en MIME-Version: 1.0 To: hendrik@scholz.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Sender: 520091624212-0001@t-dialin.net cc: ports@FreeBSD.org Subject: FreeBSD Port: transcode-0.6.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:18:30 -0000 Hi, I am trying to get transcode to work. I am currently trying to decode a divx encoded file. I tried to copy my existing divxdecore library to the transcode directory but just got a segmentation fault. Which is actually the same what happened when I tried to compile transcode all by myself without the ports sources. It would be nice to get some ideas here because I think the most annoying thing here is the chaos with the library dependencies of transcode. Ciao, Peter PS below the debug output of the (short) transcode session transcode v0.6.4.20030325 (C) 2001-2003 Thomas Östreich [tcprobe] RIFF data, AVI video syscall: missing entry (probe.c) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms (probe.c) V magic=0x17, A magic=0x17, V codec=0x31b3, A codec=0x1 (probe.c) V magic=RIFF data, AVI, A magic=RIFF data, AVI, V codec=DivX;-), A co ec=PCM [transcode] auto-probing source tst.avi (ok) [transcode] V: import format | DivX;-) RIFF data, AVI (V=divx|A=avi) [transcode] V: import frame | 608x464 1.31:1 [transcode] V: bits/pixel | 0.255 [transcode] V: encoding fps | 25.000 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x1 PCM [48000,16,2] 1536 kbps [transcode] A: export format | 0x50 MPEG layer-2 [44100,16,2] 224 kbps [transcode] A: bytes per frame | 7680 (7680.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32 accel mode | sse2 (sse2 sse mmxext mmx asm) [transcode] encoder delay = decode=40000 encode=40000 usec [transcode] V: video buffer | 10 @ 608x464 [transcode] allocating 10 framebuffer (static) loading audio import module /usr/local/lib/transcode/import_avi.so loading video import module /usr/local/lib/transcode/import_divx.so [import_avi.so] v0.4.2 (2002-05-24) (video) * | (audio) * (decoder.c) audio capability flag 0x33 | 0x1 [import_divx.so] v0.2.5 (2002-10-10) (video) DivX;-)/XviD/OpenDivX/DivX 4.xx/5. x (decoder.c) video capability flag 0x2a | 0x2 loading audio export module /usr/local/lib/transcode/export_mpeg.so loading video export module /usr/local/lib/transcode/export_mpeg.so [export_mpeg.so] v1.2.1 (2002-06-05) (video) MPEG 1/2 | (audio) MPEG 1 Layer II (encoder.c) audio capability flag 0xb | 0x1 (encoder.c) video capability flag 0xb | 0x2 [transcode] starting 1 frame processing thread(s) [transcode] starting 1 frame processing thread(s) [import_avi.so] format=0x1, rate=48000 Hz, bits=16, channels=2, bitrate=1536 [import_divx.so] Loading external codec module libdivxdecore.so.0 [import_divx.so] Cannot open "/usr/local/lib/transcode/libdivxdecore.so" video import module error: OPEN failed critical error: failed to open input source - exit