通过分镜json剪辑视频

This commit is contained in:
2026-05-25 15:08:47 +08:00
parent e79f8a6131
commit e6c27e2dee
9 changed files with 1046 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ func main() {
http.RouteRegister([]interface{}{
controllerAudio.AudioExtract,
controllerVideo.Concat,
controllerVideo.Cut,
})
select {}
}