PDA

View Full Version : AVSEdit testers wanted


stax76
4th December 2004, 23:49
I've commited a new AVSEdit release to cvs (\Release\AVSEdit_1.1.1.0.exe). Before asking sh0dan to release it I would like to do a short test to unsure it's stable. If you don't know how to grab it I can send it by mail. I'm more interested to develop DVX and KeyDVB therefore the changelog is not very long, I'm however trying to maintain the application.


1.1.1.0

parameter help in parameter grid enabled again. I don't know why this was disabled.

fixed bug in KernelDeint filter description

fixed a bug where a param info popup won't close before another one pops up

added support for relative paths. This required to create temporary files in the directory of the script, they will be deleted however when the application exits

settings are now handled in user locations

30% faster startup

Wilbert
7th December 2004, 08:24
... some minor stuff :)

1) Filter Description Editor

The Categories don't work. I made my own definitions a while ago, but don't see them anymore.

2) Filter Description Editor

If you go to CoreSyntax (in Filter Description Editor) and try to change the "Type" (from Clip to Boolean for example), the changed setting won't stick.

stax76
7th December 2004, 15:26
1) Filter Description Editor

The Categories don't work. I made my own definitions a while ago, but don't see them anymore.


it's either because I changed the code that managed settings, I'm working on this since I code .NET, AVSEdit still uses a old version of this since the requirements are not high so I think so it's probably because I changed the locations where AVSEdit saves the settings because of user requests, it's now current user reg key/curent user application settings dir by default which are the most reasonable locations for this I hope. I don't remember the old default path, maybe common application settings/AVSEdit settings.bin, you can try searching for *settings.bin to locate the old file.


If you go to CoreSyntax (in Filter Description Editor) and try to change the "Type" (from Clip to Boolean for example), the changed setting won't stick.


I've fixed and commited it, in the ListBox's in this dialog you can type now cor to jump to the item that starts with cor, controls are supposed to do this this, unfortunately it requires custom code

Wilbert
7th December 2004, 20:15
it's either because I changed the code that managed settings, I'm working on this since I code .NET, AVSEdit still uses a old version of this since the requirements are not high so I think so it's probably because I changed the locations where AVSEdit saves the settings because of user requests, it's now current user reg key/curent user application settings dir by default which are the most reasonable locations for this I hope. I don't remember the old default path, maybe common application settings/AVSEdit settings.bin, you can try searching for *settings.bin to locate the old file.
Ok, I found the old settings.bin file (and can see the correct Filter Categories again).

But, I don't get it. Are the xml files changed when using the old settings.bin? (So, I just have to commit the updated xml files again, such that everyone can see the correct Filter Categories.)

stax76
7th December 2004, 20:31
But, I don't get it. Are the xml files changed when using the old settings.bin? (So, I just have to commit the updated xml files again, such that everyone can see the correct Filter Categories.)


should be independent :)

Wilbert
8th December 2004, 00:19
Does that mean I have to define the correct Filter Categories again, or can I "save" the old ones somehow? Should I send my old settings.bin to you?

stax76
8th December 2004, 01:09
it's easier to post it :), the current defaults are:

Producing
Processing
Editing
Interlaced
Audio
Special
Debug
Resize
Noise
Source
Sharpen

Wilbert
8th December 2004, 23:45
My list:

Source filters
Image processing filters
Editing filters
Interlaced video filters
Audio filters
Special and exotic filters
Debug filters
Deinterlacing & Pulldown Removal
Spatio-Temporal Smoothers
Spatial Smoothers
Temporal Smoothers
Sharpen/Soften Plugins
Resizers
Subtitle (source) plugins
MPEG Decoder (source) Plugins
MPA Decoder (source) Plugins
Plugins to compare video quality
Broadcast Video Plugins
Misc Plugins
ClipProperties
NumericalFunctions
StringFunctions
Conversions
TestFunctions
OtherFunctions
ControlFunctions

stax76
10th December 2004, 14:58
I've updated the default settings with the updated category list and reseted this setting.