steptoe
27th September 2005, 09:09
Had a few problems recently with some AVISynth filters not working, I narrowed it down to what filter isn't working as it should and removed it until I'll work out why later
But, I did notice something slightly strange when you remove filters from the filter editor, save and exit, and then check the rebuilder.ini file
If you add any filters, regardless if its on one line or its own line, it saves the filter list fine, but if you remove any filters and resave it, the rebuilder.ini file still has the filter listed in the rebuilder.ini file, but as an empty filter name
I can't honestly say if this could confuse AVISynth in anyway as it may or may not send it an empty filter, but just thought I'd let you know
Example :
Say I use these filters for whatever and this is copied from the rebuilder.ini
AVSFilter01=Cnr2()
AVSFilter02=DeScratch()
AVSFilter03=RemoveDirt()
Now, if I then remove the filters and save and exit it again, you will get this effect from the rebuilder.ini
AVSFilter01=
AVSFilter02=
AVSFilter03=
So for whatever reason its not removing the now empty filter list from the rebuilder.ini when it saves it
But, I did notice something slightly strange when you remove filters from the filter editor, save and exit, and then check the rebuilder.ini file
If you add any filters, regardless if its on one line or its own line, it saves the filter list fine, but if you remove any filters and resave it, the rebuilder.ini file still has the filter listed in the rebuilder.ini file, but as an empty filter name
I can't honestly say if this could confuse AVISynth in anyway as it may or may not send it an empty filter, but just thought I'd let you know
Example :
Say I use these filters for whatever and this is copied from the rebuilder.ini
AVSFilter01=Cnr2()
AVSFilter02=DeScratch()
AVSFilter03=RemoveDirt()
Now, if I then remove the filters and save and exit it again, you will get this effect from the rebuilder.ini
AVSFilter01=
AVSFilter02=
AVSFilter03=
So for whatever reason its not removing the now empty filter list from the rebuilder.ini when it saves it