intermediary, check html
Build marp presentation / build marp presentation (push) Successful in 27s

This commit is contained in:
Romane
2026-05-18 17:04:39 +02:00
parent 876dde0551
commit 423cd2590a
6 changed files with 139 additions and 34 deletions
+1
View File
@@ -0,0 +1 @@
*.mp4
Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

+3
View File
@@ -0,0 +1,3 @@
original video: https://www.youtube.com/watch?v=1l0wKk6q_ss
ffmpeg command to convert to gif: ffmpeg -ss START_TIME -to END_TIME -i input_video.mp4 -vf "fps=10,scale=320:-1:flags=lanczos" output.gif