commit: c7668e4419b82f16202cba9de76e875dd04b707c
parent 4cc4deccf76856115e4ddf1ab6d980469919ac2e
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 12 Oct 2022 10:48:15 +0200
loop video
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/blog/In-praise-of-ffmpeg.md b/content/blog/In-praise-of-ffmpeg.md
@@ -58,7 +58,7 @@ With an hour of tinkering and reading man pages, I was able to come up with a
single command which produced a working remote video game streaming setup *from
scratch* thanks to ffmpeg. ffmpeg is *amazing*.
-<video autoplay mute controls>
+<video autoplay mute loop controls>
<source src="https://mirror.drewdevault.com/ffx.webm"></source>
</video>