jeanslack / Videomass

Videomass is a free, open source and cross-platform GUI for FFmpeg and yt-dlp
https://jeanslack.github.io/Videomass/
GNU General Public License v3.0
1.12k stars 51 forks source link

[Announcement] Planning to remove the UI for youtube-dl / yt-dlp from Videomass #187

Closed jeanslack closed 1 year ago

jeanslack commented 1 year ago

Videomass will no longer have any functionality for downloading web videos. This mainly concerns reasons of maintainability of the source code. But if your requests are against this decision, perhaps I could consider developing another separate GUI for yt-dlp.

9Skrip commented 1 year ago

please don't do that, Videomass is my favourite tool for downloading YouTube videos

jeanslack commented 1 year ago

There are tons of tools for downloading videos from websites now and I think there will be better ones in the future. On the other hand, there are many interfaces for FFmpeg too, but with the features that a small tool like Videomass offers, there aren't any (I haven't seen any). So I would like to focus on making this app better.

Woolwit commented 1 year ago

While it's very convenient to be able to download YTs, especially with your GUI for choosing options, I can appreciate that maintaining it alongside ffmpeg must be challenging. Because it's so easy, and I'm familiar with Videomass, it's been my goto for youtube-dl lately, but I noticed a few days ago youtube-dl is broken (again) and that folks are more or less moving to yt-dlp. I have some cli commands saved that will mostly get me what I need but I will miss the ease of Videomass. Either way thank you for Videomass!

jeanslack commented 1 year ago

When I have some free time I'll make a simple GUI for yt-dlp, the code is ready, I just need to clean it up and optimize it. Regarding youtube-dl it will be officially replaced by yt-dlp, at least for Linux.

jeanslack commented 1 year ago

Update A public repository for the new project called Vidtuber has been created. This app only allows interfacing with yt-dlp and has many of the main features that were implemented in Videomass up to version 4.0.5, but overall with better source code management, which also benefits Videomass itself.

It has already been almost completely translated into French, Spanish, Russian, Dutch, Portuguese, Italian and Chinese languages.

Please report bugs and various inconsistencies to https://github.com/jeanslack/Vidtuber/issues/new/choose. Pull requests are welcome. Thank you.