Codex0nz
26th February 2009, 00:41
Series: .hack//ROOTS
Source: Madman Australia
Problems: Field blending...that's about it as far as i can tell :S
Although i keep getting ghosted frames, eg, a scene where theyre talking, her mouth will be closed but you can still see like 50% of the mouth open from the previous frame as if it has been laid over in photoshop at 50%
Also ghosting in scene changes, entire change but you could still see the faint colour of the monster from the previous scene overlaying the current frame.
The current script im using:
DGDecode_mpeg2source("D:\Convert\Hack Roots\Test 2\vts_06_1.d2v", info=3)
ColorMatrix(hints=true, threads=0, interlaced=true)
#deinterlace
animeivtc(mode=2, aa=0, iregion="PAL", oregion="NTSC", mt=true)
crop( 4, 4, -4, -4)
BicubicResize(720,400,0,0.5) # Bicubic (Neutral)
oregion set to ntsc because im trying to restore it back to 24fps
Sample:
http://www.megaupload.com/?d=FVX6S4R0
Results:
http://img201.imageshack.us/img201/5066/picture2r.png
http://img23.imageshack.us/img23/3993/picture3s.png
http://img23.imageshack.us/img23/4992/picture4c.png
http://img23.imageshack.us/img23/8998/picture5a.png
http://img23.imageshack.us/img23/3858/picture7ipe.png
Any help is appreciated -_-;
Source: Madman Australia
Problems: Field blending...that's about it as far as i can tell :S
Although i keep getting ghosted frames, eg, a scene where theyre talking, her mouth will be closed but you can still see like 50% of the mouth open from the previous frame as if it has been laid over in photoshop at 50%
Also ghosting in scene changes, entire change but you could still see the faint colour of the monster from the previous scene overlaying the current frame.
The current script im using:
DGDecode_mpeg2source("D:\Convert\Hack Roots\Test 2\vts_06_1.d2v", info=3)
ColorMatrix(hints=true, threads=0, interlaced=true)
#deinterlace
animeivtc(mode=2, aa=0, iregion="PAL", oregion="NTSC", mt=true)
crop( 4, 4, -4, -4)
BicubicResize(720,400,0,0.5) # Bicubic (Neutral)
oregion set to ntsc because im trying to restore it back to 24fps
Sample:
http://www.megaupload.com/?d=FVX6S4R0
Results:
http://img201.imageshack.us/img201/5066/picture2r.png
http://img23.imageshack.us/img23/3993/picture3s.png
http://img23.imageshack.us/img23/4992/picture4c.png
http://img23.imageshack.us/img23/8998/picture5a.png
http://img23.imageshack.us/img23/3858/picture7ipe.png
Any help is appreciated -_-;