This commit is contained in:
nikk gitanes
2023-03-02 12:19:46 +03:00
parent b25976aaf9
commit c12a33c711
5 changed files with 12 additions and 7 deletions

View File

@@ -2,12 +2,13 @@ package ffprobe
import (
"context"
"gopkg.in/vansante/go-ffprobe.v2"
"io"
"os"
"os/exec"
"path/filepath"
"time"
"gopkg.in/vansante/go-ffprobe.v2"
)
var binFile = "ffprobe"