example gif, fix syntax
This commit is contained in:
parent
4e09c735dd
commit
d086121cea
1 changed files with 3 additions and 1 deletions
|
@ -1,12 +1,14 @@
|
|||
# Automatically converts any media file and makes sure its under your limit!
|
||||
For all those who want to post memes that are just too big and surpass the 25mb free upload limit on discord, this is the app for you!
|
||||
|
||||

|
||||
|
||||
## This program outputs to following formats:
|
||||
- audio codec: opus .ogg
|
||||
- video codec: vp9 + opus .webm
|
||||
- image codec: vp8 .webp (for gifs too)
|
||||
|
||||
##How to install Binary(Windows, Linux):
|
||||
## How to install Binary(Windows, Linux):
|
||||
1. Download binary from [Releases](https://github.com/djkato/n-mb/releases), put into $PATH
|
||||
2. get ffmpeg for your platform [here](https://ffmpeg.org/download.html), put into $PATH
|
||||
3. execute anywhere using the `nmb --size/-s <SIZE IN MB> --codec/-c <WEBM/HEVC> --files/-f=<FILE 1>,<FILE 2> . . .` command!
|
||||
|
|
Loading…
Reference in a new issue