From ddf42d91bd79b7366e84daa919e4055487e63a47 Mon Sep 17 00:00:00 2001 From: Student B Date: Tue, 19 Apr 2022 14:20:13 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 775ec76..1656a0e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -## MovieGo 📽 +## 📽 MovieGo - Video Editing in Golang -MovieGo is a Golang library for video editing. The library is designed for fast processing of routine tasks related to video editing. +**MovieGo** is a Golang library for video editing. The library is designed for fast processing of routine tasks related to video editing. The main core of the project is the [ffmpeg-go](https://github.com/u2takey/ffmpeg-go) package, which simplifies working with the **ffmpeg** library. + +### ⬇️ Instalation + +```bash +go get github.com/mowshon/moviego +``` ### 🎥 Resize video in Golang