Skip to content

joshuaDeal/ASCII-Video-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

vid2ascii

A Bash script to render video files into ASCII art using jp2a, ffmpeg, and ImageMagick.

Features

  • Extracts frames from a video and converts them to ASCII art.
  • Reassembles the ASCII art frames back into a video.
  • Supports audio extraction and inclusion in the output video.

Requirements

  • ffmpeg
  • jp2a
  • ImageMagick

Usage

./vid2ascii.sh [options] <video_file>

Options

  • -h, --help Show help message and exit.
  • -o, --output FILE Specify output video file name (default: ascii_video.mp4).

Examples

./vid2ascii.sh -o output.mp4 input.mp4  # Render 'input.mp4' and save as 'output.mp4'.
./vid2ascii.sh input.mp4                  # Render 'input.mp4' and save as 'ascii_video.mp4'.

About

Coverts videos into videos rendered as ASCII text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages