This commit is contained in:
2025-02-07 22:58:01 +08:00
commit ba4aad0ae5
23 changed files with 1061 additions and 0 deletions

8
dto/ffmpeg.go Normal file
View File

@ -0,0 +1,8 @@
package dto
type FfmpegTask struct {
Files []File
Length int
Offset int
OutputFile string
}