|
From: Steven M. S. <sm...@2B...> - 2004-01-06 23:17:30
|
On Tue, 6 Jan 2004, Nathan Morell wrote: > 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, Could be that the chroma planes are swapped. > 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 What happens if you leave out the '-k' option? > 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! ... 'fraid I can't help with the audio problem. Would seem to either not be a mp3 stream or it is corrupted somehow. Steven Schultz |