Skip to content

mlaily/MovieBarCodeGenerator

Repository files navigation

Movie BarCode Generator

A user friendly tool to generate movie barcodes.

More information here: zerowidthjoiner.net/movie-barcode-generator

GUI

Example results

Blade Runner 2049

With the "Smooth bars" feature enabled:

Blade Runner 2049 Smooth

About the code

This tool is mostly a wrapper around FFmpeg.

A copy of ffmpeg.exe must be placed next to the main executable for it to work.

All the code in this repository is released under the GPL license. see License.txt for more information.

The code has been written relatively quickly (a few hours), but should be of acceptable quality.

There might be buggy corner cases though.

For the old legacy version based on DirectShow and released in 2011, see here.