Log in

View Full Version : How do I re-encode a MPEG2


Holomatrix
11th August 2003, 19:34
I'm drawing a blank here ?? Can someone give me a quick idea of the steps I can do to process/frameserve a SVCD .mpg file on my hard drive that was from a TV show, through CCE again because I want to try and clean up and sharpen the video with some filters I want to try. Thanks

phrentec
11th August 2003, 21:15
One way. Get a directshow mpeg2 decoder (ie moonlight or ligos). In the avisynth script use

Directshowsource(mpeg2.mpg, fps)

if cce fails to open the avisynth script(but the avs still is playable in a mediaplayer) then install ffvfw and use makeAVIS which will wrap the avs into an avi file and it should then open.

Holomatrix
11th August 2003, 21:49
Thanks, I've got my AVS running in CCE now. Lets see what happens.