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

Reply
 
Thread Tools Search this Thread Display Modes
Old 7th July 2015, 22:29   #61  |  Link
chagomx
Registered User
 
Join Date: Dec 2009
Posts: 5
Great, I'll take a look at it. Thanks.
chagomx is offline   Reply With Quote
Old 30th July 2015, 00:23   #62  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
just add original guide in http://avisynth.nl/index.php/AnimeIVTC

will try update it as I have a time, your helps are welcome
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 11th August 2015, 05:17   #63  |  Link
flacattack
Registered User
 
Join Date: Jan 2013
Posts: 12
The guide is very thorough, thank you!

I'm having trouble with a dvd source that seems to be progressive, but badly frame blended. I can't get rid of the bobbing artifacts, especially some haloing and image doubling.
http://www.mediafire.com/download/0y...gh4/as02e01.ts

Tried this, but didn't seem to fit the source.
Code:
AnimeIVTC(mode=4, aa=0,dark=0, precision=5,nnedi3pel=true,cbob=2,aapel=4,aablk=4,bbob=2,killcomb=0, bob4p="Slow",ediandnn=3,chrfix=false, cache=25,omode=2)

Last edited by flacattack; 11th August 2015 at 05:36.
flacattack is offline   Reply With Quote
Old 12th August 2015, 01:29   #64  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by flacattack View Post
The guide is very thorough, thank you!

I'm having trouble with a dvd source that seems to be progressive, but badly frame blended. I can't get rid of the bobbing artifacts, especially some haloing and image doubling.
http://www.mediafire.com/download/0y...gh4/as02e01.ts

Tried this, but didn't seem to fit the source.
Code:
AnimeIVTC(mode=4, aa=0,dark=0, precision=5,nnedi3pel=true,cbob=2,aapel=4,aablk=4,bbob=2,killcomb=0, bob4p="Slow",ediandnn=3,chrfix=false, cache=25,omode=2)
OMG! Is this original source?! I heard about avatar before, and see some episode on nickelodeon arabic in crt TV but never expect it will be like this in LCD PC screen!

edit: for fun I just write this http://pastebin.com/TvpRdQA8

anyway
Code:
AnimeIVTC(1,0,5, ediandnn=3, yadifrepwithtdeint=true, tfmm=0, micmatching=0, o3025cfr=true)
daa3 #or slow daa3mod or mcdaa3 if the source worth it
this look ok in most cases

and maybe with aa filters too, like maa2

halo should deal with it by halo filters
__________________
See My Avisynth Stuff

Last edited by real.finder; 15th August 2015 at 00:26.
real.finder is offline   Reply With Quote
Old 14th August 2015, 05:29   #65  |  Link
flacattack
Registered User
 
Join Date: Jan 2013
Posts: 12
Awesome, thanks real.finder!

And indeed it is! That broadcast may have had better quality than the source DVDs, actually. The DVDs have terrible artifacts scattered throughout. I've been working on remastering the entire series since the quality is so low. Here's an example of bad debobbing in the pilot, which I have no idea what to do with, if you have any ideas.

https://www.mediafire.com/?jmfdjhlbfaqnyqi
flacattack is offline   Reply With Quote
Old 14th August 2015, 23:30   #66  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by flacattack View Post
Awesome, thanks real.finder!

And indeed it is! That broadcast may have had better quality than the source DVDs, actually. The DVDs have terrible artifacts scattered throughout. I've been working on remastering the entire series since the quality is so low. Here's an example of bad debobbing in the pilot, which I have no idea what to do with, if you have any ideas.

https://www.mediafire.com/?jmfdjhlbfaqnyqi
what about

Code:
SeparateFields()
De Halo filter here
Weave()
ivtc here
...
...
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 19th August 2015, 05:31   #67  |  Link
flacattack
Registered User
 
Join Date: Jan 2013
Posts: 12
Thanks for the tip! I used QTGMC instead and see better results instead of SeperateFields and Weave. But having Dehalo_alpha before AnimeIVTC helped. Still some issues with dehaloing but I can't expect too much considering the bad shape of the source!
flacattack is offline   Reply With Quote
Old 11th October 2015, 17:42   #68  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
new release in the 2nd post
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 17th October 2015, 12:51   #69  |  Link
yesmanitsbearman
Registered User
 
