raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.01k stars 2.74k forks source link

[YouTube Downloader] "output format mp4 not available" #12412

Open kudzuweb opened 1 month ago

kudzuweb commented 1 month ago

Extension

https://www.raycast.com/vimtor/youtube-downloader

Raycast Version

1.69.2

macOS Version

14.3

Description

I installed ffmpeg with brew and checked the filepath with "which ffmpeg", then copied that filepath into the extension, same with probe. Am able to launch ffmpeg from the terminal, but when I try to use the raycast extension, it downloads to 100%, then says "Encoding failed: Output mp4 not available"

How do I fix this?

Steps To Reproduce

Software versions above, base environment Launch Raycast Open YouTube downloader paste in youtube URL run then the error appears

Current Behaviour

Encoding failed

Expected Behaviour

Download in specified folder

raycastbot commented 1 month ago

Thank you for opening this issue!

🔔 @vimtor @pernielsentikaer @darmiel you might want to have a look.

💡 Author and Contributors commands The author and contributors of `vimtor/youtube-downloader` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue.
kudzuweb commented 1 month ago

Found the issue here, implemented the "temporary fix" of unlinking and then linking ffmpeg. Now instead of saying the format is not available, it just finishes, but no download in the folder.