Open Issues Need Help
View All on GitHub enhance error handling about 2 hours ago
AI Summary: The issue aims to improve the CLI's error handling by replacing vague messages and silent exits with more descriptive, user-friendly error messages using `typer.echo()` or `typer.secho()`. It also requires implementing proper exit codes for failures by raising `typer.Exit(code=1)` to provide clearer feedback to both users and calling scripts.
Complexity:
3/5
enhancement good first issue
FFmpeg based CLI for simple video operations like extracting audio , muting , converting to GIF , and extracting frames
Python
#cli-wrapper#ffmpeg#python