From 81eb5f0bc61ccabb45570fbbe20efcddd3e2a60e Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Fri, 28 Feb 2020 01:07:29 +0000 Subject: [PATCH] --- Cookbook.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cookbook.md b/Cookbook.md index ad813d7..536a884 100644 --- a/Cookbook.md +++ b/Cookbook.md @@ -1,3 +1,5 @@ +* translate mp3 to ogg: `ffmpeg -i file.mp3 file.ogg` + * pngcrush everything: `for file in **/*.png ; do pngcrush -brute -ow $file; done` * sizes of things in C#: