xhighway999 / PygaMasher

A file to video tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PygaMasher

PygaMasher is a small program to convert any file into a video. It is designed to convert (mash) and recover videos even after they were uploaded to an online video platform like YouTube.

Dependencies

ffmpeg, libgtkmm-3.0-dev

Getting started

To compile and run PygaMasher execute the following commands:

mkdir build
cd build && cmake ../
make
cd ..
build/PygaMasher

TODO

  • Show progress to user
  • Expose more settings to the user

About

A file to video tool

License:MIT License


Languages

Language:C++ 96.2%Language:CMake 3.8%