Fix #29: validate --container against known containers #30
Reference in New Issue
Block a user
Delete Branch "fix/issue-29"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Closes #29