◊ A tool for creating a sequence of ascii text files from given video using FFMPEG ◊
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
254 B

module github.com/unbewohnte/VideoToAscii
go 1.16
require (
github.com/faiface/beep v1.0.2
github.com/lijo-jose/gffmpeg v0.0.0-20190627063000-d2d4ff70c736
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nsf/termbox-go v1.1.0
)