ggml-org/whisper.cpp
View on GitHubOption to store output in the same format that gets logged to console
Open
#509 opened on Feb 16, 2023
enhancementgood first issue
Repository metrics
- Stars
- (49,693 stars)
- PR merge metrics
- (Avg merge 5d 20h) (36 merged PRs in 30d)
Description
I like the timestamp/transcription format that is used when logging transcriptions to the console, would it be possible to add an option to save that output format to a file (aside from simply redirecting the command output to a file)?
Also, I like the accuracy colors but that wouldn't be possible to save in a text file. Perhaps HTML could be an option, but I imagine storing the formatting data would be somewhat inefficient in terms of space usage.