Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whisper: add directory transcription support #1215

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

cavit99
Copy link

@cavit99 cavit99 commented Jan 20, 2025

Add support for transcribing all files in a directory recursively. The implementation simply lets ffmpeg handle file validation instead of filtering by any extension. Update README with minimal documentation for directory support.

Add support for transcribing all files in a directory recursively.
The implementation lets ffmpeg handle file validation instead of
filtering by extension. Update README with minimal documentation
for directory support.
Use warnings.warn() for errors instead of print(), show detailed
messages only with --verbose, and simplify user prompts. Keep
error handling consistent with the rest of the codebase.
@cavit99 cavit99 closed this Jan 20, 2025
@cavit99 cavit99 reopened this Jan 20, 2025
Use warnings.warn() for errors instead of print(), show file count messages only with --verbose, and simplify user prompts. Keep error handling consistent with the original code, including traceback on exceptions.
Show file count messages only with --verbose and simplify user prompts. Keep error handling identical to the original code, including traceback and error message format.
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.

1 participant