Skip to content

willhbr/tmux-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 17, 2025
eb3bef0 · Mar 17, 2025

History

5 Commits
Mar 12, 2025
Mar 13, 2025
Mar 17, 2025
Mar 17, 2025
Mar 13, 2025
Mar 13, 2025
Mar 17, 2025
Mar 17, 2025

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)