summaryrefslogtreecommitdiff
path: root/notes/create-gif-using-ffmpeg.md
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-04-18 15:41:04 +0200
committerache <ache@ache.one>2022-09-19 17:42:10 +0200
commit266db8ecaecabe148ecdccc5f11bd3b33189b482 (patch)
tree12e32349edf83ad14492d7a08cb985766b58df56 /notes/create-gif-using-ffmpeg.md
parentSaves notes (diff)
Notes implementationsnotes
Diffstat (limited to 'notes/create-gif-using-ffmpeg.md')
-rw-r--r--notes/create-gif-using-ffmpeg.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/notes/create-gif-using-ffmpeg.md b/notes/create-gif-using-ffmpeg.md
new file mode 100644
index 0000000..ee89936
--- /dev/null
+++ b/notes/create-gif-using-ffmpeg.md
@@ -0,0 +1,10 @@
+How to create a gif out of a video
+===================
+
+First you need `ffmpeg`. Then, the options you have to know are `-t` and `-s`.
+
+
+Blablabla
+
+
+<tag>ffmpeg</tag><tag>ffmpeg</tag><tag>cli</tag>