Commit Graph

39 Commits (d7e2ecd042833494768568b48bcea76738669547)

Author SHA1 Message Date
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
Mikael Finstad 26062215ec
improve simple mode #2927 3 months ago
Mikael Finstad 260612d667
improve text 3 months ago
Mikael Finstad 2606036e63
upgrade deps 4 months ago
Mikael Finstad 260601db0a
implement delete tags and `-itsoffset`
also improve tracks ui and simplify data model

#216
closes #2819
4 months ago
Mikael Finstad 260531016d
implement decimate
closes #2111
4 months ago
Mikael Finstad 260531ed28
scan i18n 4 months ago
Mikael Finstad 260530b18d
scan i18n 4 months ago
Mikael Finstad 260314db55
add FFmpeg `-hwaccel auto` setting
and show loading elapsed time
closes #2746
6 months ago
Mikael Finstad 260313b7c9
improve error handling
closes #2797
6 months ago
Mikael Finstad 2603126ad4
implement advanced output directory selector
closes #2101 #2115 #2755
7 months ago
Mikael Finstad 260301f94d
add new "opposing" align mode
closes #2654
7 months ago
Mikael Finstad 2603019574
scan i18n 7 months ago
Mikael Finstad 260228d72b
improvements
- warn if export options is disabled
- warn if trying to cut with too few keyframes around cutpoint

closes #516

#2780 #2756
7 months ago
Mikael Finstad 26013053cd
improve tracks dialog #2358 8 months ago
Mikael Finstad 260129d0d7
scan i18n 8 months ago
Mikael Finstad 2601283032
add about dialog i18n
fixes #2711
closes #2721
8 months ago
Bolaji Adesina bdd91cfb68
Fix minor English typos in dialogs (#2668) 9 months ago
Mikael Finstad 2601093543
scan i18n 9 months ago
Mikael Finstad 480f46ec78
Update translation for screenshot capture message 10 months ago
Mikael Finstad 2512044985
scan i18n 10 months ago
Mikael Finstad 251110c804
migrate i18next format to v4 11 months ago
Mikael Finstad 2511079cc7
scan i18n 11 months ago
Mikael Finstad 251102004c
scan i18n 11 months ago
Mikael Finstad 251102a935
scan i18n 11 months ago
Mikael Finstad 2510223e2b
scan i18n 11 months ago
Mikael Finstad 2510103376
improve text 12 months ago
Mikael Finstad 250731dfe3
scan i18n 1 year ago
Mikael Finstad 073d382f2f
scan i18n 2 years ago
Mikael Finstad 2503115490
don't use the word "feather"
https://github.com/mifi/lossless-cut/issues/2128#issuecomment-2712299543
2 years ago
Mikael Finstad 25021833e3
fix en translation 2 years ago
Mikael Finstad 250218b5ec
scan i18n 2 years ago
Mikael Finstad 25021872b0
scan i18n 2 years ago
Mikael Finstad d2dc17a2ca
scan i18n 2 years ago
Mikael Finstad 15893e0182
scan i18n 2 years ago
Mikael Finstad 669d0aedc2
scan i18n 2 years ago
Mikael Finstad 052b9f88a0
scan i18n 2 years ago
Mikael Finstad 04179320c3
scan i18n 2 years ago
Mikael Finstad f677619039
upgrade to electron-vite 3 years ago