|
From: Nathan M. <fr...@ch...> - 2004-01-06 21:14:43
|
Steven M. Schultz wrote: >>[transcode] warning : /usr/local/lib/transcode/export_mpeg2enc.so: >>undefined symbol: y4m_dar_16_9 >>[transcode] warning : (dl_loader.c) loading >>"/usr/local/lib/transcode/export_mpeg2enc.so" failed >>[transcode] warning : (encoder.c) loading video export module failed >>[transcode] warning : failed to init export modules >> >> > > Did you remember to recompile transcode after installing mjpegtools? > > The undefined symbol 'y4m_dar_16_9' should be defined in the mjpegtools > library libmjpegutils.a. If that symbol is coming up undefined it > would seem to indicate that transcode did not link against the right > library. > > Which version of transcode are you using? the cvs version or the > last release candidate? > > Steven Schultz > > I recompiled everything after installing mjpegtools, and it IS working now however, I am getting some funky results. My resulting mpeg2 video has a blue hue, do I need to run it thru some filter to get rid of this, or are my settings wrong? I'm still quite a bit new to this stuff. transcode -i Aqua\ Teen\ Hunger\ Force\ -\ The\ Cloning\ -\ Xavier.avi -V -y mpeg2enc,mp2enc -F 4 -E 44100 -b 128 -o athf -j -92 -Z 480x576 -k mplex -f 4 -S 700 -o athf%d.mpg athf.m2v athf.mpa the resulting video on that appears with a blue hue, also, the sound is wack on that video. I got this warning during the transcode, [export_mp2enc.so] (45/4096) cmd=mp2enc -v 0 -r 44100 -b 128 -s -o "athf.mpa" big_values too large! 509 Blocktype == 0 and window-switching == 1 not allowed. Can't step back 255! bitstream problem: resyncing... big_values too large! 440 big_values too large! 322 fatal error. MAXFRAMESIZE not large enough. Blocktype == 0 and window-switching == 1 not allowed. bitstream problem: resyncing... mpg123: Can't rewind stream by 119 bits! bitstream problem: resyncing... thanks again for the help --Nathan |