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>2024-07-16 10:24:31 +0200
commit451575b20dacbe9b6c71c98cefb32e9dd25b35e1 (patch)
tree21a47c986f81640aa5dcdc9f06b2999827d4ef3c /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>