transcode audio import module error
Hello all, having a problem with transcode and was hoping someone could help me out here. I do not understand, I use the same options on other xvid files and it works fine. This is probably the largest one I've tried it on, though. I have tried with ffmpeg .5 and also the latest SVN checkout release of ffmpeg, same error.
~/#transcode -i blahblah.avi -y ffmpeg --export_prof dvd-ntsc --export_asr 2 -o video -D0 -s2 -m audio.ac3 -J modfps=clonetype=3 --export_fps 29.97
###
[export_ffmpeg.so] v0.3.18 (2008-11-29) (video) Lavc52.20.0 | (audio) MPEG/AC3/PCM
[import_mp3.so] MP3->PCM
[import_mp3.so] tcextract -a 0 -i "blahblah.avi" -x mp3 -d 0 | tcdecode -x mp3 -d 0 -z 48000
[import_mp3.so] critical: popen pcm stream: Cannot allocate memory
[transcode] critical: audio import module error: OPEN failed
[transcode] critical: failed to open input source
###
~/# file blahblah.avi
blahblah.avi: RIFF (little-endian) data, AVI, 720 x 304, 29.97 fps, video: XviD, audio: MPEG-1 Layer 3 (stereo, 48000 Hz)
Using transcode version 1.1.2
Last edited by voyciz; 07-14-2009 at 11:27 PM.
Reason: forgot transcode version
|