Skip to content

Resolved Batch CLI Argument Mismatch, Add Mute-Only Batch Support, and Improve FFmpeg Dependency Error Handling#4

Open
teams4evolve wants to merge 1 commit into
adeel-raza:mainfrom
teams4evolve:main
Open

Resolved Batch CLI Argument Mismatch, Add Mute-Only Batch Support, and Improve FFmpeg Dependency Error Handling#4
teams4evolve wants to merge 1 commit into
adeel-raza:mainfrom
teams4evolve:main

Conversation

@teams4evolve
Copy link
Copy Markdown
Collaborator

Implemented and cleaned up the latest profanity-filter fixes:

Added real --mute-only behavior so profanity intervals can be muted without cutting the timeline.
Fixed subtitle post-processing flow to avoid false subtitle success messages and invalid subtitle attach attempts.
Added fail-fast checks for missing ffmpeg/ffprobe with clear error messages (instead of silently returning unchanged output).
Updated batch_process.py to use current clean.py args (--model) and support --mute-only.
Kept compatibility for older batch scripts that still pass --whisper-model.
Synced README command/options text with current CLI behavior.

How tested:

clean.py --help confirms --mute-only support.
Manual run confirms mute-only output works.
Missing FFmpeg path now gives clear actionable error.
batch_process.py accepts both --model and legacy --whisper-model, plus --mute-only.

…tibility; replace 'whisper_model' with 'model' and 'no_audio' with 'mute_only'. Deprecate 'no_audio' with a warning message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants