Nickvision Parabolic logo

Nickvision Parabolic Nickvision

Use this command to install Nickvision Parabolic:
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

Translation status ✨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

Home Page Downloading Dark Mode Add Download Dialog

WinUI

Home Page Downloading Dark Mode Add Download Dialog

Building Manually

Parabolic uses cmake as its build system and vcpkg to optionally manage its dependencies.

Ensure cmake and vcpkg are installed on your system before building and installing Parabolic.

A C++20 compiler is also required to build Parabolic.

Dependencies

The following are a list of dependencies used by Parabolic.

The recommendation is to (and below commands will) use vcpkg to pull these dependencies. However, vcpkg is not a requirement as long as the system provides these dependencies correctly.

All Platforms

  • libnick
  • boost-date-time

Linux

  • blueprint-compiler (Not available from vcpkg)
  • libxmlpp

Configuring vcpkg

  1. Set the VCPKG_ROOT environment variable to the path of your vcpkg installation's root directory.

Windows

  1. Set the VCPKG_DEFAULT_TRIPLET environment variable to x64-windows
  2. Run vcpkg install libnick boost-date-time

Linux

  1. Set the VCPKG_DEFAULT_TRIPLET environment variable to x64-linux
  2. Run vcpkg install libnick libxmlpp boost-date-time

Building

  1. First, clone/download the repo.
  2. Open a terminal and navigate to the repo's root directory.
  3. Create a new build directory and cd into it.

Windows

  1. From the build folder, run cmake .. -G "Visual Studio 17 2022".
  2. From the build folder, run cmake --build . --config Release.
  3. After these commands complete, Parabolic will be successfully built and its binaries can be found in the org.nickvision.tubeconverter.winui/Release folder of the build folder.

Linux

  1. From the build folder, run cmake .. -DCMAKE_BUILD_TYPE=Release.
  2. From the build folder, run cmake --build ..
  3. After these commands complete, Parabolic will be successfully built and its binaries can be found in the org.nickvision.tubeconverter.gnome folder of the build folder.

Code of Conduct

This project follows the GNOME Code of Conduct.

Versions
2025.6.0
2025.5.5
2025.5.4
2025.5.3
2025.5.2
2025.5.1
2025.5.0
2025.1.4
2025.1.3
2025.1.2
Website
License