From 602652b13cb1d2a737d094558fbef4cb8e2a1110 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 16 Mar 2023 14:19:41 +0900 Subject: Proofread and update metadata --- blog/gifrip.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blog/gifrip.md') diff --git a/blog/gifrip.md b/blog/gifrip.md index d21d3eb..dfb9353 100644 --- a/blog/gifrip.md +++ b/blog/gifrip.md @@ -42,13 +42,13 @@ whatever information they're meant to communicate. Don't replace the audio with a subtitle just so it can be an animated image. Don't loop anything longer than a few seconds. -There is an old saying: if tis doing fine being a video, let it be a video! +There is an old saying: *if tis doing fine being a video, let it be a video*. Videos don't need each frame to be perfect, and thus all the following steps can be done in a single ffmpeg command. Work smart, even just for shitposting. ## Extract Frames -Open the source video in [mpv], seek then spam `.s` repeatedly. +Open the source video in [mpv], seek then spam `s.` repeatedly. That's all, y waste time write lot word wen few word do trick? Aight, maybe there's a bit more to it. Operating on the level of frames @@ -69,7 +69,7 @@ In addition, videos from social media (and space-efficient movies) are heavily compressed and look pretty bad for their resolution. Usually I have to shrink them down to two third or a half of their original width for them to look decently sharp. When you have the geometry in mind, -fire up [ImageMagick]: +summon the [image wizard][ImageMagick]: ```sh crop="-crop ${w}x${h}+${dx}+${dy}" -- cgit 1.4.1