Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRecordNotFound = errors.New("record not found")
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { Name string SourceFile string CompressedFile string VQMResultFile string Cmd string HStime string HUtime string HElapsed string Stime time.Duration Utime time.Duration Elapsed time.Duration MaxRss int64 VideoDuration float64 AvgEncodingSpeed float64 PSNRMin float64 PSNRMax float64 PSNRMean float64 PSNRHarmonicMean float64 PSNRStDev float64 PSNRVariance float64 MS_SSIMMin float64 MS_SSIMMax float64 MS_SSIMMean float64 MS_SSIMHarmonicMean float64 MS_SSIMStDev float64 MS_SSIMVariance float64 VMAFMin float64 VMAFMax float64 VMAFMean float64 VMAFHarmonicMean float64 VMAFStDev float64 VMAFVariance float64 }
Need to create a huge record.
Click to show internal directories.
Click to hide internal directories.