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. |
![]() |
#21 | Link |
Registered User
Join Date: Jun 2013
Posts: 1
|
Hi, i am new to doom9,avisynth and video processing. started this as a hobby while editing some of my dvds. i am faced with same problem of halo. while searching for solutions saw your thread. i hope your method may remove halos without losing quality. posting here beliving i may get help from you. please post your script so that i may apply it.
thanking you in advance |
![]() |
![]() |
![]() |
#22 | Link |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
I would also like to know which script you used (in the post below) Avisynth_challenged
![]() I tried it with FixVHSOversharp, but I get the bad faults http://s21.postimg.org/l2c95d5kn/source.png http://s7.postimg.org/habyc0vuz/Fix_VHSOversharp.png FixVHSOversharpL(30,12,8) FixVHSOversharp(30,14,10) FixVhxOversharp in Virtualdub "there is no function named" why? (actually the example I put is not oversharped... it's just to show the defects of FixVHSOversharp) Last edited by byme; 5th September 2013 at 11:40. |
![]() |
![]() |
![]() |
#23 | Link |
Registered User
Join Date: Jul 2011
Location: Tennessee, USA
Posts: 266
|
FixVHSOversharp is an Avisynth plugin. Do you have it in your Avisynth plugins folder?
http://avisynth.org/warpenterprises/...l_20030723.zip |
![]() |
![]() |
![]() |
#24 | Link | |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
Quote:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\FixVHSOversharp2_5.dll") |
|
![]() |
![]() |
![]() |
#25 | Link | |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
I tried this script to generate the mask
(I did not understand if it is the right script) Quote:
then must use mt_merge? how does it work? .. I'm not able I tried with... source = AviSource("D:\clip1.avi") source2 = AviSource("D:\ghost.avi") mt_merge(source, source2) ![]() that fool ![]() |
|
![]() |
![]() |
![]() |
#27 | Link |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
with mask gives me error: I don't know what "mask" means
I use masktools-v2.0a48 and then still do not understand how to invoke the clip1 and 2 in mt_merge ![]() clip1 = AviSource("D:\ORIGINAL.avi") clip2 = AviSource("D:\HALO MASK.avi") mt_merge (clip1,clip2,mask) can you tell me what is the correct script to merge ORIGINAL with HALO MASK, to obtain FIXED? but it is fair use mt_merge in this case?.. or it takes another method for merge? please Last edited by byme; 7th September 2013 at 16:29. |
![]() |
![]() |
![]() |
#28 | Link | |
Registered User
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
|
mask is a variable. You don't have a clip set equal to mask.
mt_merge Quote:
|
|
![]() |
![]() |
![]() |
#29 | Link | |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
Quote:
![]() clip1 = avisource("D:\ORIGINAL.avi").ConvertToYV12(Interlaced=False) clip2 = avisource("D:\ORIGINAL.avi") ### boh mask = AviSource("D:\HALO MASK.avi") mt_merge (clip1, clip2, mask) but in fact do not understand what should be the clip2 ![]() |
|
![]() |
![]() |
![]() |
#31 | Link | |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
Quote:
![]() I copied the script of Avisynth_challenged for the mask, and then I tried to use mt_merge if do not use mt_merge, what should use? |
|
![]() |
![]() |
![]() |
Tags |
halo, laserdisc |
Thread Tools | Search this Thread |
Display Modes | |
|
|