Skip to content

willhbr/tmux-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing Video With 5,170 tmux Windows

Read more about it on my blog

Tested tested in an Alpine podman container with tmux 3.5a.

  • turn a video into images: ffmpeg -i video.mp4 -r 2 frames/output_%04d.png
  • compile the images into tmux and run it: pod run (using pod)