I upgraded to 2.7 and now my AviSynth scrips won't parse and show the duration and such. I can still run ffmpeg on them, however I won't know how far it's going.
It works fine in 2.5.4. Will there be a fix?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was not even aware of avisynth scripts working in the application.
It is probably because ffprobe is no longer available and mediainfo do not parse .avs files.
However, it should still work fine, though no progress information will be displayed.
If you send some examples I may find a workaround.
For the moment you could safely stick with 2.5.4.
Last edit: Abel 2021-11-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I upgraded to 2.7 and now my AviSynth scrips won't parse and show the duration and such. I can still run ffmpeg on them, however I won't know how far it's going.

It works fine in 2.5.4. Will there be a fix?
I was not even aware of avisynth scripts working in the application.
It is probably because ffprobe is no longer available and mediainfo do not parse .avs files.
However, it should still work fine, though no progress information will be displayed.
If you send some examples I may find a workaround.
For the moment you could safely stick with 2.5.4.
Last edit: Abel 2021-11-19
Also, there could be some problem with ffmpeg version.
I tested a .avs file using ffmpeg 4.3.1 32 bits version and it worked, but 64 bits did not.