ArthurFDLR / whisper-youtube

🔉 Youtube Videos Transcription with OpenAI's Whisper
https://colab.research.google.com/github/ArthurFDLR/whisper-youtube/blob/main/whisper_youtube.ipynb
MIT License
352 stars 105 forks source link

How to remove time stamp #13

Closed DAmrGharieb closed 8 months ago

DAmrGharieb commented 10 months ago

Hi team, Good day, I came across the notebook and really impressed and want the text to be generated without time stamp could you help me in that thanks

S1M0N38 commented 9 months ago

In the Parameter section there is the output_format selector.

Screenshot 2023-12-10 at 17 25 09

The txt format save the generated text in plain text without timestamp. You can also select all, so all formats will be produced and then you can choose the one that best suite you.

ArthurFDLR commented 8 months ago

Thank you for the explanation @S1M0N38.