Log in

View Full Version : DVD Deinterlacing Problems


Bakadesu
10th December 2012, 12:21
Just before I start, I am new to encoding, but I HAVE read numerous threads before resorting to this.

Okay, the DVD source (anime) I have is 29fps, interlaced, NTSCJ, 720x480. I've been doing lot's of research about de-interlacing, and here's what I've done.

Source: UPDATE SOON

Before: http://oi45.tinypic.com/34rytkz.jpg
After: http://oi45.tinypic.com/nbug4m.jpg

As you can tell, the results are fairly good. But there's certain frames where artifacts appear. Like this: hhttp://oi49.tinypic.com/2vdo4y1.jpg
(http://oi49.tinypic.com/2vdo4y1.jpg)
Here's the script I am using:

DGDecode_mpeg2source("E:\VOB\merged.d2v", CPU=6, info=3)
Import("C:\Users\~~~\Desktop\meGUI\tools\avisynth_plugin\TempGaussMC_beta1mod.avs")
LoadPlugin("C:\Users\~~~\Desktop\meGUI\tools\avisynth_plugin\removegrainsse3.dll")
LoadPlugin("C:\Users\~~~\Desktop\meGUI\tools\avisynth_plugin\repairsse3.dll")
LoadPlugin("C:\Users\~~~\Desktop\meGUI\tools\avisynth_plugin\nnedi.dll")
LoadPlugin("C:\Users\~~~\Desktop\meGUI\tools\avisynth_plugin\mvtools2.dll")
LoadPlugin("C:\Users\~~~\Desktop\meGUI\tools\avisynth_plugin\mt_masktools-26.dll")
ConvertToYV12(interlaced=true)
AssumeBFF()
TempGaussMC_Beta1mod(EdiMode="NNEDI")
SelectEven() # bc the interlacer doubles the framerate


I know I probably don't need all those "imports", but for some reason meGUI doesn't load them automatically.

Anyway, I'm wondering if there's a better script for this.

After I did that, after that I resized the video to 848x480 and cropped it slightly. Should I do this?

Also, what should I do about the framerate? From what I understand, I should be changing the framerate of 29fps down to 23fps. Is this correct? Because when I do that, the frames blend which is what I was trying to prevent. Another group has down DVD encodes and they made the fps 23fps and the video looks amazing, which is what I'm aiming for.

Any suggestions are welcome.

feisty2
10th December 2012, 13:11
I don't know why u wanna change framerate to 23.976,Is this fieldblending or something?

Bakadesu
11th December 2012, 06:26
I don't know why u wanna change framerate to 23.976,Is this fieldblending or something?

Just because that seems to be the standard framerate for anime nowadays. But I guess if it's DVD source, I shouldn't change it. Only asked because another group made their releases at 23.976fps.

manono
11th December 2012, 06:49
Read the forum rules before you start talking about warez releasing groups:

http://forum.doom9.org/forum-rules.htm

How is one supposed to get the sample? It says I have to sign up for an account? And 100 MB is overkill. 10 well-chosen seconds is plenty, 10 seconds showing steady movement.
Anyway, I'm wondering if there's a better script for this.
Probably. If all it needs is an IVTC then the results will be better and way faster. Won't know without being able to get a sample, though. You can't upload a sample to MediaFire or Sendspace like normal people?

sneaker_ger
11th December 2012, 06:55
This looks like telecining, indeed. (not interlacing) Instead of TempGaussMC it would need some IVTC like:
tfm()
tdecimate()

(Wait for someone else to confirm or recommend better script.)

Bakadesu
11th December 2012, 07:02
How is one supposed to get the sample? It says I have to sign up for an account? And 100 MB is overkill. 10 well-chosen seconds is plenty, 10 seconds showing steady movement.


Oops! Sorry. I'll get a shorter source and upload it to mediafire/sendspace.

Guest
11th December 2012, 07:09
Only asked because another group made their releases at 23.976fps. You twice used the phrase "another group" as if you belong to such a group. You can clarify and explain that in a PM to me to get your thread re-opened.