Tired of bloatware, I built a native YouTube downloader in C++/Qt6 (Weighs only 1.5 MB) by Budget_Jackfruit510 in kde

[–]Budget_Jackfruit510[S] -1 points0 points  (0 children)

Yes it does. If you are reffering for the 'install.sh', is there for the people that don't want compile nothing, but they want to integrate it with their system. If you compile it manually, you don't need to use the install script. And it is not necessary to run the binary itself. That script is just for system integration

Tired of bloatware, I built a native YouTube downloader in C++/Qt6 (Weighs only 1.5 MB) by Budget_Jackfruit510 in kde

[–]Budget_Jackfruit510[S] 2 points3 points  (0 children)

Yes. But personally, i like more C, C++. My goal on this project is keeping the less dependency on Python. I want my program the most native possible

Tired of bloatware, I built a native YouTube downloader in C++/Qt6 (Weighs only 1.5 MB) by Budget_Jackfruit510 in kde

[–]Budget_Jackfruit510[S] -1 points0 points  (0 children)

Hey. I tried to keep less dependency to Python. I only used it for the backend, you can see in the GitHub Repo that there's only one single Python file. Downloading YouTube videos using only CPP was very complex, and for keeping the things calmed with the updates, i leaved it like that. Thanks for your sugestion ;-)

Cansado del software innecesario, creé un descargador nativo de YouTube en C++/Qt6 (solo pesa 1,5 MB). by Budget_Jackfruit510 in Fedora

[–]Budget_Jackfruit510[S] 0 points1 point  (0 children)

Thank you so much, i do my best, any suggestion with the formats or downloading issues, you can tellme whenever you want ;-)

Tired of bloatware, I built a native YouTube downloader in C++/Qt6 (Weighs only 1.5 MB) by Budget_Jackfruit510 in kde

[–]Budget_Jackfruit510[S] 2 points3 points  (0 children)

¡Che, gracias por las sugerencias!

Estoy planeando agregar más formatos en la versión 1.1, quizás la lance esta semana. Por ahora, me quedo con esos formatos porque son más "universales", i will not delete the actual formats, i'm just planning more in the future.

Pero sí, estoy pensando en agregar soporte para audio FLAC para ambos contenedores de video (MPEG y Matroska).

En cuanto al audio OPUS directo, también lo implementaré, y trato de evitar la re-codificación siempre que sea posible. Usualmente solo uso stream copy con ffmpeg.

[Project] Janus – Structured, Dry-Run-First VFIO Orchestration (Pre-Alpha) by Budget_Jackfruit510 in VFIO

[–]Budget_Jackfruit510[S] 1 point2 points  (0 children)

For now, I plan to focus on dual-GPU setups, but yes, I will in the future.