WARNING: ffprobe and FFMPEG return invisible access violation exit code
Not a MABS error AFAIK ...
A previous build of ffmpeg/ffprobe (as of 2026.02.10) returns 0 exit code,
the new build (as of 2026.03.28) returns an error code when using the same inputs.
No error messages are visible, output looks OK, it looks to have worked but has crashed (and takes a couple of seconds more to return to the commandline after the expected output is displayed).
Only detected because I used python3 subprocess to issue ffprobes and catch/check the error codes !
REM AFTER RUNNING OLD FFPROBE manually
G:\HDTV\000-TO-BE-PROCESSED>echo %ERRORLEVEL%
0
REM AFTER RUNNING NEW FFPROBE manually
G:\HDTV\000-TO-BE-PROCESSED>echo %ERRORLEVEL%
-1073741819
Submitted this warning to you only the basis that
who knows what else also got broken even in ffmpeg (shared code ?)
Both built x64 static.
Cheers.
PS diagnosed as access violation by Claude AI.
18 条评论