You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# go-fluent-ffmpeg
1
+
# Go Fluent FFmpeg
2
2
3
3
A Go version of [node-fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg).
4
4
5
5
## Installation
6
-
`go get -u github.com/modfy/fluent-ffmpeg`
6
+
`go get -u github.com/modfy/go-fluent-ffmpeg`
7
7
8
8
### Requirements
9
9
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):
66
66
case<-done:
67
67
}
68
68
```
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