Pi66

randoms
Random C experiments.
git clone https://git.pi66.xyz/randoms

← back to log

convert mp4 to gif

author: pi66
date: 2025-09-06 14:13
hash: 9921ac271de7333c0b2e6eddc7122a98befc7d60

Diffstat:

M

README.md
7 +++++++++++++++++-------------

A

window_in_x/circle.gif
0

D

window_in_x/circle.mp4
0

A

window_in_x/cube.gif
0

D

window_in_x/cube.mp4
0

A

window_in_x/game.gif
0

D

window_in_x/game.mp4
0
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
diff --git a/README.md b/README.md
index 85d88ba..8b101d3 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,11 @@
 ## Xlib stuff

 > 3D Cube
-<video src="window_in_x/cube.mp4" controls></video>
+<img src="window_in_x/cube.gif" width="600" height="600" alt="Demo">

 > Circle 
-<video src="window_in_x/circle.mp4" controls></video>
+<img src="window_in_x/circle.gif" width="600" height="600" alt="Demo">

 > Game 
-<video src="window_in_x/game.mp4" controls></video>
+<img src="window_in_x/game.gif" width="600" height="600" alt="Demo">
+
diff --git a/window_in_x/circle.gif b/window_in_x/circle.gif
new file mode 100644
index 0000000..88f99d9
Binary files /dev/null and b/window_in_x/circle.gif differ
diff --git a/window_in_x/circle.mp4 b/window_in_x/circle.mp4
deleted file mode 100644
index 22786c6..0000000
Binary files a/window_in_x/circle.mp4 and /dev/null differ
diff --git a/window_in_x/cube.gif b/window_in_x/cube.gif
new file mode 100644
index 0000000..60c47f6
Binary files /dev/null and b/window_in_x/cube.gif differ
diff --git a/window_in_x/cube.mp4 b/window_in_x/cube.mp4
deleted file mode 100644
index 4822de8..0000000
Binary files a/window_in_x/cube.mp4 and /dev/null differ
diff --git a/window_in_x/game.gif b/window_in_x/game.gif
new file mode 100644
index 0000000..82d9d8e
Binary files /dev/null and b/window_in_x/game.gif differ
diff --git a/window_in_x/game.mp4 b/window_in_x/game.mp4
deleted file mode 100644
index 4f361b3..0000000
Binary files a/window_in_x/game.mp4 and /dev/null differ