Skip to content

ryan4yin/video2ascii-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video2ASCII

Yet another version of video2ascii, writtern in Go.

other versions:

P.S. Video2ASCII is my personal "hello world" project, every time I learn a new programming language, I will implement it in that languange.

Dependencies

then install dependencies:

for opensuse:

sudo zypper in libvpx-devel libopus-devel
sudo zypper in opencv opencv-devel
sudo zypper in clang clang-devel

# use mpv to play audio
sudo zypper in mpv

for macOS:

brew install opencv

# use mpv to play audio
brew install mpv

see gocv's docs for more details.

How to Run

go mod download
go run cmd/main.go

Reference

Releases

No releases published

Packages

No packages published

Languages