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
Open
Conversation
…tibility; replace 'whisper_model' with 'model' and 'no_audio' with 'mute_only'. Deprecate 'no_audio' with a warning message.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.