video

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	CodecName  string
	FrameRate  string
	Duration   float64
	Width      int
	Height     int
	BitRate    int
	FrameCount int
}

Metadata type contains useful video stream metadata.

type MetadataExtractor

type MetadataExtractor interface {
	ExtractMetadata(videoFile string) (Metadata, error)
}

MetadataExtractor is the interface that wraps ExtractMetadata method.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL