codenamewei / youtube2text

Converts Youtube URLs to Text with Speech Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work

codenamewei opened this issue · comments

C:\Users\lich1003\.conda\envs\ko-ecom\lib\site-packages\pydub-0.25.1-py3.9.egg\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
  warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)

conda install -c main ffmpeg solved this issue

KeyError: 'streamingData'

KeyError: 'streamingData'

Hi @mariswarycharan, please check out this issue on pytube, which is the underlying dependency of this repo

i would start by making sure pytube is on version 15.0.0. cheers