mirror of
https://github.com/xfrr/goffmpeg.git
synced 2025-09-28 19:52:08 +08:00

* cleanup readme & examples * upgrade go version * add makefile with basic commands * add e2e test * add gha * update .gitignore
10 lines
166 B
Go
10 lines
166 B
Go
package transcoder
|
|
|
|
type Progress struct {
|
|
FramesProcessed string
|
|
CurrentTime string
|
|
CurrentBitrate string
|
|
Progress float64
|
|
Speed string
|
|
}
|