ffmpeg segfaults with avisynthplus (.avs) input
Description:
ffmpeg segfaults after encoding when the input is an AvisynthPlus (.avs) file. The output is created without issue, but ffmpeg throws a segfault.
Additional info:
A patch is available and used in the aur package ffmpeg-full
.
This patch fixes the issue on my system.
Please consider integrating this patch in the archlinux ffmpeg package.
The upstream bugreport has not been touched since 2022. https://trac.ffmpeg.org/ticket/9832
Steps to reproduce:
-
Install
avisynthplus
-
Create a minimal Avisynth script input.avs containing the following:
Version()
-
Try to open it with ffmpeg:
ffmpeg -i input.avs -f null -