支持浮点偏移

This commit is contained in:
2025-04-13 15:23:58 +08:00
parent cdd1358d45
commit cf3c518d13
2 changed files with 19 additions and 19 deletions

View File

@ -2,7 +2,7 @@ package dto
type FfmpegTask struct {
Files []File
Length int
Offset int
Length float64
Offset float64
OutputFile string
}