Join Date: May 2015
Posts: 18
Hi,

Thanks for your great work. If it's not too much trouble could you take a look at my sample and recommend the right settings, please. I tried a simple mode=2, but it still left ghosting/blending.

link

Thanks in advance.
yesmanitsbearman is offline   Reply With Quote
Old 17th October 2015, 20:02   #70  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by yesmanitsbearman View Post
Hi,

Thanks for your great work. If it's not too much trouble could you take a look at my sample and recommend the right settings, please. I tried a simple mode=2, but it still left ghosting/blending.

link

Thanks in advance.
the original FPS was 60i (at least in motions)

so there is no solution for this source, you must get the US (or at lest any NTSC) ver. for this show
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 18th October 2015, 09:15   #71  |  Link
yesmanitsbearman
Registered User
 
Join Date: May 2015
Posts: 18
Thanks, that's too bad. Sadly this series is only released in Australia. I will just do them with a simple mode=2 I guess and live with the blends here and there.

Last edited by yesmanitsbearman; 18th October 2015 at 11:07.
yesmanitsbearman is offline   Reply With Quote
Old 13th December 2015, 09:27   #72  |  Link
yesmanitsbearman
Registered User
 
Join Date: May 2015
Posts: 18
Hi,

Was wondering if you can take a look at another sample for me please and perhaps suggest best settings. Thaks in advance
link

Last edited by yesmanitsbearman; 13th December 2015 at 19:49.
yesmanitsbearman is offline   Reply With Quote
Old 13th December 2015, 18:43   #73  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by yesmanitsbearman View Post
Hi,

Was wondering if you can take a look at another sample for me please and perhaps suggest best settings. Thaks in advance
link
the link say:- Access to the file is restricted

------

Moderators, Attachments Pending Approval since 29th November
__________________
See My Avisynth Stuff

Last edited by real.finder; 13th December 2015 at 18:51.
real.finder is offline   Reply With Quote
Old 13th December 2015, 19:49   #74  |  Link
yesmanitsbearman
Registered User
 
Join Date: May 2015
Posts: 18
Sorry, replaced file in original post.
yesmanitsbearman is offline   Reply With Quote
Old 14th December 2015, 08:14   #75  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by yesmanitsbearman View Post
Sorry, replaced file in original post.
tried play with it but always there some blend remains

seems it some kind of odd telecine, let see if someone else help you
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 14th December 2015, 11:42   #76  |  Link
yesmanitsbearman
Registered User
 
Join Date: May 2015
Posts: 18
What did you find to be the best settings?
yesmanitsbearman is offline   Reply With Quote
Old 16th December 2015, 10:00   #77  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by yesmanitsbearman View Post
What did you find to be the best settings?
Code:
sanimebob()
srestore(omode=4, cache=10).srestore(frate=23.976)
#smam() #for more stability
__________________
See My Avisynth Stuff

Last edited by real.finder; 7th December 2020 at 11:48.
real.finder is offline   Reply With Quote
Old 21st February 2016, 07:01   #78  |  Link
Elegant
Registered User
 
Join Date: Jul 2014
Posts: 55
Quote:
Originally Posted by real.finder View Post
Code:
sanimebob()
srestore(omode=4, cache=10).srestore(frate=23.976)
#smam() #for more stability
Wow that's actually really good... that's gotten rid of all the combing in some of my videos. Might have to look into that script on VapourSynth since QTGMC works.
Elegant is offline   Reply With Quote
Old 1st March 2016, 19:05   #79  |  Link
yesmanitsbearman
Registered User
 
Join Date: May 2015
Posts: 18
Yeah it's very good. Thanks a lot for providing it!

Edit: with smam() I get [error]: RequestLinear: internal error (frame not cached)! occurred while reading frame 95

Last edited by yesmanitsbearman; 1st March 2016 at 21:36.
yesmanitsbearman is offline   Reply With Quote
Old 2nd March 2016, 17:24   #80  |  Link
kuchikirukia
Registered User
 
Join Date: Oct 2014
Posts: 476
Try cache=-1 (note the negative)
Note I'm a noob at srestore and have no idea how any setting actually affects how it works, but that's the default and it tends to stop that error.
kuchikirukia is offline   Reply With Quote
Reply

Tags
anime aa, animeivtc, chroma fix, deinterlace, mod

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 13:52.


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