diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-16 14:19:41 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-16 14:19:41 +0900 |
commit | 602652b13cb1d2a737d094558fbef4cb8e2a1110 (patch) | |
tree | 84fade966d187f267e1633c31b923697bb768bfa /blog | |
parent | 058269e94ead1c6b567fb18f8809ade12f4f92cc (diff) | |
download | site-602652b13cb1d2a737d094558fbef4cb8e2a1110.tar.gz |
Proofread and update metadata
Diffstat (limited to 'blog')
-rw-r--r-- | blog/gifrip.md | 6 |
1 files changed, 3 insertions, 3 deletions
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}" |