Releases: mlaily/MovieBarCodeGenerator
Releases · mlaily/MovieBarCodeGenerator
Special version using images from a folder instead of a video
Images are sorted by file name.
Most features should work as expected.
2.0
- [fixed] DPI scaling issues in the GUI.
- [changed] Many bug fixes and internal changes.
- [changed/fixed #3] Use MagicScaler as the new default method to scale down bars, since it uses a more correct algorithm and handles gamma-correction properly. ⚠This results in visually different barcodes. (but a "legacy" mode has been added)
1.6
[fixed] CLI parsing didn't work for short arguments.
1.5
- [added] Allow input to be an url (both in the CLI and the GUI).
- [fixed] Replaced the FFmpeg x64 binary by an x86 one to support 32bits platforms.
1.4
[fixed] "Unable to save the image: System.NullReferenceException" errors happening on systems where the default decimal separator is not a dot. (the fps parameter was not formatted properly)
1.3
- [added] live log in the GUI showing the output of FFmpeg.
- [added] re-added a batch mode and a CLI interface.
- [added] Allow a file to be drag and dropped on the input text box.
1.2
Fix a partial image sometimes being saved after cancelling
1.1
Bug fixes and minor improvements.