master
huanghai 5 years ago
parent df14d8f638
commit f0cec95623

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