HikoDNA
25th December 2004, 02:53
I'm working on a DVD source (anime with lots of 3d), already encoded with XviD, which have dark scenes at the beginning. I'm using this script for the entire movie:
ConvertToYV12()
RemoveGrain().RemoveDirt()
BlindPP(cpu=4)
deen("a2d",2,5,5)
deen("a3d",1,5,5)
LimitedSharpen(ss_x=2.0,ss_y=2.0,Smode=2)
This gives me a good image, but now I can see trembling parts of walls or others still objects. :(
What shoud I do to stop this, and also how can I improve my script?
And can I use specific filters only for a range of frames? (Without having to cut the video)
Some source screens:
http://img.photobucket.com/albums/v71/Hikodna/source01.jpg
http://img.photobucket.com/albums/v71/Hikodna/source02.jpg
I'm not good at english, so if I wasn't clear please tell me :D
ConvertToYV12()
RemoveGrain().RemoveDirt()
BlindPP(cpu=4)
deen("a2d",2,5,5)
deen("a3d",1,5,5)
LimitedSharpen(ss_x=2.0,ss_y=2.0,Smode=2)
This gives me a good image, but now I can see trembling parts of walls or others still objects. :(
What shoud I do to stop this, and also how can I improve my script?
And can I use specific filters only for a range of frames? (Without having to cut the video)
Some source screens:
http://img.photobucket.com/albums/v71/Hikodna/source01.jpg
http://img.photobucket.com/albums/v71/Hikodna/source02.jpg
I'm not good at english, so if I wasn't clear please tell me :D