From 266db8ecaecabe148ecdccc5f11bd3b33189b482 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 18 Apr 2022 15:41:04 +0200 Subject: Notes implementations --- notes/create-gif-using-ffmpeg.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes/create-gif-using-ffmpeg.md (limited to 'notes/create-gif-using-ffmpeg.md') 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 + + +ffmpegffmpegcli -- cgit v1.2.3