Simple python tool that generates a 'Movie Barcode' creating for every frame a column of pixels where every pixel is the average color of every pixels on that exactly frame's row.
Go to file
Askill a29ef6f9ec faster, with smoothing, col only has one color 2019-09-29 18:18:06 +02:00
Examples Add files via upload 2019-09-26 16:52:41 +02:00
.gitignore faster, with smoothing, col only has one color 2019-09-29 18:18:06 +02:00
Barcode_Generator.py Update Barcode_Generator.py 2019-09-26 17:12:58 +02:00
README.md Update README.md 2019-09-26 17:04:38 +02:00
new.py faster, with smoothing, col only has one color 2019-09-29 18:18:06 +02:00

README.md

Movie Barcode Generator

Simple python tool that generates a 'Movie Barcode' creating for every frame a column of pixels where every pixel is the average color of every pixels on that exactly frame's row.

Libraries used:

  • cv2
  • numpy
  • PIL