mirror of
https://github.com/xfrr/goffmpeg.git
synced 2025-10-05 14:46:51 +08:00
cleanup & fix ci (#82)
* cleanup readme & examples * upgrade go version * add makefile with basic commands * add e2e test * add gha * update .gitignore
This commit is contained in:
9
transcoder/progress.go
Normal file
9
transcoder/progress.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package transcoder
|
||||
|
||||
type Progress struct {
|
||||
FramesProcessed string
|
||||
CurrentTime string
|
||||
CurrentBitrate string
|
||||
Progress float64
|
||||
Speed string
|
||||
}
|
Reference in New Issue
Block a user