Fix #29: validate --container against known containers #30

Merged
max merged 1 commits from fix/issue-29 into dev 2026-09-02 15:47:06 +04:00

1 Commits

Author SHA1 Message Date
max 8b67de59a3 Fix #29: validate --container against known containers
Before this fix, passing an invalid container name (e.g., 'nonexistent')
was passed directly to FFmpeg, which would fail with a cryptic error.
Now the container name is validated against CONTAINER_NAMES before any
processing begins, and a clear error message listing valid containers
is shown.
2026-09-02 15:41:38 +05:00