R1 My Hime DVDs, A blended nightmare.

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Post by EvaFan » Tue Jan 01, 2008 10:19 pm

quick script update:

I was scrubbin through the source while editting with it and found alot more interlacing artifacts then i liked so I did some deinterlacing threshold increasing and im like 239423402X happier with the results:

MPEG2Source("C:\Hime01.d2v", cpu=4)
TDeint(mode=1,order=0,mthreshl=8,mthreshc=8,chroma=true,tryweave=true,denoise=true)
Blendbob(badframes=0)
Tweak(hue=1.0,sat=1.2,bright=-0.1,cont=1.0)
Convolution3d(preset="animeHQ")
RemoveGrain(mode=17)
warpsharp()
fastlinedarken(thinning=0)
crop(0,2,0,0)
lanczosresize(640,480)

Doubt ill be changing anything from this point but if I do, I'll post the script changes for future reference of editting to these dvds.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

ffxdean
Joined: Fri Apr 06, 2007 7:02 am
Location: Australia
Org Profile

Post by ffxdean » Wed Jan 02, 2008 3:03 am

thanks Eva-Fan your script works wonders :) :) :)

ffxdean
Joined: Fri Apr 06, 2007 7:02 am
Location: Australia
Org Profile

Post by ffxdean » Thu Jan 03, 2008 3:25 am

Okay, well i changed bits and peices and added a few things to your script. It works better than your current script (well for me anyways).

Code: Select all

MPEG2Source("E:\My Videos\Anime\The Melancholy Of Haruhi Suzumiya\D2v\Ending.d2v")
Tweak(hue=1.0,sat=1.2,bright=-0.1,cont=1.0) 
DoubleWeave
fielddeinterlace()
Convolution3d(preset="animeHQ") 
RemoveGrain(mode=17) 
Msharpen(100)
lanczosresize(640,480)
Blendbob(badframes=0)
Unblend()

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Thu Jan 03, 2008 1:17 pm

... ffxdean - you do know the script Eva-Fan is working with is for the problems related to the specific DVDs in question and it's not a good catch-all script at all, right? It has little if anything to do with the source you seem to be working with.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

ffxdean
Joined: Fri Apr 06, 2007 7:02 am
Location: Australia
Org Profile

Post by ffxdean » Thu Jan 03, 2008 9:56 pm

yeah i know, but im just saying that it works for me.

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Post by EvaFan » Fri Jan 04, 2008 1:57 am

The script i'm workin on is for R1 My Hime DVD's. I've heard that the Haruhi DVD's suffer from the same kinds of problems. I don't know if they are worse or better or anything else though.

If by chance the script worked for you then it was sheer luck. The script is intended for My Hime cause it's what I'm lookin at after every change made to the script.

If the script you created seems to work very well with the Haruhi DVD's then you should start a thread for it. Consider it a log of your research. Make sure you explain the problems with the anime and what you were correcting so people know why the script is the way it is. Provide links to any filters or dll plugin files too.

This thread was just a research log in hopes of helping other people who baught these DVD's and are having avisynth troubles. I know im not the only one :/.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

User avatar
Songbird21
Joined: Tue Jun 18, 2002 5:00 pm
Status: Single
Location: CT, USA
Org Profile

Post by Songbird21 » Wed Mar 05, 2008 3:04 am

Qyot27 wrote:The Mai-HiME R1s are pretty notorious for a botched authoring job on the first 4 or 5 discs. Bandai apparently made the decision to switch the authoring away from Ocean, or at least that's what sniffing through Google brought up. I remember seeing screenshots from the first R1 and it's quite bad.
Yeah. They are a severe bitch. I just finished a vid and had to go through and removed a large amount of blended frames from the Mai Hime footage to get it to look decent (Yes, I did it manually). Ah! My Goddess has the same problem. Drives me up a freaking wall.

Eva-Fan: Damn. I wish I had your script when I was cutting the Mai footage. *sigh*
Best editing Connecticon 2013: Bravery

Locked

Return to “AviSynth Help”