All Projects → jeanslack → Videomass

jeanslack / Videomass

Licence: GPL-3.0 license
Videomass is a free, open source and cross-platform GUI for FFmpeg and youtube-dl / yt-dlp

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Videomass

Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+1654.77%)
Mutual labels:  youtube-dl, wxpython, youtube-dl-gui
Youtube-DL-GUI
A Youtube-DL GUI made in C#
Stars: ✭ 18 (-96.01%)
Mutual labels:  youtube-dl, youtube-dl-gui
YouTube-Downloader
Django YouTube Downloader Using youtube-dl
Stars: ✭ 47 (-89.58%)
Mutual labels:  youtube-dl, youtube-dl-gui
red
Red - Privacy focused Youtube player and download manager for Linux
Stars: ✭ 27 (-94.01%)
Mutual labels:  youtube-dl, youtube-dl-gui
pymusicdl
Download songs based on song name/ YouTube playlist/ Spotify playlist /album
Stars: ✭ 41 (-90.91%)
Mutual labels:  youtube-dl
Alexi5
A Discord Bot built using discordJS. Started as a joke for spamming memes. Branch "v2" is currently being used for active development. Hosted on Heroku.
Stars: ✭ 19 (-95.79%)
Mutual labels:  youtube-dl
Publicleech
can be found on Telegram as https://telegram.dog/PublicLeechGroup
Stars: ✭ 236 (-47.67%)
Mutual labels:  youtube-dl
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (-49.67%)
Mutual labels:  youtube-dl
Laravel-Youtube-API
A way to add an API to your Laravel app that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
Stars: ✭ 19 (-95.79%)
Mutual labels:  youtube-dl
android-browser-downloader
🌎 Android Browser - Video Downloader - This repository is deprecated. Please check out new version of this project at: https://github.com/cuongpm/youtube-dl-android
Stars: ✭ 34 (-92.46%)
Mutual labels:  youtube-dl
you-get-ffmpeg
结合you-get、youtube-dl和FFMPEG,附带文件管理视频播放等命令
Stars: ✭ 72 (-84.04%)
Mutual labels:  youtube-dl
BAT FFMPEG
Batch script files for FFMPEG (Microsoft Windows and DOS, OS/2 🦄)
Stars: ✭ 104 (-76.94%)
Mutual labels:  youtube-dl
MobOff
A CLI to download, convert and send youtube videos to several devices using Pushbullet.
Stars: ✭ 47 (-89.58%)
Mutual labels:  youtube-dl
yt-dlandcut
Download and cut an Youtube video by providing its url and the time range
Stars: ✭ 20 (-95.57%)
Mutual labels:  youtube-dl
fan-ren-xiu-xian-zhuan
凡人修仙传(fanrenxiuxianzhuan)的资源汇总,谨献给“凡友”们。
Stars: ✭ 32 (-92.9%)
Mutual labels:  youtube-dl
Youtubedl Android
youtube-dl for android
Stars: ✭ 235 (-47.89%)
Mutual labels:  youtube-dl
youtube-dl-nas
youtube download queue websocket server with login for private NAS.
Stars: ✭ 136 (-69.84%)
Mutual labels:  youtube-dl
gropple
Server and bookmarklet to download files via youtube-dl directly from your browser. Cross platform single binary installation, web browser configurable.
Stars: ✭ 33 (-92.68%)
Mutual labels:  youtube-dl
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (-88.25%)
Mutual labels:  youtube-dl
tele-tube-rider
Telegram Bot 🤖 to download videos from Youtube, Reddit and Twitter and send it back to you.
Stars: ✭ 36 (-92.02%)
Mutual labels:  youtube-dl

Videomass is a cross-platform GUI for FFmpeg and youtube-dl / yt-dlp.

Image Image Python application

Videomass is a cross-platform GUI designed for FFmpeg enthusiasts who need to manage custom profiles to automate conversion/transcoding processes.

It is based on an advanced use of presets and profiles in order to use most of the FFmpeg commands without limits of formats and codecs.

It features graphical tools for viewing, analyzing and processing multimedia streams and downloading videos via youtube-dl or yt-dlp.

Videomass is written in Python3 with the wxPython-Phoenix toolkit.

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

Optionals

Install basic dependencies for your OS

OS Basic Dependencies
Linux/FreeBSD python3, wxpython-phoenix, pip for python3, ffmpeg
MS Windows python3, ffmpeg
MacOs python3, pip for python3, ffmpeg

Install Videomass using pip

python3 -m pip install videomass

This should also automatically install the remaining required dependencies such as wxPython (only for Mac-Os and Windows), PyPubSub, youtube-dl and requests.

On Linux and FreeBSD a launcher should be even created in the application launcher of your desktop environment.

To start Videomass on Mac-Os and MS-Windows open a console and type videomass command.

Visit Installing dependencies wiki page for more explanations.

Start Videomass manually 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.

Visit Installing dependencies wiki page for more explanations.

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()

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].