Skip to content

TimDowker/PoisonConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoisonConvert

A little tool to batch-convert movies

This progam was designed to batch-convert movies on a Synology-DiskStation.

Installation

You can download and compile it on your system with:

  1. git clone https://github.com/CutePoisonX/PoisonConvert.git

  2. cd PoisonConvert

  3. make

  4. make install

Done :) (You can delete the source-files now)

How to use

For further instructions please read the Wiki: https://github.com/CutePoisonX/PoisonConvert/wiki

Deinstallation

If you want to uninstall the program, cd into the source directory and do:

  1. make uninstall

or perform the following steps:

  1. rm /opt/bin/poisonconvert

  2. rm /opt/etc/PoisonConvert_Settings

  3. rm -r /opt/etc/PoisonConvert_Config-files

and don't forget to remove the other Config files and the log files.

About

A little tool to batch-convert movies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.7%
  • Makefile 0.3%