User Tools

Site Tools


ffmpeg:video:play

This is an old revision of the document!


ffmpeg - Video - Play

ffplay video.mp4

NOTE: The video will play in a separate window.

  • It can be controlled with:
    • q to quit.
    • p to pause.
    • left-arrow to rewind.
    • right-arrow to fast forward.

Play video on a loop

ffplay -loop 0 video.mp4

NOTE: The video will play on a loop.

  • -loop 0 makes it loop indefinitely.
    • Replace the 0 with any number to set how many times it repeats.
ffmpeg/video/play.1742895562.txt.gz · Last modified: 2025/03/25 09:39 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki