master
huanghai 5 years ago
parent d12aed627d
commit b7888cb371

@ -24,4 +24,6 @@ func main() {
ConvertUtil.Merge(source)
//5、清除垃圾
ConvertUtil.ClearRubbish(source)
//6、查看转换结果
ConvertUtil.ShowMovieInfo(source)
}

@ -147,3 +147,12 @@ func ClearRubbish(source string) {
os.RemoveAll(runDir + `/` + deletePath[i] + `/` + source[0:2] + "/" + source[0:36])
}
}
/**
:
2020-07-09
*/
func ShowMovieInfo(source string){
CommonUtil.Exec(ffmpeg,getPath(source,AllPath) ,`-i`, runDir + `/Target/` + source[0:2]+"/"+source[0:36]+".mp4")
}
Loading…
Cancel
Save