Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 8th November 2012, 17:16   #1  |  Link
18fps
Registered User
 
Join Date: Oct 2008
Posts: 55
Despotting in high bit depth?

Lately I have been using Didée's "possible primitive for spot removal":
Code:
o=last ox=o.width() oy=o.height()

osup = o.MSuper(pel=2,sharp=2)
bv1  = osup.MAnalyse(isb=true, delta=1,blksize=8,overlap=4,search=4)
fv1  = osup.MAnalyse(isb=false,delta=1,blksize=8,overlap=4,search=4) 
bc1  = o.MCompensate(osup,bv1)
fc1  = o.MCompensate(osup,fv1)

Interleave(fc1,o,bc1)
MedianblurT(0,0,0,1)   #  you can also use "Clense(reduceflicker=false)" instead
SelectEvery(3,1)

StackHorizontal(o,last)
I like it because it keeps most of the grain, (though it should be tweaked to better distinguish between scenes).
However now I'm working with dpx files (HD, 10 bits) and I'd like to keep the high bit depth. I think I can ingest the dpx into Avisynth with ffms2. With the high bit depth tools, and the available modified plugins, it could be possible to despot and export to 10 bits? I think there is a modified mvtools plugin but I don't think there is a High bit MedianblurT. With what it could be substituted?
Thank you!
18fps is offline   Reply With Quote
 

Tags
despot, didée, high bit depth

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:34.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.