关于GO与FFmpeg结合的问题!

Guanqinglin · · 3567 次点击
cmd := exec.Command("ffmpeg","-y","-i ", spath , "-vcodec", "copy","-acodec", "copy", dpath)
#1