Encode a video file into a PNG image easily with this script, This really does work well.

This script will encode a video file into a png image that may be shared on the Internet. This is very cool indeed, this allows a good-quality video to be shared in a relatively small image. #!/bin/env bash   : ‘ usage: script.sh <input> <hres> <yres> <fps divisor> <aspect> <audio bitrate> [<output>] example: script.sh input.mkv … Read more