PDA

View Full Version : Ripping Problem with alot of dvds


mor0014
15th January 2008, 05:05
I have been trying to rip my TV collection of dvds and a few of them including Kath and Kim and Peep show all have a skewness in the top and bottom line.

I think it has something to to with interlacing but i really dont have any idea. They are ripped straight from DVD decrypter 3.5.4.0 and have the problem without encoding.

Even when running the dvd through media player classic it has the problem, but it doesnt appear on a regular dvd player.

Here is a link to a screenshot:
http://i116.photobucket.com/albums/o33/mor0014/Screenproblem.jpg

DJ Bobo
15th January 2008, 14:25
Don't worry, that's normal. You don't see it on TV, because it works in interlaced mode.

If you wanna get rid of this "problem", just crop enough to get into the picture, then add black borders again.
Something like this in an avisynth script:
Crop(0,X,-0,-X)
AddBorders(0,X,0,X)
Where X is the number of horizontal lines you're going to crop to get into the picture.

If you're encoding to a format other than DVD-Video, you don't need the AddBorders command.