xRealNeon / ASCIVideo

ASCI video generator and player

Home Page:https://neocde.me/ASCIVideo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCIVideo 🎞️

ASCI video generator and player

Using with Docker android

If you want to run this in Docker just replace your_path with the absolute path of your video folder and Video.mp4 with the Filename of your Video and run the command below

docker run -v your_path:/app/io -e VIDEO="Video.mp4" neocodedev/ascivideo:latest

Installation 📀

If you don't want to use Docker you have to install this

Install npm packages with npm i

Install ffmpeg

Install jp2a

Debian

sudo apt install jp2a

Arch

sudo pacman -S jp2a

Fedora

sudo dnf install jp2a

CentOS / RHEL

sudo yum install epel-release
sudo yum install jp2a

openSUSE

sudo zypper install jp2a

Using on Windows windows

if you want to use this program in windows i recommend to use wsl

Usage ⌨️

./convert.sh video.mp4

About

ASCI video generator and player

https://neocde.me/ASCIVideo/

License:GNU General Public License v3.0


Languages

Language:HTML 43.6%Language:JavaScript 38.7%Language:Shell 11.8%Language:Dockerfile 5.8%