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. |
![]() |
#1 | Link |
Retired AviSynth Dev ;)
![]() Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
|
AviSynth 2.06 Released
Many new changes. The most visible change is the new installer.
Most known bug have been crushed in this release, including some very old ones, so this is the chance for everybody to upgrade! There has been most emphasis on stability and useability for this release. Hope you feel so too! Changelog: New: - Added LanczosResize which uses the Lanczos3 algorithm - it provides better quality than BicubicResize in many cases. - New ResetMask() filter: sets the mask to "all-opaque" (RGB32 only). - Added optional pixel_type parameter to AVISource and siblings to force a decompression format (YUY2, RGB32 or RGB24). - Added optional left and right parameters to Letterbox - parameters are placed after the existing to preserve compatibility. - Added EnsureVBRMP3Sync(clip), to avoid desync of VBR-compressed mp3-soundtrack. This will slow seeking down considerably, but is very useful when using trim() for instance. Always use before trim(). Changes: - Added installer/uninstaller. No more need to fiddle with .reg files and regedit. - Default alignment is now 16 bytes, which should be faster on P4. - Added example scripts. - Made forward seeking fallback code in DirectShowSource files - it will not freeze anymore, just be very slow, since it has to decode all inbetween frames! - Optimizations to YUY2 BicubicResize/BilinearResize. - Better rounding precision in BicubicResize/BilinearResize. - ChangeFPS() now changes the framecount (thanks to Xesdeeni). - AVI files, that contains an invalid first frame are now rejected - there is no way of handling this situation gracefully. Segmented AVI's automatically skip these segments, and will NOT return an error. - Better parameter checks on Crop() and LetterBox(). - AviSource always returns last valid frame on decompression errors. - Added check for invalid frame 0 (mostly seen in SegmentedAviSource()). Fixes: - Fixed potential crashbug in Resize - real fix instead of previous hack. - Fixed bug in RGB32 greyscale, when with not divideable with 2. - Fixed Trim, so negative values works as documented. - Fixes to plugin autoloading: - freezed when invalid dll encountered, was locking files unnecessarily, now also loads avisynth plugins with VDF extension. - Fixed wrap at right side of picture in RGB BicubicResize()/BilinearResize(). - Fixed another Chroma wrap issue in BicubicResize() - BugFix: Fixed crashbug in Resize functions on some machines. As usual the release binaries can be grabbed from http://sourceforge.net/projects/avisynth2/ Thanks to all here who tested, and took time to give feedback!
__________________
Regards, sh0dan // VoxPod |
![]() |
![]() |
![]() |
#2 | Link |
TotalEclipseOfTheBrain
Join Date: Sep 2002
Posts: 347
|
Shodan, could you please have a look on "Warpsharp filter 0911a" thread; I wrote a post concerning warpsharp.dll. I'm pretty sure that the problem comes from that dll; but we never know, maybe an additional control could be done from avisynth (if possible) on plugins in order to avoid that kind of crash ?
Regards, FuPP |
![]() |
![]() |
![]() |
#3 | Link |
Simply me
Join Date: Aug 2002
Location: Lancashire, England
Posts: 610
|
Small point but the colour of the Version() command isn't green - its some funny shade of yellow/orange - is this a bug or a feature
![]() regards Simon From Dr Strangelove - You know how Dimitri likes his little surprises ![]() ![]()
__________________
http://www.geocities.com/siwalters_uk/fnews.html |
![]() |
![]() |
![]() |
#5 | Link |
Simply me
Join Date: Aug 2002
Location: Lancashire, England
Posts: 610
|
Well here's mine (in case your grey is my yellow.orange
![]() Simon
__________________
http://www.geocities.com/siwalters_uk/fnews.html |
![]() |
![]() |
![]() |
#8 | Link |
Moderator
![]() Join Date: Oct 2001
Location: Germany
Posts: 4,454
|
Dunno what's wrong, it shows up as a pastel yellow here
![]() Regards, Koepi
__________________
Koepi's new media development site |
![]() |
![]() |
![]() |
#9 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,846
|
there is still the bug I mentioned the other topic, when left + right using Crop is not a multible of 4, there is a green line on the right side
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
![]() |
![]() |
![]() |
#10 | Link |
Registered User
Join Date: May 2002
Location: Czech rep.
Posts: 390
|
Excellent!
Excellent result! Congrats!
v2.06 is about 4% faster (overall 'mpeg2 to xvid' encoding process, BicubicResize using) and final size of xvid is about 1% smaller!!! ![]() Next, next and next optimizations, please... ![]() |
![]() |
![]() |
![]() |
#12 | Link | |
AC3 5.1 Addict
Join Date: Nov 2001
Location: Big Blue Nation_USA
Posts: 2,036
|
Quote:
Edit- Has anyone else had problems with TMPEG opening AVS files up since installing AVS 2.06? I'm constantly getting the error "dont know what LoadPlugin is". And ideas? This is a 3 day old Win2k install, so it fairly fresh.
__________________
Need AC3 & SPDIF setup info? Last edited by MaTTeR; 28th September 2002 at 20:32. |
|
![]() |
![]() |
![]() |
#13 | Link |
Registered User
Join Date: Oct 2001
Posts: 20
|
Strange problem
Could somebody tell me what to do?
CCE can't open the new AVS scripts. It just terminates if I want to open it. Virtualdub also has some problem because if I try to close the file it gives me an error with a debug window. Any idea? |
![]() |
![]() |
![]() |
#14 | Link |
Registered User
Join Date: Dec 2001
Posts: 36
|
Yeah, i had the same problem falcon_b... I don't know why it happens, but, to deal with it i did the following:
Moved the "avisynth.dll" from the ..\windows\systyem folder then uninstalled the program. Next, put the "avisyth.dll" back to the ..\windows\system folder and then run the original "install.reg" file.... worked like a charm. I know these guys will work out the kinks in the days to come,... they do good stuff. take care baz |
![]() |
![]() |
![]() |
#15 | Link |
Registered User
Join Date: Jun 2002
Location: Spain
Posts: 153
|
one bug?
It`s my script:
----------------------------------------- LoadPlugin("C:\DVD2CVCD\MPEG2DEC\MPEG2DEC.dll") Mpeg2Source("C:\DVD2CVCD\FILM.d2v") SetMemoryMax(40) ----------------------------------------- Avisynth v2.06, MPEGdec (tbarry, original or FDMark) It crass with any warning. If I delete "SetMemoryMax(40)" it works ok. The TMPGENC donīt hang the PC. I say "Script reaturn ane invalid value" a few minutes before, it works ok. Soory, but i canīt give us more info :-( |
![]() |
![]() |
![]() |
#18 | Link |
Registered User
Join Date: Oct 2001
Posts: 133
|
hrm is it just me or has anyone else had problems with 2.06 and it opening the scripts at a really high resolution when you try to watch a script? The version example alone starts in a resolution way above 1280*1024.
|
![]() |
![]() |
![]() |
#19 | Link |
Retired AviSynth Dev ;)
![]() Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
|
Regarding version() - yes I changed the color. I thought the original was... well not much much of an eyepleaser, so it's now lightyellow/Grey.
@jarthel: The CVS releases will be dll-only - wait for the first new release, and grab it there then ![]() @SILICON: Try using setmemorymax() as the first parameter - does that help? Try other scripts. @JohnMK: Yes, lanczosresize is mod 2. @meleth: Could you post a screenshot of Virtual Dub "File Information" on a clean Version() example. Are you using vobsub? @FuPP: See the thread you mentioned.
__________________
Regards, sh0dan // VoxPod |
![]() |
![]() |
![]() |
#20 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,846
|
am I the only one with a green line? The second thing I don't know if this is a Windows or a AviSynth Problem, but quite a lot people seem to have this problem, I got about ten reports until now and my program is not very popular so far, here is the topic
http://dvx.myikonboard.com/viewthrea...id=3&nocache=1
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|