intermediary, check html

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
+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