User Tools

Site Tools


ffmpeg:video:play

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ffmpeg:video:play [2025/03/25 09:32] – created peterffmpeg:video:play [2025/03/25 09:44] (current) peter
Line 1: Line 1:
-ffmpeg - Video - Play+====== ffmpeg - Video - Play ====== 
 + 
 +===== Play a video =====
  
 <code bash> <code bash>
Line 14: Line 16:
     * **right-arrow** to fast forward.     * **right-arrow** to fast forward.
  
 +</WRAP>
 +
 +----
 +
 +===== Play video on a loop =====
 +
 +<code bash>
 +ffplay -loop 0 video.mp4
 +</code>
 +
 +<WRAP info>
 +**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.
  
 </WRAP> </WRAP>
  
ffmpeg/video/play.1742895172.txt.gz · Last modified: 2025/03/25 09:32 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki