Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mowshon authored Apr 19, 2022
1 parent 4ec965a commit ddf42d9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ddf42d9

Please sign in to comment.