搜索 社区服务 统计排行 帮助
  • 2026阅读
  • 11回复

[下载]AviSynth 2.5.1 Beta

楼层直达
级别: 版主
注册时间:
2002-04-27
在线时间:
0小时
发帖:
1585
avisynth_270203.exe

Changes to 2.50 Released
- Added ISSE YV12->YUY2 conversions. Faster than Xvid - and both interlaced and noninterlaced modes supported. Use converttoyv12(interlaced=true).
- Fixed non-matching image type in Stack, Splice.
- Fixed rounding in Temporalsoften mode 2.
- Fixed distored color in YV12->YUY2.
- Added rewritten YV12->YUY2 (progressive) conversion to avoid using buggy XviD conversion. It also has better quality as it properly interpolates chromas as opposed to simply copying it. Speed should be the same.
- Added interlaced YV12->YUY2 conversion.
- Fix bug in C version of YUY2 -> RGB24
- Added TurnLeft / TurnRight.
- Updated (and probably broke!) separatefields / weave. They will need to be tested when it is possible!
- Updated AssumeTFF and BFF to also write the information to VideoInfo.
- Fixed bug with uninitialized data in AviSource.
- Updated icons
- PNG and JPEG support (output only). Warning: still buggy!
- Fixed wrong pitch being used in temporalsoften scenechange - could in rare cases lead to unexpected results.
- Fixed crashbug in YUY2 mergechroma.
- Fixed Splice problems with YV12 from different sources. Audio is now automatically converted to the same format.
- Don't add audio to track, if there is no present in Assumesamplerate()
级别: 版主
注册时间:
2002-04-27
在线时间:
0小时
发帖:
1585
只看该作者 1楼 发表于: 2003-03-09
avisynth_060303.exe

Changes to 2.50 Released
- Fixed bug in YV12 stackvertical, causing corrupt images.
- Removed all fieldbased/mod 4 checks.
- Restored how fieldbased/framebased works (needs further testing!)
- Added MMX/ISSE version of YUY2 -> YV12 conversion routines (interlaced/progressive). Use converttoyv12(interlaced=true).
- Made SwapUV() faster.
- YToUV() now takes an optional third parameter, that contains luma for the final clip.
- Fixed memory exception problem in Blur()
- AudioLength() now returns the size in samples (do however beware of overflows on very long clips)
- Changed chroma weighing to be 25/75 on interlaced YV12 -> YUY2
- Removed startup Box from installer
- Added ISSE YV12->YUY2 conversions. Faster than Xvid - and both interlaced and noninterlaced modes supported. Use converttoyv12(interlaced=true).
- Fixed non-matching image type in Stack, Splice.
- Fixed rounding in Temporalsoften mode 2.
- Fixed distored color in YV12->YUY2.
- Added rewritten YV12->YUY2 (progressive) conversion to avoid using buggy XviD conversion. It also has better quality as it properly interpolates chromas as opposed to simply copying it. Speed should be the same.
- Added interlaced YV12->YUY2 conversion.
- Fix bug in C version of YUY2 -> RGB24
- Added TurnLeft / TurnRight.
- Updated (and probably broke!) separatefields / weave. They will need to be tested when it is possible!
- Updated AssumeTFF and BFF to also write the information to VideoInfo.
- Fixed bug with uninitialized data in AviSource.
- Updated icons
- PNG and JPEG support (output only). Warning: still buggy!
- Fixed wrong pitch being used in temporalsoften scenechange - could in rare cases lead to unexpected results.
- Fixed crashbug in YUY2 mergechroma.
- Fixed Splice problems with YV12 from different sources. Audio is now automatically converted to the same format.
- Don't add audio to track, if there is no present in Assumesamplerate()
xxp
级别: 工作组
注册时间:
2002-05-08
在线时间:
0小时
发帖:
6398
只看该作者 2楼 发表于: 2003-03-09
呵呵,我一早上传了到ftp上都忘了发帖子提醒了,呵呵

