Ingram
10th January 2005, 17:49
I am currently putting some HDTV captures onto dvd. And I have found that at the top of the captures are these lines and dots which aren't apart of the movie.
So I wish to crop around the entire edge of the video by 2 or 4 pixels. Using DVD2svcd and CCE, what commands do I add to avisynth? I have tried before and when the job came up to the encoding part it just froze the entire program.
I am now encoding it successfully after putting the crop command before everything else like so
0=Crop(2,2,-2,-2)
Will this work now?
So I wish to crop around the entire edge of the video by 2 or 4 pixels. Using DVD2svcd and CCE, what commands do I add to avisynth? I have tried before and when the job came up to the encoding part it just froze the entire program.
I am now encoding it successfully after putting the crop command before everything else like so
0=Crop(2,2,-2,-2)
Will this work now?