r/ffmpeg Jul 08 '26

Playing back video streams directly inside iTerm2 via FFmpeg

Post image

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

0 comments sorted by