Quantcast Avisynth: New Version Avisynth 2.57 - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
04-04-2007, 04:53 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
But she it sure looks like she is behind a fence.
Great feature in avisynth 2.5.7 .
__________________
Rui
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
04-08-2007, 06:58 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #23  
04-08-2007, 11:19 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #24  
04-08-2007, 11:59 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
OK, I'll try to reproduce it when I have the time and post my results.
Reply With Quote
  #25  
04-08-2007, 01:05 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
I can't reproduce it. I created an XviD file at 624x352 and used your script and the result is faultless..
Reply With Quote
  #26  
04-25-2007, 01:31 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
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.
Reply With Quote
  #27  
04-25-2007, 04:30 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
@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.
Reply With Quote
  #28  
04-25-2007, 05:25 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
BTW the script I used is two posts above yours, Wowie

Actually we discussed that a few days ago in "optimal script" forum:
http://www.kvcd.net/forum/viewtopic....891&highlight=
Reply With Quote
  #29  
05-10-2007, 11:37 PM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Reply With Quote
  #30  
05-11-2007, 02:29 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I will try to retrive the original source to make the tests but it will take time

(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)
Reply With Quote
  #31  
05-11-2007, 04:23 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
okay, I'll wait, perhaps you can try with some other episode and try to reproduce it !!!.
Reply With Quote
  #32  
05-17-2007, 01:22 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
I will try to retrive the original source to make the tests but it will take time

(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 ???
Reply With Quote
  #33  
05-17-2007, 03:48 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Not before several weeks.
Reply With Quote
  #34  
07-08-2007, 04:51 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: New version Avisynth 2.5.8 Dialhot Avisynth Scripting 5 01-09-2009 04:58 AM
Avisynth c_.dll Version 2.5? Blubear Avisynth Scripting 7 07-19-2004 03:24 AM
Avisynth: Which version is everyone using? bigggt Avisynth Scripting 6 02-14-2004 12:05 PM
Avisynth: which version should be used? Insider Avisynth Scripting 3 05-09-2003 03:39 PM
Avisynth: What version of AVISYNTH is best? jbirdg Avisynth Scripting 2 08-30-2002 10:38 AM

Thread Tools



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