你不能决定生命的长度,但你可以控制它的宽度。
你不能左右天气,但你可以改变心情。
你不能改变容貌,但你可以展现笑容。
你不能控制他人,但你可以掌握自己。
你不能预知明天,但你可以利用今天。
你不能样样胜利,但你可以事事尽力。
级别: 版主
注册时间:
2002-04-27
在线时间:
0小时
发帖:
1585
只看该作者 3楼 发表于: 2003-03-10
引用
最初由 xxp 发布
呵呵,我一早上传了到ftp上都忘了发帖子提醒了,呵呵


呵呵
原来是你上传:p
我试过最新的avisynth 2.5
发现好像没有明显
你呢?
xxp
级别: 工作组
注册时间:
2002-05-08
在线时间:
0小时
发帖:
6398
只看该作者 4楼 发表于: 2003-03-10
没感觉有变化。。。。。。。

你不能决定生命的长度,但你可以控制它的宽度。
你不能左右天气,但你可以改变心情。
你不能改变容貌,但你可以展现笑容。
你不能控制他人,但你可以掌握自己。
你不能预知明天,但你可以利用今天。
你不能样样胜利,但你可以事事尽力。
级别: 版主
注册时间:
2002-04-27
在线时间:
0小时
发帖:
1585
只看该作者 5楼 发表于: 2003-03-12
avisynth_100303.exe

Changes to 2.50 Released
- Fixed crash in swapuv() in some cases.
- Removed "movntq" from YUY2 <-> YV12 conversion routines. Much faster code!
- Reenabled "maximize speed" in optimizations.
- Put in fix in dll initialization from Gabest.
- Fixed 4 flickering pixels in ConvertToYUY2, and potential out-of-buffer writes.
- Fixed chroma weighing in interlaced yv12 -> yuy2.
- Added ApplyRange(clip, int startframe, int endframe, String "filter", filterargs)
- Aligned Resize data (slightly faster on some setups).
- Fixed bug in YV12 stackvertical, causing corrupt images.
- Removed all fieldbased/mod 4 checks.
- Restored how fieldbased/framebased works (needs further testing!)
- Added MMX/ISSE version of YUY2 -> YV12 conversion routines (interlaced/progressive). Use converttoyv12(interlaced=true).
- Made SwapUV() faster.
- YToUV() now takes an optional third parameter, that contains luma for the final clip.
- Fixed memory exception problem in Blur()
- AudioLength() now returns the size in samples (do however beware of overflows on very long clips)
- Changed chroma weighing to be 25/75 on interlaced YV12 -> YUY2
- Removed startup Box from installer
- Added ISSE YV12->YUY2 conversions. Faster than Xvid - and both interlaced and noninterlaced modes supported. Use converttoyv12(interlaced=true).
- Fixed non-matching image type in Stack, Splice.
- Fixed rounding in Temporalsoften mode 2.
- Fixed distored color in YV12->YUY2.
- Added rewritten YV12->YUY2 (progressive) conversion to avoid using buggy XviD conversion. It also has better quality as it properly interpolates chromas as opposed to simply copying it. Speed should be the same.
- Added interlaced YV12->YUY2 conversion.
- Fix bug in C version of YUY2 -> RGB24
- Added TurnLeft / TurnRight.
- Updated (and probably broke!) separatefields / weave. They will need to be tested when it is possible!
- Updated AssumeTFF and BFF to also write the information to VideoInfo.
- Fixed bug with uninitialized data in AviSource.
- Updated icons
- PNG and JPEG support (output only). Warning: still buggy!
- Fixed wrong pitch being used in temporalsoften scenechange - could in rare cases lead to unexpected results.
- Fixed crashbug in YUY2 mergechroma.
- Fixed Splice problems with YV12 from different sources. Audio is now automatically converted to the same format.
- Don't add audio to track, if there is no present in Assumesamplerate()
级别: 版主
注册时间:
2002-04-27
在线时间:
0小时
发帖:
1585
只看该作者 6楼 发表于: 2003-03-13
吃惊一下发现可以支持avs for 2.0x的滤镜东东
不知道avisynth 2.5支持for 2.0x的滤镜还是我的系统问题?
级别: 版主
注册时间:
2002-04-27
在线时间:
0小时
发帖:
1585
只看该作者 7楼 发表于: 2003-03-15
AviSynth_251.exe

