From 9975bbaa999f14c06a03236c697bc7466ae27502 Mon Sep 17 00:00:00 2001 From: momeemt Date: Sat, 10 Apr 2021 18:17:25 +0900 Subject: [PATCH] Added package ffmpeg --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 6703009..595a91f 100644 --- a/packages.json +++ b/packages.json @@ -22116,5 +22116,20 @@ "description": "A client for the Arch Linux User Repository (AUR)", "license": "MIT", "web": "https://github.com/hnicke/aur.nim" + }, + { + "name": "ffmpeg", + "url": "https://github.com/momeemt/ffmpeg.nim", + "method": "git", + "tags": [ + "wrapper", + "ffmpeg", + "movie", + "video", + "multimedia" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/momeemt/ffmpeg.nim" } ]