ffmpeg-ascii
ffmpeg-ascii copied to clipboard
Takes an input video, converts it into ASCII frames, and prints them to screen
Results
2
ffmpeg-ascii issues
Sort by
recently updated
recently updated
newest added
This logic is super flaky right now and scrapes things out of `ffmpeg`. I think `ffprobe` has a way to export these things in JSON or XML, but not sure...
`asciify-pixel-matrix` uses a pixel matrix in the following format: ``` [ [{r: 255, g: 255, b: 255, a: 1}, {r: 255, g: 255, b: 255, a: 1}, ...], [{r: 255,...