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
Owner

Sumary

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.

## Sumary 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.
max added 1 commit 2026-09-02 15:46:31 +04:00
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.
Author
Owner

Closes #29

Closes #29
max merged commit 8b67de59a3 into dev 2026-09-02 15:47:06 +04:00
max deleted branch fix/issue-29 2026-09-02 15:47:07 +04:00
Sign in to join this conversation.