digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: New version Avisynth 2.57 (http://www.digitalfaq.com/archives/avisynth/14382-avisynth-version-avisynth.html)

rds_correia 04-04-2007 04:53 PM

But she it sure looks like she is behind a fence.
Great feature in avisynth 2.5.7 :lol:.

Boulder 04-08-2007 06:58 AM

Quote:

Originally Posted by Dialhot
Sorry, error with my imageshack account. I fixed it and I think now you can clearly see what is the bug :)

Would you mind posting the script, there's a thread at D9 about Avisynth 2.5.7 having or not having problems and I could post it there. Also if there's anything I need to know about the source, please post the info as well.

Dialhot 04-08-2007 11:19 AM

Code:

AviSource("PATH\NAME.avi",false)
BlindPP(cpu=4)

LanczosResize(496,448,0,0,624,352)

LimitedSharpenFaster()
LRemoveDust_YV12(17,1)
AddBorders(24,16,24,16)

The guilty is the LanczosResize, and probably there is a problem in the maths when doing that particular transfo 624x352 -> 496x448.

Boulder 04-08-2007 11:59 AM

OK, I'll try to reproduce it when I have the time and post my results.

Boulder 04-08-2007 01:05 PM

I can't reproduce it. I created an XviD file at 624x352 and used your script and the result is faultless..

WOWIEGURL 04-25-2007 01:31 AM

DiAlbot. what filters do u use in your script cause your picutre is soo clear.my conversions always turn out a little blurry around the edges.

incredible 04-25-2007 04:30 AM

@WOWIEGURL
This thread deals about specific Avisynth 2.57 issues, so image enhancing in general is not the subject in here. So please do open a new thread for other subjects than treated in here.

Dialhot 04-25-2007 05:25 AM

BTW the script I used is two posts above yours, Wowie :wink:

Actually we discussed that a few days ago in "optimal script" forum:
http://www.kvcd.net/forum/viewtopic....891&highlight=

supermule 05-10-2007 11:37 PM

Quote:

Originally Posted by Dialhot
Code:

AviSource("PATH\NAME.avi",false)
BlindPP(cpu=4)

LanczosResize(496,448,0,0,624,352)

LimitedSharpenFaster()
LRemoveDust_YV12(17,1)
AddBorders(24,16,24,16)

The guilty is the LanczosResize, and probably there is a problem in the maths when doing that particular transfo 624x352 -> 496x448.

@Dialhot, can you please test the following as requested by the developer for resolution.

"Please test for the fault with both 2.5.6 and 2.5.7 with the SetPlanarLegacyAlignment() statement added to the end of the script. Please test with both True and False for both versions, 4 tests, and report the results.

Also what versions of BlindPP, LSF and Dust are you using? (Dates and size in bytes of the .DLL's if you don't know)"

Code:

AviSource("PATH\NAME.avi",false)
BlindPP(cpu=4)
LanczosResize(496,448,0,0,624,352)
LimitedSharpenFaster()
LRemoveDust_YV12(17,1)
AddBorders(24,16,24,16)
SetPlanarLegacyAlignment(false)


Dialhot 05-11-2007 02:29 AM

I will try to retrive the original source to make the tests but it will take time :oops:

(moreover I let my KDVD to a friend and I don't remember exactly which episode of Weeds it is. If someone can identify it, it is in the second season)

supermule 05-11-2007 04:23 AM

okay, I'll wait, perhaps you can try with some other episode and try to reproduce it !!!.

supermule 05-17-2007 01:22 AM

Quote:

Originally Posted by Dialhot
I will try to retrive the original source to make the tests but it will take time :oops:

(moreover I let my KDVD to a friend and I don't remember exactly which episode of Weeds it is. If someone can identify it, it is in the second season)

any luck ???

Dialhot 05-17-2007 03:48 AM

Not before several weeks.

Dialhot 07-08-2007 04:51 AM

A last word, at least for the moment on the toppic : I retrieved all the sources and trie dto reproduce the problem, but with no success. As I updated the codec since then, it's probable the issue was linked to it too. Nevertheless, this was not DVD sources, and that's the most important.


All times are GMT -5. The time now is 12:04 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.