ffmpeg:video:play
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ffmpeg:video:play [2025/03/25 09:32] – created peter | ffmpeg:video:play [2025/03/25 09:44] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ffmpeg - Video - Play | + | ====== |
+ | |||
+ | ===== Play a video ===== | ||
<code bash> | <code bash> | ||
Line 14: | Line 16: | ||
* **right-arrow** to fast forward. | * **right-arrow** to fast forward. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Play video on a loop ===== | ||
+ | |||
+ | <code bash> | ||
+ | ffplay -loop 0 video.mp4 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * **-loop 0** makes it loop indefinitely. | ||
+ | * Replace the 0 with any number to set how many times it repeats. | ||
</ | </ | ||
ffmpeg/video/play.1742895172.txt.gz · Last modified: 2025/03/25 09:32 by peter