Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 245 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 245 Bytes

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