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 29th July 2015, 03:39   #1  |  Link
OvejaNegra
ekTOMBE STUDIOS
 
OvejaNegra's Avatar
 
Join Date: Dec 2005
Location: Cuba
Posts: 254
Help reverting Toradora edge enhancement on BluRay

As the title says,
so for unfilter does something bu im looking alternatives.

Also, since the video detail is not 1080, im going to downsize it to 720. Sugestions with this are always welcome.

Now the pictures:

__________________
So, it works or not???
OvejaNegra is offline   Reply With Quote
Old 29th July 2015, 03:49   #2  |  Link
Bloax
The speed of stupid
 
Bloax's Avatar
 
Join Date: Sep 2011
Posts: 317
I'm not exactly sure what issue you're trying to fix - besides the fact that it's not a true 1080p source it is a quite decent source, it doesn't even have haloing.
Bloax is offline   Reply With Quote
Old 29th July 2015, 13:22   #3  |  Link
BakaProxy
Registered User
 
Join Date: Jan 2015
Posts: 47
http://screenshotcomparison.com/comparison/136882 :^)
BakaProxy is offline   Reply With Quote
Old 29th July 2015, 13:50   #4  |  Link
OvejaNegra
ekTOMBE STUDIOS
 
OvejaNegra's Avatar
 
Join Date: Dec 2005
Location: Cuba
Posts: 254
Im trying to fix the anoying aliasing on the lines (look at first screenshot), on the second one look at the right edge of the laptop screen
look worst when it moves on some scenees.
BakaProxy -> I dont know how to set that screenshot to real size(i think its downscaled on my browser), the mouse over version is filtered. Filtered with what?
__________________
So, it works or not???
OvejaNegra is offline   Reply With Quote
Old 29th July 2015, 18:52   #5  |  Link
kuchikirukia
Registered User
 
Join Date: Oct 2014
Posts: 476
Try an anti-aliaser like santiag.
kuchikirukia is offline   Reply With Quote
Old 29th July 2015, 19:31   #6  |  Link
Bloax
The speed of stupid
 
Bloax's Avatar
 
Join Date: Sep 2011
Posts: 317
Perhaps this might be what you're looking for.
Bloax is offline   Reply With Quote
Old 31st July 2015, 05:23   #7  |  Link
OvejaNegra
ekTOMBE STUDIOS
 
OvejaNegra's Avatar
 
Join Date: Dec 2005
Location: Cuba
Posts: 254
Sorry,those are not helping.
UnFilter(-100,84) does a more pleasant fix (for me). It looks like it should be before the enhancement.
Any other suggestion?
__________________
So, it works or not???
OvejaNegra is offline   Reply With Quote
Old 31st July 2015, 05:56   #8  |  Link
Keiyakusha
契約者
 
Keiyakusha's Avatar
 
Join Date: Jun 2008
Posts: 1,576
uh... UnFilter(-100,84) is totally destroying the picture... unless you applied it in some specific way and not simply as is.
As for antialiasing, pretty much any should be able to fix this issue. Just apply it after downscaling in case you use some complex script and not constructing it yourself.
Keiyakusha is offline   Reply With Quote
Old 31st July 2015, 13:16   #9  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Lost
Posts: 9,558
Here I'm still trying to figure out what the problem is. It looks clean and smooth to me, I see no edge enhancement anywhere. Quite the opposite, it looks rather soft, giving you the option of applying your own edge enhancement however you wish. Why would you want to soften it even more with Unfilter?
foxyshadis is offline   Reply With Quote
Old 31st July 2015, 13:57   #10  |  Link
Keiyakusha
契約者
 
Keiyakusha's Avatar
 
Join Date: Jun 2008
Posts: 1,576
I think he means this. No clue about 1st screenshot either.

Last edited by Keiyakusha; 31st July 2015 at 14:04.
Keiyakusha is offline   Reply With Quote
Old 31st July 2015, 21:55   #11  |  Link
Bloax
The speed of stupid
 
Bloax's Avatar
 
Join Date: Sep 2011
Posts: 317
You can nuke them pretty easily with - who could have guessed - typical antialiasing strategies;

Code:
FTurnRight()
a=last
FastLineDarkenMOD(64,211)i
af=merge(a.SangNom2(0,24),a.SangNom2(1,24))
aff=af.FTurnLeft()
SeparateFields()
Merge(SangNom2(0,24),SangNom2(1,24))
AssumeFieldBased()
Weave()
FTurnLeft()
Merge(aff)
Spline36Resize(1280,720)

And I'm not even sure if the extra "separatefields() ??? weave()" part is even necessary.

You can remove it for a nice increase in performance should you find it unnecessary.

Last edited by Bloax; 31st July 2015 at 21:59.
Bloax is offline   Reply With Quote
Old 1st August 2015, 05:57   #12  |  Link
OvejaNegra
ekTOMBE STUDIOS
 
OvejaNegra's Avatar
 
Join Date: Dec 2005
Location: Cuba
Posts: 254
Sorry for the delay, yes unfilter blurs too much.
Yes im talking about that effect on the vertical lines. on the first screen look at the right edge of the case, the aliasing is there.
I assumed it was a consecuence of enlarging a low resolution image with a simple scaler.
iwas trying

turnleft()
eedi3()
turnright()
with a more aceptable result

but im goin to try the Bloax solution

i'll post about results
Thanks
__________________
So, it works or not???
OvejaNegra is offline   Reply With Quote
Old 7th August 2015, 05:56   #13  |  Link
OvejaNegra
ekTOMBE STUDIOS
 
OvejaNegra's Avatar
 
Join Date: Dec 2005
Location: Cuba
Posts: 254
Sorry for the delay, i'm busy:
This did the trick
Code:
FTurnRight()
a=last
af=merge(a.SangNom2(0,24),a.SangNom2(1,24))
aff=af.FTurnLeft()
return aff
No need for more!!
Thanks bloax!
And thanks to all of you for the sugestions
The result is perfect!
__________________
So, it works or not???
OvejaNegra is offline   Reply With Quote
Reply

Tags
bluray, edge, enhancement

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 12:22.


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