Nickvision Parabolic Nickvision
winget install --id=Nickvision.Parabolic -e
Download web video and audio
Nickvision Parabolic is a yt-dlp frontend designed to simplify downloading videos and audio from supported platforms. It offers multi-format support for files like mp4, webm, mp3, and more, enabling users to download media in their preferred format.
Key Features:
- Multi-Format Support: Download videos and audio in various formats such as mp4, webm, mp3, opus, flac, and wav.
- Simultaneous Downloads: Run multiple downloads at the same time for efficient workflow.
- Metadata and Subtitles: Include video metadata and subtitles during download for enhanced media organization.
Audience & Benefit: Ideal for content creators, educators, and individuals looking to archive or reuse online media. It provides an easy-to-use interface for downloading high-quality videos and audio files without technical complexity.
Nickvision Parabolic can be installed via winget, ensuring seamless integration across supported platforms.
README
✨Powered by Weblate✨
Features
- A basic yt-dlp frontend (supported sites)
- Supports downloading videos in multiple formats (mp4, webm, mp3, opus, flac, and wav)
- Run multiple downloads at a time
- Supports downloading metadata and video subtitles
Disclaimer
The authors of Nickvision Parabolic are not responsible/liable for any misuse of this program that may violate local copyright/DMCA laws. Users use this application at their own risk.
Installation
Chat
Contributing
See CONTRIBUTING.md for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.
Screenshots
GNOME
Qt
Building Manually
Parabolic uses vcpkg
to manage its dependencies and cmake
as its build system.
Ensure both vcpkg
and cmake
are installed on your system before building.
A C++20 compiler is also required to build Parabolic.
If building the GNOME version, blueprint-compiler
must be installed from your system package manager as it is not available on vcpkg
.
Configuring vcpkg
- Set the
VCPKG_ROOT
environment variable to the path of your vcpkg installation's root directory.
Windows
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-windows
- Run
vcpkg install boost-date-time gtest libnick qtbase qtsvg qttools
Linux (GNOME)
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-linux
- Run
vcpkg install boost-date-time gtest libnick libxmlpp
Linux (Qt)
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-linux
- Run
vcpkg install boost-date-time gtest libnick qtbase qtsvg qttools
Building
- First, clone/download the repo.
- Open a terminal and navigate to the repo's root directory.
- Create a new
build
directory andcd
into it.
Windows
- From the
build
folder, runcmake .. -G "Visual Studio 17 2022"
. - From the
build
folder, runcmake --build . --config Release
. - After these commands complete, Parabolic will be successfully built and its binaries can be found in the
org.nickvision.tubeconverter.qt/Release
folder of thebuild
folder.
Linux (GNOME)
- From the
build
folder, runcmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=gnome
. - From the
build
folder, runcmake --build .
. - After these commands complete, Parabolic will be successfully built and its binaries can be found in the
org.nickvision.tubeconverter.gnome
folder of thebuild
folder.
Linux (Qt)
- From the
build
folder, runcmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=qt
. - From the
build
folder, runcmake --build .
. - After these commands complete, Parabolic will be successfully built and its binaries can be found in the
org.nickvision.tubeconverter.qt
folder of thebuild
folder.
Code of Conduct
This project follows the GNOME Code of Conduct.