AviSynth 2.5.1 changes, includes many fixes, and much better support of interlaced image processing:

Additions

* Added ISSE and MMX YUY2->YV12 conversions. Faster than XviD - and both interlaced and noninterlaced modes supported. Use ConvertToYV12(interlaced=true).
* Added rewritten YV12->YUY2 (progressive and interlaced) conversion to avoid using buggy XviD conversion. It also has better quality as it properly interpolates chromas as opposed to simply copying it. Speed should be the same. Use ConvertToYUY2(interlaced=true) for interlaced processing.
* Added TurnLeft / TurnRight.
* YToUV() now takes an optional third parameter, that contains luma for the final clip.
* AudioLength() now returns the size in samples (do however beware of overflows on very long clips)

Bugfixes

* Fixed Splice problems with YV12 from different sources. Audio is now automatically converted to the same format.
* Fixed bug in YV12 stackvertical, causing corrupt images.
* Fixed memory exception problem in Blur.
* Fixed non-matching image type in Stack.
* Fixed rounding in Temporalsoften mode 2.
* Fixed crashbug in YUY2 mergechroma.
* Fix bug in C version of YUY2->RGB24.
* Fixed bug with uninitialized data in AviSource.
* Fixed wrong pitch being used in temporalsoften scenechange - could in rare cases lead to unexpected results.
* Fixed rounding in some cases in temporalsoften.
* Doesn't add audio to track, if there is no present in AssumeSampleRate().
* Fixed isBFF() and isTFF().

Optimizations

* Put in Steady's new BitBlt code, and enabled it for ISSE capable processors.
* Much "conservative" code removed. A general speedup should be expected.
* Made SwapUV() faster.

Changes

* Removed all fieldbased/mod 4 checks.
* Restored how fieldbased/framebased works.
* Removed startup Box from installer.
* Greyscale inserts value 128, instead of 127. Some users have reported a greenish tint.
* Updated AssumeTFF and BFF to also write the information to VideoInfo.
* Updated icons.
* PNG and JPEG support (output only). Warning: still buggy!
级别: 版主
注册时间:
2002-10-16
在线时间:
1小时
发帖:
1143
只看该作者 8楼 发表于: 2003-03-15
引用
最初由 剑路1029 发布
吃惊一下发现可以支持avs for 2.0x的滤镜东东
不知道avisynth 2.5支持for 2.0x的滤镜还是我的系统问题?


不是你的系统问题,2.5本来就可以用过一些东东来使用2.0X的滤镜。

级别: 版主
注册时间:
2002-04-27
在线时间:
0小时
发帖:
1585
只看该作者 9楼 发表于: 2003-03-15
引用
最初由 littleyizhi 发布


不是你的系统问题,2.5本来就可以用过一些东东来使用2.0X的滤镜。


原来如此
本来我不知道啊:o
xxp
级别: 工作组
注册时间:
2002-05-08
在线时间:
0小时
发帖:
6398
只看该作者 10楼 发表于: 2003-03-15
我怎么感觉2.5.1和10号那个版本的更新基本一样的呢

你不能决定生命的长度,但你可以控制它的宽度。
你不能左右天气,但你可以改变心情。
你不能改变容貌,但你可以展现笑容。
你不能控制他人,但你可以掌握自己。
你不能预知明天,但你可以利用今天。
你不能样样胜利,但你可以事事尽力。
级别: 版主
注册时间:
2002-04-27
在线时间:
0小时
发帖:
1585
只看该作者 11楼 发表于: 2003-03-16
引用
最初由 xxp 发布
我怎么感觉2.5.1和10号那个版本的更新基本一样的呢


估計多了新功能:)
快速回复

限150 字节
上一个 下一个