You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/locales
Claude d7e2ecd042 fail fast in startup check when ffmpeg executable is missing
On Windows, when the ffmpeg/ffprobe executable does not exist (e.g. a
custom FFmpeg directory pointing to a location without ffmpeg.exe),
cross-spawn (used by execa) falls back to running the command through
cmd.exe, which fails with exit code 1 and a confusing
"'...' is not recognized as an internal or external command" error
instead of ENOENT. This bypassed the "FFmpeg executable not found"
dialog and instead triggered the error report dialog.

Now check that the executables exist as part of the startup check
(which also re-runs whenever the custom FFmpeg directory setting
changes), so a missing executable yields a proper ENOENT. Also mention
the custom FFmpeg directory setting in the error dialog when one is
configured.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PE6aFnysh85Ryndeu6zXYG
2 months ago
..
ar
cs Translated using Weblate (Czech) 2 months ago
de Translated using Weblate (German) 2 months ago
en fail fast in startup check when ffmpeg executable is missing 2 months ago
eo
es
et
fa
fi
fr
he
hu Translated using Weblate (Hungarian) 2 months ago
id Translated using Weblate (Indonesian) 2 months ago
it Translated using Weblate (Italian) 2 months ago
ja
ko Translated using Weblate (Korean) 2 months ago
lt
nb_NO
nl
nn
pl
pt Translated using Weblate (Portuguese) 2 months ago
pt_BR Translated using Weblate (Portuguese (Brazil)) 2 months ago
ro
ru Translated using Weblate (Russian) 2 months ago
si
sk Translated using Weblate (Slovak) 2 months ago
sl
sr
sv
ta
tr Translated using Weblate (Turkish) 2 months ago
uk Translated using Weblate (Ukrainian) 2 months ago
vi Translated using Weblate (Vietnamese) 2 months ago
zh_Hans Translated using Weblate (Chinese (Simplified Han script)) 2 months ago
zh_Hant