progress.go 178 B

1234567891011
  1. package ffmpeg
  2. // Progress ...
  3. type Progress struct {
  4. FramesProcessed string
  5. CurrentTime string
  6. CurrentBitrate string
  7. Progress float64
  8. Speed string
  9. }