codenamewei / youtube2text

Converts Youtube URLs to Text with Speech Recognition
MIT License
23 stars 8 forks source link

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

Open codenamewei opened 2 years ago

codenamewei commented 2 years ago
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)
AstroGogh commented 1 year ago

conda install -c main ffmpeg solved this issue

mariswarycharan commented 1 year ago

KeyError: 'streamingData'

codenamewei commented 1 year ago

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