Skip to content

herbetyp/Mtranscoder

Repository files navigation

Build Status Python 3 Updates

Python 3 script for converting and extracting media - CLI

LogoLogoLogoLogoLogo LogoLogoLogoLogo


Features and tested formats:

Functions | Convert videos | Converts audios | Extracts audios from videos


Áudio | MP3 | OGG | FLAC | AAC

Vídeo | MP4 | MKV | WMV | AVI | MOV | 3GP | WEBM | VOB | FLV | WMA

Dependencies:

installation on Fedora:

sudo dnf install https://download1.rpmfusion.org/free/fedora/
rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y &&
sudo dnf install ffmpeg -y 

installation on Ubuntu / Debian and derivatives:

sudo apt install ffmpeg -y

installation on Manjaro:

sudo pamac install ffmpeg -y

How to contribute to the project:

git clone https://github.com/Pbezerra-dev/Mtranscoder.git
cd Mtranscoder
poetry env use 3.8
poetry shell 
poetry install
  • There are no third party packages, just builtins

To install on the system and update (Linux):

  • install
./up_install.sh
  • update
git pull origin master
./up_install.sh
  • Provide the password and have the program installed or update

Using program:

  • Arguments are defined via the command line

  • if not installed

python3 mtranscoder module path and arguments and their parameters
  • if you have installed
mtranscoder arguments and their parameters

Project Images:

ImgProject

About

Tool to automate the use of ffmpeg (Linux)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published