Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2003 22:18:21 +0200
From:      h.p.jaeckel@t-online.de (Peter Jaeckel)
To:        hendrik@scholz.net
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: transcode-0.6.4
Message-ID:  <3EA3008D.5000300@acm.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EA3008D.5000300>