Sign inSign up

georgegeorgulasiv/colorstripe

By georgegeorgulasiv

Updated over 5 years ago

pulls average frame color of a .mp4 file and outputs one of those slick color average bars as a .png

Image
0

368

georgegeorgulasiv/colorstripe repository overview

colorstripe

Parses the average colors per frame of a video file and compress it into a .png image

How to use:

docker build -t colorstripe .

docker run -v [full_path_to_your_video_file.mp4]:/source.mp4 -v [full_path_to_your_output_directory]:/output colorstripe

optional docker run flags, defaults to 4380 x 216:

-e WIDTH=[width_in_pixels_of_output_image]

-e HEIGHT=[height_in_pixels_of_output_image])

Requirements:
  • Docker
  • a video file with the .mp4 extension
  • Patience

Tag summary

Content type

Image

Digest

Size

730.8 MB

Last updated

over 5 years ago

docker pull georgegeorgulasiv/colorstripe