Transcode Task Handling

This commit is contained in:
Samuel Lorch 2024-06-22 21:12:52 +02:00
parent fea955fb79
commit 13ea1cb755
6 changed files with 164 additions and 20 deletions

5
types/transcode.go Normal file
View file

@ -0,0 +1,5 @@
package types
type TranscodeData struct {
Command FFmpegCommand `json:"command"`
}