Skip to content

Commit 7b12a8b

Browse files
📝 Update Readme
1 parent 90ba5d4 commit 7b12a8b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# go-fluent-ffmpeg
1+
# Go Fluent FFmpeg
22

33
A Go version of [node-fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg).
44

55
## Installation
6-
`go get -u github.com/modfy/fluent-ffmpeg`
6+
`go get -u github.com/modfy/go-fluent-ffmpeg`
77

88
### Requirements
99
You will need FFmpeg installed on your machine, or you can specify a path to a binary:
@@ -66,3 +66,11 @@ case <-time.After(time.Second * 5):
6666
case <-done:
6767
}
6868
```
69+
70+
## Credits
71+
72+
This repo was inspired by [node-fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg) and was built upon the work done by [@bitcodr](https://github.com/bitcodr/) in the https://github.com/bitcodr/gompeg
73+
74+
## Managed Version
75+
76+
You can deploy this codebase yourself or you an entirely managed api from the creators at https://api.modfy.video

0 commit comments

Comments
 (0)