Custom video transcode FPS

This commit is contained in:
Carl Pearson
2024-10-17 05:19:56 -06:00
parent f076985bf3
commit 57ba3767d1
5 changed files with 19 additions and 10 deletions

View File

@@ -23,9 +23,9 @@ type Transcode struct {
TimeStart time.Time
// video fields
Height uint // target height
Width uint // target width
FPS uint // target FPS
Height uint // target height
Width uint // target width
FPS float64 // target FPS
// audio & video fields
Rate uint