Versions in this module Expand all Collapse all v1 v1.1.1 Nov 3, 2020 Changes in this version + type Config interface + type Disposition interface + GetCleanEffects func() int + GetComment func() int + GetDefault func() int + GetDub func() int + GetForced func() int + GetHearingImpaired func() int + GetKaraoke func() int + GetLyrics func() int + GetOriginal func() int + GetVisualImpaired func() int + type Format interface + GetBitRate func() string + GetDuration func() string + GetFilename func() string + GetFormatLongName func() string + GetFormatName func() string + GetNbPrograms func() int + GetNbStreams func() int + GetProbeScore func() int + GetSize func() string + GetTags func() Tags + type Metadata interface + GetFormat func() Format + GetStreams func() []Streams + type Options interface + GetStrArguments func() []string + type Progress interface + GetCurrentBitrate func() string + GetCurrentTime func() string + GetFramesProcessed func() string + GetProgress func() float64 + GetSpeed func() string + type Streams interface + GetAvgFrameRate func() string + GetBitRate func() string + GetChromaLocation func() string + GetCodecLongName func() string + GetCodecName func() string + GetCodecTag func() string + GetCodecTagString func() string + GetCodecTimeBase func() string + GetCodecType func() string + GetCodedHeight func() int + GetCodedWidth func() int + GetDisplayAspectRatio func() string + GetDisposition func() Disposition + GetDivxPacked func() string + GetDuration func() string + GetDurationTs func() int + GetHasBFrames func() int + GetHeight func() int + GetID func() string + GetIndex func() int + GetLevel func() int + GetPixFmt func() string + GetProfile func() string + GetQuarterSample func() string + GetRFrameRrate func() string + GetRefs func() int + GetSampleAspectRatio func() string + GetTimeBase func() string + GetWidth func() int + type Tags interface + GetEncoder func() string + type Transcoder interface + GetMetadata func() (Metadata, error) + Input func(i string) Transcoder + InputPipe func(w *io.WriteCloser, r *io.ReadCloser) Transcoder + Output func(o string) Transcoder + OutputPipe func(w *io.WriteCloser, r *io.ReadCloser) Transcoder + Start func(opts Options) (<-chan Progress, error) + WithAdditionalOptions func(opts Options) Transcoder + WithOptions func(opts Options) Transcoder v1.1.0 Aug 4, 2020