OrionZodiac
20th July 2008, 00:42
I am attempting to encode the first episode of Death Note, however, I have a problem in scenes where there is high motion and abrupt changes in color. It appears to be caused by MVDegrain. Is there a way to still use MVDegrain and avoid this problem?:scared:
c=last
bw3=c.MVAnalyse(isb=true, delta=3, search=1, dct=10)
bw2=c.MVAnalyse(isb=true, delta=2, search=1, dct=10)
bw1=c.MVAnalyse(isb=true, delta=1, search=1, dct=10)
fw1=c.MVAnalyse(isb=false, delta=1, search=1, dct=10)
fw2=c.MVAnalyse(isb=false, delta=2, search=1, dct=10)
fw3=c.MVAnalyse(isb=false, delta=1, search=1, dct=10)
c.MVDegrain3(mvbw3,mvfw3,mvbw2,mvfw2,mvbw1,mvfw1)
Sample Clips:
http://img299.imageshack.us/img299/1475/vlcsnap1096471jy6.th.png (http://img299.imageshack.us/my.php?image=vlcsnap1096471jy6.png)
http://img299.imageshack.us/img299/3224/vlcsnap1096542ir8.th.png (http://img299.imageshack.us/my.php?image=vlcsnap1096542ir8.png)
http://img515.imageshack.us/img515/3756/vlcsnap1082654nl2.th.png (http://img515.imageshack.us/my.php?image=vlcsnap1082654nl2.png)
Souce:
http://www.megaupload.com/?d=AM0V43NA
Encoded Clip:
http://www.megaupload.com/?d=BAD6IF03
Thank You
c=last
bw3=c.MVAnalyse(isb=true, delta=3, search=1, dct=10)
bw2=c.MVAnalyse(isb=true, delta=2, search=1, dct=10)
bw1=c.MVAnalyse(isb=true, delta=1, search=1, dct=10)
fw1=c.MVAnalyse(isb=false, delta=1, search=1, dct=10)
fw2=c.MVAnalyse(isb=false, delta=2, search=1, dct=10)
fw3=c.MVAnalyse(isb=false, delta=1, search=1, dct=10)
c.MVDegrain3(mvbw3,mvfw3,mvbw2,mvfw2,mvbw1,mvfw1)
Sample Clips:
http://img299.imageshack.us/img299/1475/vlcsnap1096471jy6.th.png (http://img299.imageshack.us/my.php?image=vlcsnap1096471jy6.png)
http://img299.imageshack.us/img299/3224/vlcsnap1096542ir8.th.png (http://img299.imageshack.us/my.php?image=vlcsnap1096542ir8.png)
http://img515.imageshack.us/img515/3756/vlcsnap1082654nl2.th.png (http://img515.imageshack.us/my.php?image=vlcsnap1082654nl2.png)
Souce:
http://www.megaupload.com/?d=AM0V43NA
Encoded Clip:
http://www.megaupload.com/?d=BAD6IF03
Thank You