Windows x86_64 — fix long-video MP4 export crash
Videos with hundreds of kept intervals (typical for 20+ minute talks where
silence cuts produce many small keeps) crashed v0.4.2 on MP4 export with:
[Parsed_select_0] Error while parsing expression 'between(t,...)+...+between(...)'
Error initializing filters / Cannot allocate memory
The single select expression scaled linearly with cut count and overflowed
ffmpeg's expression parser past a few hundred terms. v0.4.3 switches MP4
export to the concat demuxer — flat list, no parser limit, ffmpeg seeks per
segment. FCPXML export is unchanged.
Install
- NSIS:
autocut_0.4.3_x64-setup.exe(recommended) - MSI:
autocut_0.4.3_x64_en-US.msi
SmartScreen warns on first launch because the bundle is unsigned — click
More info → Run anyway.
macOS
The macOS v0.4.2 build has the same latent bug; a v0.4.3 macOS dmg will
follow. Until then, short videos remain unaffected.