raycast / extensions

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

[YouTube Downloader] YTD chokes on MKV files #12235

Closed chrismessina closed 22 hours ago

chrismessina commented 1 month ago

Extension

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

Description

When attempting to download a file that was originally uploaded as an MKV (I think), the YTD extension fails.

Steps To Reproduce

I'm on macOS Sonoma 14.4.1 (23E224) running Raycast v1.72.1. I have the current version of the YouTube Downloader.

  1. Attempt to download this video.
  2. Notice that the video download completes but produces an error: "Output format mp4 is not available"

Current Behaviour

Attempting to download this video:

2024-05-07 (13 22 12) Arc

...Results in an error: "Output format mp4 is not available"

2024-05-07 (13 22 21) Arc

The extension probably should not be showing the MP4 formatted files in the Format dropdown if that format is not natively available, OR the extension should be able to convert MKV files to MP4s.

Expected Behaviour

The extension should be able to handle MKV-formatted files, ideally by presenting them in the file format download list.

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.
vimtor commented 1 month ago

Hi @chrismessina!

Sadly, this is a known issue. The problem is related to the new ffmpeg version and the library we are using to process the videos.

Check out the temporary solution here: https://github.com/raycast/extensions/issues/12110#issuecomment-2089490625

raycastbot commented 4 days ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

vimtor commented 22 hours ago

This was fixed by https://github.com/raycast/extensions/pull/12583

@raycastbot close this issue