Video conversion helpers, registry tweaks, installers, and scripts in one place.
Everything in this folder will depend on FFmpeg.exe and FFprobe.exe.
Most of these tools will need to be run at the Command Line, but some support dropping files onto them.
This is a 2-part tool - it expects Automini.bat to be in the folder.
And despite its name, the can actually make MP3 and MPEG1 files too.
Best of all, these choices can be set with smaller simpler batch files (ie, for a particular client's format) that will call kh_make_MP4.bat, and you don't have to answer anything. For example, MP4_720p.bat , MP4_1080p.bat and MKV_noscale.bat.
Tip: click the Mp4 button twice to toggle from 720p to 1080p
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)