Description:
While testing CCExtractor from the terminal, I noticed that running the tool
without providing an input media file may be confusing for new users.
Steps to reproduce:
- Build CCExtractor from source
- Run: ./ccextractor
- Observe the output / behavior
Expected behavior:
CCExtractor could display a clear message indicating that an input media file
is required, along with a brief usage hint.
Current behavior:
The current output does not clearly explain that an input file is missing.
Why this matters:
Clear CLI feedback improves usability for new users and helps avoid confusion
when CCExtractor is used in scripts or terminal-based workflows.
I have built CCExtractor locally and would be happy to work on a fix
if this improvement is approved.