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. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#261 | Link | |
Fighting spam with a fish
Join Date: Sep 2005
Posts: 2,693
|
Quote:
|
|
![]() |
![]() |
![]() |
#262 | Link | |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
Quote:
![]() my script first pass Code:
AviSource("F:\Disco E\rec\clip.avi").ConvertToYV12 AnimeIVTC(mode=5, pass=1, aa=2) tfm(output="F:\Disco E\rec\clip-tfm.txt") tdecimate(output="F:\Disco E\rec\clip-tdec.txt") ConvertToRGB() second pass Code:
AviSource("F:\Disco E\rec\clip_1.avi").ConvertToYV12 AnimeIVTC(mode=5, pass=2, aa=2) tfm(input="F:\Disco E\rec\clip-tfm.txt") tdecimate(input="F:\Disco E\rec\clip-tdec.txt") ConvertToRGB() |
|
![]() |
![]() |
![]() |
#263 | Link | |
Fighting spam with a fish
Join Date: Sep 2005
Posts: 2,693
|
Okay, I can confirm the issue. It has to be a bug with AnimeIVTC, but I don't know why.
I was just testing out mode 5 myself when I encountered this error. thetoof? Can you confirm? A simple script such as this causes it to happen after running the first pass and switching to the second. Quote:
|
|
![]() |
![]() |
![]() |
#264 | Link |
Sleepy overworked fellow
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
|
I'd need a video stream to give you advice about that.
Antialiasing is only applied during second pass to speed up the analysis pass. Yes, it occured because I used a different clip in pass=1 (matched) and pass=2 (matched+killcomb+aa) without disabling crc checks within tdecimate. Thanks for the bug report. AnimeIVTC - 1.06.1.avsi changelog: fixed bug with mode=5, pass=2 by disabling crc checking in tdecimate
__________________
AnimeIVTC() - v2.00 -http://boinc.berkeley.edu/- Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p) |
![]() |
![]() |
![]() |
#265 | Link | ||
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
this is good?
http://depositfiles.com/en/files/8667734 or http://rapidshare.com/files/15295071..._clip.avi.html Quote:
![]() Quote:
![]() Last edited by byme; 11th October 2008 at 13:23. |
||
![]() |
![]() |
![]() |
#266 | Link |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
the best result I get the daa + AAA by using a modified me
I simply removed TurnLeft () and TurnRight () QED is the nickname I use on other forums and to the realization that video ![]() AAASimple_QED.avs MCBob() with daa() ![]() MCBob() with daa() + AAASimple() ![]() MVBob() with daa() + AAASimple() ![]() the AAASimple need to remove the small horizontal lines and dots unnecessary caused by MVBob ![]() unlike normal AAA creates less blur I think to eliminate the aliasing is better to use double AAASimple compared to AAA AAASimple () AAASimple () MCBob() with double AAASimple() ![]() MCBob() with AAA() ![]() double AAASimple is not necessary for the MVBob Last edited by byme; 11th October 2008 at 15:24. |
![]() |
![]() |
![]() |
#268 | Link |
Sleepy overworked fellow
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
|
Hmmm.... your source is TFF truly interlaced, so unless some parts are telecined, you don't need animeivtc.
Code:
avisource("sample_clip.avi") assumetff() tempgaussmc_beta1()
__________________
AnimeIVTC() - v2.00 -http://boinc.berkeley.edu/- Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p) |
![]() |
![]() |
![]() |
#269 | Link | |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
Quote:
seems a good alternative to mcbob and mvbob for mcbob and mvbob I used Complementparity() for keep video to 50fps assumetff() or Complementparity() in this case seem both fit .. Always excuse for my English ![]() |
|
![]() |
![]() |
![]() |
#270 | Link |
Registered User
Join Date: Dec 2007
Posts: 639
|
Can you please add a mix= mode for dealing with a small section of 30i credits on top of 24t (such as an ED) without anything else?
As it is, it always has to be interlaced spliced with something else. What if I just want to process the ED? D: |
![]() |
![]() |
![]() |
#271 | Link |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
thetoof, I have a request
you can extract the daa from AnimeIVTC to ease the work? .. to use only the daa I tried, but I could not example Import("C:\Filters\TempGaussMC_beta1.avs") Import("C:\Filters\daa.avsi") #### AviSource("C:\clip.avi").ConvertToYV12() Complementparity() TempGaussMC_beta1().SelectEven() daa() ConvertToRGB() Last edited by byme; 11th October 2008 at 20:34. |
![]() |
![]() |
![]() |
#272 | Link |
masktools2 (ab)user
Join Date: Oct 2006
Location: PAL-I :(
Posts: 235
|
Just import the animeivtc script and then use the daa() function. It should work that way, unless thetoof has done some shady stuff with the code.
__________________
My x264 builds (win32 only up to rev965) and useless AviSynth functions -- use at your own risk |
![]() |
![]() |
![]() |
#273 | Link | |
Sleepy overworked fellow
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
|
Code:
mpeg2source("youfile.d2v") tempgaussmc_beta1() trim(select the ending) Quote:
If you import something, import animeivtc.avsi since daa() is part of it.
__________________
AnimeIVTC() - v2.00 -http://boinc.berkeley.edu/- Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p) |
|
![]() |
![]() |
![]() |
#275 | Link | |
Registered User
Join Date: Apr 2002
Location: Germany
Posts: 5,390
|
Sorry for OT, but it's a pain to see BROKEN stuff posted in the wild ...
Quote:
(If you don't create false ghosting/blending from the start, you don't need to ask how to remove blendings from your source...)
__________________
- We´re at the beginning of the end of mankind´s childhood - My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!) |
|
![]() |
![]() |
![]() |
#276 | Link | |
Sleepy overworked fellow
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
|
Quote:
Well spotted Didée! I shouldn't have overlooked the basics ![]()
__________________
AnimeIVTC() - v2.00 -http://boinc.berkeley.edu/- Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p) |
|
![]() |
![]() |
![]() |
#277 | Link | |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
Quote:
![]() Thanks for the correction Didée now... using this script Code:
LoadPlugin("C:\edit\mvtools.dll") LoadPlugin("C:\edit\RemoveGrainSSE3.dll") LoadPlugin("C:\edit\RepairSSE3.dll") LoadPlugin("C:\edit\mt_masktools-26.dll") LoadPlugin("C:\edit\nnedi.dll") Import("C:\edit\TempGaussMC_beta1.avs") ## LoadPlugin("C:\edit\TMM.dll") Import("C:\edit\AnimeIVTC - v1.06.1.avsi") ## LoadPlugin("C:\edit\gradfun2db.dll") Import("C:\edit\GradFunkMirror.avs") #### AviSource("C:\edit\clip.avi").ConvertToYV12(interlaced=true) AssumeTFF() TempGaussMC_beta1().daa() GradFunkMirror() ConvertToRGB() ![]() there is no way to speed up? ![]() sorry if OT Last edited by byme; 12th October 2008 at 16:30. |
|
![]() |
![]() |
![]() |
#280 | Link | |
Registered User
Join Date: Sep 2008
Location: Italy
Posts: 204
|
Quote:
use VirtualDubMod to open mpeg2 .. and I do not know how to make a rendering pass ![]() ![]() ![]() |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|