Versions in this module Expand all Collapse all v0 v0.2.0 Feb 16, 2025 Changes in this version type Probe + Raw []byte v0.1.2 Feb 15, 2025 v0.1.1 Feb 15, 2025 v0.1.0 Feb 11, 2025 Changes in this version + type Probe struct + Format ProbeFormat + Streams []ProbeStream + type ProbeDisposition struct + AttachedPic int + CleanEffects int + Comment int + Default int + Dub int + Forced int + HearingImpaired int + Karaoke int + Lyrics int + Original int + TimedThumbnails int + VisualImpaired int + type ProbeFormat struct + BitRate string + Duration string + Filename string + FormatLongName string + FormatName string + NbPrograms int + NbStreams int + ProbeScore int + Size string + StartTime string + Tags ProbeTags + type ProbeStream struct + AvgFrameRate string + BitsPerSample int + ChannelLayout string + Channels int + CodecLongName string + CodecName string + CodecTag string + CodecTagString string + CodecTimeBase string + CodecType string + CodedHeight int + CodedWidth int + DisplayAspectRatio string + Disposition ProbeDisposition + Duration string + FieldOrder string + HasBFrames int + Height int + Index int + Level int + PixFmt string + Profile string + RFrameRate string + Refs int + SampleAspectRatio string + SampleFmt string + SampleRate string + StartPts int + StartTime string + TimeBase string + Width int + type ProbeTags struct + Encoder string + Title string + type Progress struct + Done bool + OutTime time.Duration + Speed float64 + type ProgressLine struct + Key string + Value string + func (l *ProgressLine) Parse(s string) error