fix(media): tolerate slow MKV audio extraction (#195)

This commit is contained in:
2026-08-13 23:19:22 -07:00
committed by GitHub
parent 47b5903392
commit 8bf847503d
4 changed files with 121 additions and 14 deletions
@@ -0,0 +1,4 @@
type: fixed
area: Anki media
- Fixed sentence-audio generation timing out on slow network-mounted MKV files with many subtitle and font-attachment streams. Selected audio tracks now use bounded FFmpeg probing and a two-minute extraction budget, and missing output reports a clear FFmpeg error instead of raw `ENOENT`.