fix(dubbing): retain actionable native failure diagnostics

This commit is contained in:
Palash Debnath
2026-09-17 12:37:43 +05:30
parent 18c543484b
commit 9482788898
4 changed files with 46 additions and 2 deletions
+4
View File
@@ -1148,3 +1148,7 @@ remove the app binary itself are in
[docs/install/uninstall.md](uninstall.md).
**Linked issue:** [#1089](https://github.com/debpalash/VoiceStudio/issues/1089)
### Dubbing extraction fails
Extraction errors show the FFmpeg exit code and the end of its diagnostics, with private paths scrubbed. Use the final error line to distinguish missing audio streams, unsupported inputs, permissions, or disk errors. A version banner alone does not identify the cause; include the final diagnostic and source format when reporting a failure.