Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xfrr committed Jul 30, 2020
1 parent fb3f88b commit d910add
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

FFMPEG wrapper written in GO which allows to obtain the progress.

## V2
New implementation with an easy-to-use API and interfaces to extend the transcoding capabilities.
> https://github.com/floostack/transcoder
# Dependencies
- [FFmpeg](https://www.ffmpeg.org/)
- [FFProbe](https://www.ffmpeg.org/ffprobe.html)
Expand Down Expand Up @@ -265,6 +269,4 @@ func main() {

err = <-done
}

----
> Building...
```

0 comments on commit d910add

Please sign in to comment.