Added tests

Fixed some stuff
This commit is contained in:
frr
2018-05-31 13:40:26 +02:00
parent 19c8f0817a
commit 17406242b1
4 changed files with 246 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
package transcoder
import (
"errors"
"os"
"github.com/xfrr/goffmpeg/models"
"os/exec"
"fmt"
"github.com/xfrr/goffmpeg/ffmpeg"
"github.com/xfrr/goffmpeg/utils"
"errors"
"os"
"os/exec"
"fmt"
"bytes"
"encoding/json"
"bufio"