Transcode Task Handling
This commit is contained in:
parent
fea955fb79
commit
13ea1cb755
6 changed files with 164 additions and 20 deletions
5
types/transcode.go
Normal file
5
types/transcode.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package types
|
||||
|
||||
type TranscodeData struct {
|
||||
Command FFmpegCommand `json:"command"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue