jpetzke / AutoGPT-YouTube

A plugin for AutoGPT that allows various operations on YouTube, such as downloading Videos
MIT License
128 stars 23 forks source link

Bug?: Unable to transcribe videos #12

Closed BaseInfinity closed 1 year ago

BaseInfinity commented 1 year ago

I get stuck in this loop where ffmpeg is installed but the command download_youtube_video keeps saying I don't.

Then it runs which ffmpeg and realizes it is installed, and then tries to do the download_youtube_video command again...

repeats the cycle cuz it still thinks ffmpeg isnt installed. I'm on a M1 if that makes any difference.

ERROR: You have requested merging of multiple formats but ffmpeg is not installed. Aborting due to --abort-on-error

Screen Shot 2023-05-04 at 7 57 27 PM
jpetzke commented 1 year ago

Are all ffmpeg executables in your PATH/Env? Try running ffmpeg --version from a normal console window

BaseInfinity commented 1 year ago

@jpetzke thanks for the hint, you were totes right, I somehow had all of my dependencies unlinked @.@

Relinked them with: brew link --overwrite $(brew list)

And it worked, thanks! I'll go ahead and close this issue