From d910add319830d197ffa8641955022e161da58cd Mon Sep 17 00:00:00 2001 From: Fran <35836929+xfrr@users.noreply.github.com> Date: Thu, 30 Jul 2020 15:44:36 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71763b5..caaa2a6 100644 --- a/README.md +++ b/README.md @@ -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) @@ -265,6 +269,4 @@ func main() { err = <-done } - ----- -> Building... +```