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-04-18 15:41:04 +0200
commit2e62cf6b140611d363b12fb0196569fb25e17683 (patch)
treedd9be58e0642e49ec18f067e2b6d7119640c2dfa /notes/create-gif-using-ffmpeg.md
parentSaves notes (diff)
Notes implementations
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>