From 58031311cb965cac72fe3d13215f1680f9c2055e Mon Sep 17 00:00:00 2001 From: djkato Date: Thu, 5 May 2022 02:55:12 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6cd5892..a33fe30 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,26 @@ For all those who want to post memes that are just too big and surpass the 8mb f Easy to use: Just drag a file on the executable and off it goes! -![explorer_e0Y0mYI4fH](https://user-images.githubusercontent.com/25299243/166175734-8e0a8783-3bac-4617-8762-db0ddfaa761a.gif) +![multiencoding](https://user-images.githubusercontent.com/25299243/166849422-5a687ec5-c110-4de9-bbc3-1ded54bbeaa8.gif) + +![cmd_7he2xYV2XK](https://user-images.githubusercontent.com/25299243/166849534-482cd9f0-6a57-4454-bbca-813167cb9ac2.gif) -How to install(Windows with binaries): -1. make a folder in `C:\Program Files` called "DMC", put release binaries and [ffmpeg windows full-build executables](https://github.com/GyanD/codexffmpeg/releases/) into `C:\Program Files\DMC\` -2. Add ffmpeg to PATH: `[Win BTN] + R`, type `SystemPropertiesAdvanced`, click `Environment Variables`, under "User variables for (user)" find variable Path, click on it and edit, in the now open window click `new`, and paste `C:\Program Files\DMC\`. -3. If the command `ffmpeg` in cmd works, you can now drag and drop files onto the binary and have it work! -4. to set performance preset, doubleclick the binary How to install(Windows, Linux, MacOS): 1. get node.js from [here](https://nodejs.org) 2. clone repo into any folder you like. 3. run `npm install --save` to get all dependencies -4. run `npm install -g {PATH_TO_PROJECT_FOLDER}` -*might have bugs, currently videos only and windows only. Future plans will include audio: .ogg, and photos: .webm* +4. run `npm install -g .` +5. execute anywhere using the `8mb [optional: -preset {preset Index}] [file1] [file2] . . .` command! +*might have bugs + + + + + +*NOT WORKING RN, TERMKIT REFUSES TO BUILD* +>How to install(Windows with binaries): +>1. make a folder in `C:\Program Files` called "DMC", put release binaries and [ffmpeg windows full-build executables](https://github.com/GyanD/codexffmpeg/releases/) into `C:\Program Files\DMC\` +>2. Add ffmpeg to PATH: `[Win BTN] + R`, type `SystemPropertiesAdvanced`, click `Environment Variables`, under "User variables for (user)" find variable Path, click on it and edit, in the now open window click `new`, and paste `C:\Program Files\DMC\`. +>3. If the command `ffmpeg` in cmd works, you can now drag and drop files onto the binary and have it work! +>4. to set performance preset, doubleclick the binary From 5c909c199f390fa8f8d6463d526050c129752483 Mon Sep 17 00:00:00 2001 From: djkato Date: Thu, 5 May 2022 02:57:18 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a33fe30..3c83a71 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ Easy to use: Just drag a file on the executable and off it goes! How to install(Windows, Linux, MacOS): 1. get node.js from [here](https://nodejs.org) -2. clone repo into any folder you like. -3. run `npm install --save` to get all dependencies -4. run `npm install -g .` -5. execute anywhere using the `8mb [optional: -preset {preset Index}] [file1] [file2] . . .` command! +2. get ffmpeg for your platform [here](https://ffmpeg.org/download.html), put into $PATH +3. clone repo into any folder you like. +4. run `npm install --save` to get all dependencies +5. run `npm install -g .` +6. execute anywhere using the `8mb [optional: -preset {preset Index}] [file1] [file2] . . .` command! *might have bugs