PDA

View Full Version : Deinterlacing a PAL interlaced TV show DVD


baosen
27th October 2005, 15:46
I got a DVD from a norwegian tv show called "Valen Tv". So know i like to experiment alittlebit with it by converting it to h.264 (just a 2min clip).

Well, i found out that the DVD was interlaced. Some parts of the TV Show shows alot of interlacing lines, some of them not.

Which deinterlacer should i use? I have thinked of Decomb, Telecide, Decimate, SmoothDeinterlacer, but dont know which to choose. Its ok if the video gets over 50 fps. I think some parts of the DVD is interlaced and some of them is progressive. :):):):p

jel
1st November 2005, 03:15
baosen,

as you have not received any replies here in the newbie forum, i will move this thread to the avisynth forum where one of the gurus there might chip in with a suggestion or 30 :)

in the meantime, it would be advised to make a small clip of the un-processed source file avaliable for viewing, so that a correct diagnosis of the file can be made.

good luck
j

Boulder
1st November 2005, 08:34
Apparently you've got "hybrid" stuff.

Humm..

AVISource("path\clip.avi")
AssumeTFF()
TDeint(mode=1)

would result in a progressive 50fps clip.

And yes, an unprocessed clip would be useful:)