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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Feb 2003
Location: Russia, Moscow
Posts: 854
|
Compatibility ml3dex (medianblur plugin) and MVtools
Hi folk.
Please advise, can I use MVTools from Fizick for ml3dex function from Medianblur plugin or I neeed use Manao version MVTools. With kind regards yup. |
|
|
|
|
|
#3 | Link |
|
interlace this!
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,555
|
you could fake it by turning motion compensation off in ml3dex and using your own mocomp interleaved clip. certainly you'll get better wuality that way (at the cost of loads of speed).
by "mocomp interleaved", i mean combining several mvcompensates with interleave(clip1,clip2,clip3,etc), running ml3dex, then using selectevery(n,floor(n/2)) after it to get the original framecount back.
__________________
sucking the life out of your videos since 2004 |
|
|
|
|
|
#4 | Link | |
|
Registered User
Join Date: Feb 2003
Location: Russia, Moscow
Posts: 854
|
Hi Mug Funky!
I spent some time for finding plugin for remove black lines from analogue capture source. Ml3dex give good results. Before I try use combination MVTools with DegrainMedian with small picture quality improvement. if I right understand You recomend use ml3dex without motion compensation instead DegrainMedian? Minimum quantity motion compensated frame need 2 or 4? This script right? Quote:
With kind regards yup. |
|
|
|
|
|
|
#6 | Link |
|
Registered User
Join Date: Aug 2004
Location: Denmark
Posts: 807
|
yup: MugFunky suggest using MVTools directly instead of letting ml3dex calling it. It will give a better result as I haven't updated ml3dex to use fizicks version of MVTools. You are still missing a selectevery(3,1) at the end in the script.
__________________
Get my avisynth filters @ http://www.avisynth.org/tsp/ |
|
|
|
|
|
#7 | Link |
|
Registered User
Join Date: Feb 2003
Location: Russia, Moscow
Posts: 854
|
Hi tsp!
Yes SelectEvery(3,1) last line in my script. Thank You for reply. I spending some time for reading thesis http://www.mee.tcd.ie/~ack/papers/a4ackphd.ps.gz. I understand that I need use 3 frames (1 previous, source and 1 next). also i read that ml3dex not sense to error motion estimation and now try different parametr MVAnalyse. tsp MVTools very popular plugin, very processor power consumable and until not exist GPU version .With kind regards yup. |
|
|
|
|
|
#8 | Link |
|
Registered User
Join Date: Aug 2004
Location: Denmark
Posts: 807
|
yup: yes it might be a good idea to see if it possible to speed up mvtools using GPU acceleration. I might want to try to see if it is feasible to do.
__________________
Get my avisynth filters @ http://www.avisynth.org/tsp/ |
|
|
|
![]() |
|
|