[mythtv-users] Problem with mythtranscode

Chris Pinkham cpinkham at bc2va.org
Sat Mar 5 17:58:28 UTC 2005


> '/mnt/monster/store/1006_20050305125500_20050305144500.nuv':
>   Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, 15000 kb/s
>   Stream #0.1: Audio: mp2, 48000 Hz, stereo, 192 kb/s
> Only MP2 audio is currently supported
> mythtranscode: mpeg2trans.cpp:375: uint32_t
> MPEG2trans::process_mp2_audio(AVPacket*): Assertion `0' failed.
> Aborted

Haven't touched that part of the transcoder, so I'm not sure.  Can
you search for the following line in mythtv/programs/mpeg2trans.cpp
and change it:

cerr << "Only MP2 audio is currently supported\n";

Change it to this:

cerr << "Only MP2 audio is currently supported, unknown type: "
     << buf[1] << endl;

Then recompile and try to transcode again.

That should print out the code that it is checking to see if is mp2.
Maybe it needs to check for more codes than the one it checks for now.

-- 

Chris



More information about the mythtv-users mailing list