Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33557 - transcode 0.6.11 and no import_mp2.
Summary: transcode 0.6.11 and no import_mp2.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-15 08:02 UTC by Sigurd Stordal
Modified: 2003-11-17 07:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sigurd Stordal 2003-11-15 08:02:20 UTC
When I try to transcode from a mpeg1 (vcd) file I get a:
no /lib/transcode/import_mp2.so
and the file refuses to transcode.
So how to get transcode with mp2 support.
Comment 1 Christian Jiresjö 2003-11-17 01:20:02 UTC
Transcode doesn't have an import_mp2.so file. Mp2 decoding is done by the import_mp3 module.

The following thread from transcode-user describes something similar "http://lists.exit1.org/pipermail/transcode-users/2003-November/000392.html" caused by a typo.
So start by checking your commandline for a typo like mp2 instead of mp3 otherwise there are commandline options for forcing audiocodec for import/export.
Comment 2 Sigurd Stordal 2003-11-17 07:11:27 UTC
Using mp3 as input audio codec solved this. Thank you christian