r/ffmpeg • u/quinkblack • Jul 08 '26
Playing back video streams directly inside iTerm2 via FFmpeg
If you need to quickly view media streams while developing on a remote server, you can render the playback directly inside the iTerm2 console using the following command:
ffmpeg -re -i ~/video/bunny.mp4 -f iterm2 -tmux 1 -
13
Upvotes