A fun side project inspired by the MOVIEBARCODE Tumblr site. Depends on ffmpeg being installed.
Michael Hoskins 4dda5a051e cleaning up imagick path references | 4 years ago | |
---|---|---|
MovieBarcodeGenerator | 4 years ago | |
UnitTests | 5 years ago | |
examples | 5 years ago | |
.gitignore | 5 years ago | |
MovieBarcodeGenerator.sln | 5 years ago | |
README.md | 5 years ago |
Does pretty much what it says. Generates color barcodes of video files. Inspired by MOVIEBARCODE Tumblr.
Requires .Net Framework 4.5 and ffmpeg Windows binaries.
Change the folderFFMpeg
key in the MovieBarcodeGenerator.exe.config file to your ffmpeg binary installation's bin
folder.
Basic Usage (defaults to 1000px wide and 100px high):
MovieBarcodeGenerator --input "Elfen Lied Ep 01.mp4" --output elfen-lied-ep-01--1000x100.png
MovieBarcodeGenerator --input "Predator (1987).avi" --output predator--1000x100.png