Open crxssrazr93 opened 1 month ago
It's always cool to hear how people are using the tool. :}
Anyway, what if you run phonix
and also add the following arguments:
--summary-prompt="Create a summary out of the following transcript in less than 50 words"
(change the prompt however it suits you)--frequency=<length of video in seconds>
if you want the output to not have contain timestamps at all, otherwise skip the argument altogether, or choose a smaller value to also get timestamps and a more "detailed" summary.
I do this a lot to transcribe content locally via whisper (through phonix like this: py phonix.py --run-whisper-locally "{media_file}").
It would be great if we can also do something similar and get a summary of the transcribed output as well (via OpenAI API for the summarization part).