Just another quick one, I'm grateful that you started to add support for multiple audio tracks so quickly
Was my first attempt to include that feature and only for AVI, let me know if you encounter any problem with it, manly with audio out of sync or something like that...because the audio process that deals with multi tracks is brand new
If possible, under the tweaks options, could you add support for different resizers rather that just LanczosResize, for example Spline36 or even Spline64 as the Spline resizers are listed as being better with low bitrate conversions when upsizing the resolution
That could be done, no problem
LanczosResize can give artifacts at low bitrates lower than 2000kbps, but I think you never get that so lower values. When I made that investigation all people said that LanczosResize gives more sharpen and detailed results
UnDot is quite old now, and also apparently had a bug in it, the RemoveGrain filter has the exact equivalent of UnDot but is much faster, all that needs is the RemoveGrain filter adding to the install instead of UnDot and UnDot replacing with RemoveGrain(mode=1) in the scripts to give the exact same effect as UnDot()
Also RemoveGrain(mode=2) or RemoveGrain(mode=3) offers more dot removal as UnDot() without going to extremes, so giving that little bit more noise removal without getting into the realms of serious noise filtering
OK, that will be done, in fact I need a soft degrain without being extreme
I inserted a very strong grain removal : RemoveDirt, that uses RemoveGrain, but I think it gives a extreme result...should be used only with very noisy videos, I even don't know if I will keep it in AVI2ISO 2.10 final version
All filters are in Plugins folder
Thanks for a great software, that actually works in conversions unlike some I tried
many thanks for you advice and help, I will make that changes
let me know please if you get any bug in this new version, and I mean any strange behavior, I'm very concerned with stability and usability
Version 2.10 is not yet finished