pulls average frame color of a .mp4 file and outputs one of those slick color average bars as a .png
368
Parses the average colors per frame of a video file and compress it into a .png image
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])
Content type
Image
Digest
Size
730.8 MB
Last updated
over 5 years ago
docker pull georgegeorgulasiv/colorstripe