package dto

type FfmpegTask struct {
	Files      []File
	Length     int
	Offset     int
	OutputFile string
}