Video Conversion Tools for Linux

These are the Linux tools I use daily.

To make development easier and give the tools a similar look and feel, I made common blocks of code that are shared between programs. This lets me add new features or improvements across all the tools, but I only have to write it once. One example you're likely to notice is the file picker, which shows the videos found in the folder, and lets you disable any files you don't want processing applied to. The file picker is used for most converters and even for building a list of videos to concat together.

The downside to this technique is that there are support files that have to be copied into video folders for everything to work. Those are labled with the CORE flag below.
YOU SHOULD GET ALL THE CORE FILES TO MAKE ALL THE MAKE_xxx TOOLS WORK!!! (and concat)