Need Help, Badly This Time Guys: Script And AMVApp Problem
- TwilightChrono
- Joined: Wed Nov 21, 2007 3:11 am
- Location: In Your Dreams.......Watching You Sleep
- Contact:
Need Help, Badly This Time Guys: Script And AMVApp Problem
So, my question to you guys is, using the 3.0 Beta AMVApp I was curious if you guys could provide me with a script for the following anime's so that I may finish my video and install the new version.
The current script I am using is this:
Mpeg2Source("C:\Users\Twilight\Desktop\Ripped Footage\El Hazard\Combined Footage.d2v")
Telecide(1)
Decimate(5)
Tweak(cont=1.1)
Awarpsharp(12)
Deen("a2d",3,7,9)
Crop(8,58,-8,-58)
LanczosResize(848,480)
However, this makes it too bright and when the contrast is taken away it's still either a little bright or too grainy.
So, I need a new script that works best for the following anime's:
Birdy The Mighty DECODE
Rosario+Vampire CAPU2
Lucky Star
K-ON!
K-ON!!
Gurren Lagan Yoko Box
Dragon Crisis
Air TV
Thanks in advance guys. I would like the colors to be sharp and the video to be crisp. Keep in mind I am using the 3.0 Beta AMVApp.
The current script I am using is this:
Mpeg2Source("C:\Users\Twilight\Desktop\Ripped Footage\El Hazard\Combined Footage.d2v")
Telecide(1)
Decimate(5)
Tweak(cont=1.1)
Awarpsharp(12)
Deen("a2d",3,7,9)
Crop(8,58,-8,-58)
LanczosResize(848,480)
However, this makes it too bright and when the contrast is taken away it's still either a little bright or too grainy.
So, I need a new script that works best for the following anime's:
Birdy The Mighty DECODE
Rosario+Vampire CAPU2
Lucky Star
K-ON!
K-ON!!
Gurren Lagan Yoko Box
Dragon Crisis
Air TV
Thanks in advance guys. I would like the colors to be sharp and the video to be crisp. Keep in mind I am using the 3.0 Beta AMVApp.
Premiering At Another Anime Con 2012
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Re: Need Help, Badly This Time Guys: Script And AMVApp Probl
Why are you using the 3.0 Beta? It has been out of beta for several years now. You complain about losing contrast and the colors being too bright, don't you think maybe thats because you are ajusting the contrast with "Tweak(cont=1.1)"?
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
Re: Need Help, Badly This Time Guys: Script And AMVApp Probl
It's ridiculous to think that one script will work for all of those sources. In fact, it's almost ridiculous to expect that a single script will ever work for more than one source.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Need Help, Badly This Time Guys: Script And AMVApp Probl
BasharOfTheAges wrote:it's almost ridiculous to expect that a single script will ever work for more than one source.
Code: Select all
FFVideoSource("remuxed m2ts.mkv")
spline36resize(1280,720)
Which brings me to the next point. Not filtering is often better than filtering, especially if one does not really know how to.
Throw awarpsharp and deen out of your plugins folder, they are cancer and should only be used by those that do know how and when to properly use them (and the way you're calling them plus the sources you've listed make me doubt you do). Sorry if I sound like an ass when I say this, but I've saw those filters ruin way too many sources for no reason at all, me being a culprit of this too in the past, so I'd rather not leave them around if possible.
Tweak isn't meant to be used like that, too.
If you want to increase the contrast you can do that in your NLE, because it's meant to be an effect in anything. Rather, do check that you are using the correct levels and matrix when working with your sources.
As I think the guide says, TV Levels (aka what all your animu sources will be in barring mastering fails) means luma is 16-235 and chroma is 16-240 instead of the full 0-255 range.
What does this mean? Well, it means that if the conversion to rgb is done with the wrong levels, you'll be getting a dark grey instead of black and a light grey instead of white. Which does sound like a possible reason for the lighter colours you lament.
As for the "too grainy," I'll just say that grain and noise are different things, and grain itself isn't necessarily a bad thing, and don't ever listen to whatever the old guide ever said about "light noise" or whatever it was while referring to dithering, because dithering is good for you unless you like your sources to look like a banded mess. In the newer guide it's actually corrected as it shows a somewhat light noise as an example instead of just dithering like in the azu example of the avtechbeta.
Last but not least, I suggest you to switch from decomb to tivtc for your IVTC needs, since the latter is much better than the former at automatic IVTC.
- Phantasmagoriat
- Joined: Mon Feb 06, 2006 11:26 pm
- Status: ☁SteamPunked≈☂
- Contact:
Re: Need Help, Badly This Time Guys: Script And AMVApp Probl
Code: Select all
Mpeg2Source("C:\Users\Twilight\Desktop\Ripped Footage\El Hazard\Combined Footage.d2v")
tfm(mode=1,pp=5,slow=2,micmatching=2,clip2=tdeint(mode=2,type=3)) # removes interlacing
tdecimate() # removes duplicate frames (29.97fps-->23.976fps)
Crop(8,58,-8,-58) # if you really need to chop off those areas
ttempsmooth() # some cleaning; less destructive than deen()
spline36resize(848,480) # Better resizer than lanczos
lsfmod() # light sharpening without going overboard
gradfunkmirror() # restores gradients after all the above stuff broke them
- Be aware that changing this could result in frame mis-alignment with your old method.
- Get rid of tweak() and do color/levels adjustments in your editor like mirko said;
- Make sure color corrections are done after any cleaning (should you decide to do any)
- Don't sharpen then clean; clean then sharpen.
- Don't use deen() and awarpsharp(). But if you must, try ttempsmooth() and lsfmod()
- These days, compressing your file properly could effectively do the same thing as 'cleaning'
Take a minute right now to picture how that would look...TwilightChrono wrote:I would like the colors to be sharp
Spoiler :
PLAY FREEDOOM!! | Phan Picks! | THE424SHOW | YouTube | "Painkiller" | Vanilla MIDI's
"Effort to Understand; Effort to be Understood; to See through Different Eyes."
"Effort to Understand; Effort to be Understood; to See through Different Eyes."
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Need Help, Badly This Time Guys: Script And AMVApp Probl
Sharper colours? Try this:
Disclaimer: this is for advanced users only and I do not recommend the OP actually tries this
Code: Select all
MergeChroma(unsharpen().msharpen())
- Phantasmagoriat
- Joined: Mon Feb 06, 2006 11:26 pm
- Status: ☁SteamPunked≈☂
- Contact:
Re: Need Help, Badly This Time Guys: Script And AMVApp Probl
Ok, so technically you can sharpen the chroma channel separately...
But the colors themselves can't be 'sharper.'
Saying you want color to be sharp is like saying you want sound to be bright. It doesn't make sense.
But the colors themselves can't be 'sharper.'
Saying you want color to be sharp is like saying you want sound to be bright. It doesn't make sense.
PLAY FREEDOOM!! | Phan Picks! | THE424SHOW | YouTube | "Painkiller" | Vanilla MIDI's
"Effort to Understand; Effort to be Understood; to See through Different Eyes."
"Effort to Understand; Effort to be Understood; to See through Different Eyes."
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: Need Help, Badly This Time Guys: Script And AMVApp Probl
SynesthesiaPhantasmagoriat wrote:Saying you want color to be sharp is like saying you want sound to be bright. It doesn't make sense.
>.>
[MOD258: FTFY.]
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Need Help, Badly This Time Guys: Script And AMVApp Probl
Bright can be used for more than just visual means, it's often used to describe sound or taste, and not just by audiophiles.