Videomass Gianluca Pernigotto
winget install --id=GianlucaPernigotto.Videomass -e
Videomass is a free, open source and cross-platform GUI for FFmpeg and youtube-dl / yt-dlp.
Videomass is a free, open-source GUI designed to simplify video processing and downloading tasks by providing an intuitive interface for FFmpeg and yt-dlp.
Key Features:
- Cross-platform support for Windows, macOS, and Linux.
- Integration with FFmpeg for advanced video editing, encoding, and conversion.
- Support for yt-dlp to download videos from various platforms.
- Batch processing capabilities for handling multiple files at once.
- Preset templates to streamline common tasks.
- Command-line access for users who need direct control over FFmpeg operations.
- Customizable interface to suit individual workflows.
Audience & Benefit:
Ideal for video editors, content creators, and tech-savvy users who need a reliable tool to manage video files. Videomass saves time by offering a user-friendly alternative to command-line tools while maintaining the flexibility of FFmpeg. It can be installed via winget.
README
Videomass
It is a FLOSS, powerful, multitasking and cross-platform graphical user interface (GUI) for FFmpeg and yt-dlp. Designed for advanced and beginner users, it offers a wide range of features and functions, making it a comprehensive software solution.
Videomass is Free (libre) Software, written in Python3 using the wxPython Phoenix toolkit; it works on Linux, MacOs, Windows and FreeBSD.
Changelog
Features
Screenshots
Installing and Dependencies
> ### For regular users (non-developers)
> If you are not a programmer or if you are not familiar with the command line
you can skip the whole part below and visit the
Download and installation
web page, which provides the information required to install Videomass on
each operating system.
Requirements
- Python >=3.8.0 <=3.12.0
- wxPython-Phoenix >=4.0.7
- PyPubSub >=4.0.3
- requests >=2.26.0
- ffmpeg >=5.1
- ffprobe >=5.1 (usually bundled with ffmpeg)
- ffplay >=5.1 (usually bundled with ffmpeg)
Optionals
Install basic dependencies for your OS
OS | Basic Dependencies |
---|---|
Linux/FreeBSD | python3, wxpython-phoenix, pip, ffmpeg |
MS Windows | python3, ffmpeg |
MacOs | python3, pip, ffmpeg |
Install Videomass using pip
Please Visit Installing dependencies wiki page.
Execute Videomass from source code
Videomass can be run without installing it, just download and unzip the source code archive and executing the "launcher" script inside the directory:
python3 launcher
> First, make sure you have installed at least all the above required dependencies.
Please Visit Installing dependencies wiki page.
Videomass can also be run in interactive mode with the Python interpreter, always within the same unpacked directory:
>>> from videomass import gui_app
>>> gui_app.main()