Merge branch 'ffmpeg-implement' into 'master'

This commit is contained in:
Schmenn 2021-01-25 11:01:32 +01:00
commit b0db2a7695

View file

@ -26,8 +26,7 @@ func main() {
fmt.Println("mode: " + mode)
initCommand(inputFile, mode)
//test()
}
func handleArgs(args []string, quiet *bool) {