Transcribe Video For Free With OpenAI Whisper Using Python | Tutorial For Beginners

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 21

  • @jiejenn
    @jiejenn  Год назад +1

    📑 Also check out the tutorial on "How to get started with OpenAI ChatGPT API In Python" @ ruclips.net/video/I4T--ycOpi0/видео.html

  • @StefanPopkevich
    @StefanPopkevich 7 месяцев назад

    Thanks for a clear and concise tutorial - best I've managed to find on this subject. I am definitely subscribing.

  • @HelPfeffer
    @HelPfeffer 29 дней назад

    Thank you!

  • @thisduck_
    @thisduck_ 9 месяцев назад

    Hi. I can see in yoru video that whisper is still getting the F16 error message coming up. It seems the DecodingOptions are only being assigned as a variable but not affecting the transcription. Is there a way to apply the DecodingOptions to the transcription? I can't figure out a way to do it.

  • @Ananggadipa
    @Ananggadipa Год назад

    Hi, thanks for the tutorial. Is there a way to output the timecode as millisecond? Because that's needed in software like Premiere Pro.

  • @ocbhu8666
    @ocbhu8666 Месяц назад

    Thansk for the video but I encounter this error .. I tried setting up ffmpeg path & all still.. hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
    FileNotFoundError: [WinError 2] The system cannot find the file specified

    • @jiejenn
      @jiejenn  Месяц назад

      Have you installed the FFMpeg python library? If yes, makes sure you add the directory path to the Path environment variable.

  • @Broken-yk5ms
    @Broken-yk5ms Год назад

    Cool tutorial 😮

  • @truongviet7763
    @truongviet7763 Год назад

    How can you add that sub to your video. Please tell me about that

  • @Krazy_Shorts
    @Krazy_Shorts Год назад

    Wow...that's very cool!

  • @vaibhavgirase3021
    @vaibhavgirase3021 11 месяцев назад

    Hello sir, When I am trying to convert large audio file to text then it takes more time, how to convert in minimum time, please reply on my comment sir

    • @thisduck_
      @thisduck_ 9 месяцев назад +1

      In line4 , use 'tiny.en' instead of 'base.en' and it will be significantly faster. (Or just 'tiny' if English is not the only language.)

    • @vaibhavgirase3021
      @vaibhavgirase3021 9 месяцев назад

      @@thisduck_ thanks sir ❣️

  • @awogbob
    @awogbob Год назад

    I dont know hwo to use visual command studio so I didnt know how to find the terminal

  • @talktotask-ub5fh
    @talktotask-ub5fh 13 дней назад

    Great content.
    + Like and +1 subscriber.

  • @coshiremath7660
    @coshiremath7660 Год назад

    I am getting error as video file is not present

    • @eonmq
      @eonmq Год назад +4

      Faced the same issue, the author showed wrong way to define path variable for ffmpeg, it shall lead to the \bin where the exe files are contained, and than restart pc or restart your terminal or IDE