"W. Michael Petullo" wrote: > > Here are some problems, questions, and comments: > > o Colors become washed out between step foo_mp1e.mpg and final.mpg. > > o Image quality could be improved. Perhaps I could grab with mp1e at > a bit rate above 1152Mb/s since I am recompressing anyway. I have a > feeling mpeg2enc may be able to create higher quality low bitrate streams, > as it does not have a real time requirement. > > o After about four minutes the video becomes extremely jumpy when I play > it on my DVD player. This happens whether I fast forward to the four > minute point or not. Unfortunately, I have not been able to try my disc > in any other DVD player than my own. > > o How could I reduce the process I use? I would really like to skip > the recompression phase, but mp1e seems to be unable to generate VCD > compliant streams at this point. mpe1 is the ONLY grabbing program I > have found with which I am able to grab syncronized audio and video from > my Win TV PCI card. Recompressing from one lossy format to another (the MPEG de/recompression) is going to reduce quality, as are your RGB-YUV color space conversions. You really want to capture to uncompressed YUV, then compress that directly to the final MPEG. I've had good success capturing with the GPL'd VirtualDub for Windows. Ben