Opened 13 years ago

Closed 13 years ago

#29225 closed defect (invalid)

transcode: missing a52_decore.so

Reported by: promac@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: Liontooth (David Liontooth), marioscheel@…
Port: transcode, dvdrip

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I am trying to use dvdrip, but since there is no a52_decore.so, I always get a broken pipe:

[import_vob.so] v0.6.1 (2006-05-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null
[export_xvid4.so] v0.0.6 (2007-08-11) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM
[import_vob.so] tccat -i "/Users/roma/dvdrip-data/Mummy/vob/020/" -t vob -d 0 -S 0 | tcdemux -M 2 -a 0 -x ac3 -S 0 -d 0 | tcextract -t vob -a 0 -x ac3 -d 0 | tcdecode -x ac3 -d 0 -s 1.000000,1.000000,1.000000 -A 1
[import_vob.so] tccat -i "/Users/roma/dvdrip-data/Mummy/vob/020/" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 2 -f 23.976024 -P /var/folders/Ek/Ek9n10dWFkWbqTRQWamq4++++TI/-Tmp-//fileAOy9ry   -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yuv420p
[decode_mpeg2.c] libmpeg2 acceleration: mmxext
dlopen(/opt/local/lib/transcode/a52_decore.so, 2): image not found

<---------------------------

[decode_a52.c] critical: failed to init ATSC A-52 stream decoder
[export_xvid4.so] warning: No libxvidcore API4 found
[encoder.c] warning: video export module error: init failed
[transcode] critical: failed to init encoder

Change History (2)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: lionteeth@… marioscheel@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to devans@…
Port: transcode dvdrip added

comment:2 Changed 13 years ago by dbevans (David B. Evans)

Resolution: invalid
Status: newclosed

What variants are enabled for your transcode installation?

Available variants are

devans% port variants
transcode has the variants:
   a52dec: enable support for decoding ATSC A/52 streams
   deprecated: enable deprecated or even broken components
   experimental: enable new, experimental or even incomplete components
   faac: enable AAC encoding support via libfaac
   freetype: enable support for the FreeType font engine
   full: enable all optional components
     * requires a52dec faac freetype imagemagick libdv libogg libpostproc libquicktime libtheora libvorbis libxml2 lzo mjpegtools x264 xvid
   imagemagick: enable support for the manipulation of still images
   libdv: enable support for the Digital Video format via libdv
   libogg: enable support for encoding and decoding ogg audio
   libpostproc: enable libpostproc support from ffmpeg
   libquicktime: enable support for QuickTime video
   libsdl: enable Simple DirectMedia Layer display support
   libtheora: enable support for the open video codec theora
   libvorbis: enable support for a fully open compressed audio format
   libxml2: enable support for the XML metalanguage
   lzo: enable lossless data compression via lzo2
   mjpegtools: enable mjpegtools support
   mmx: enable mmx optimizations
   no_x11
   x264: enable support for encoding H264/AVC video
   xvid: enable support for the open Xvid video codec

To build the module you want you need to use at least the +a52dec variant or to include all available modules use +full

sudo port install transcode +a52dec

or

sudo port install transcode +full

I recommend +full

Note: See TracTickets for help on using tickets.