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.
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.