decoder

package
v0.0.0-...-9e2557a Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateFile

func GenerateFile(config ConfigDecoderFile) error

func GenerateFrames

func GenerateFrames(config ConfigDecoderFrames) error

Types

type ConfigDecoderFile

type ConfigDecoderFile struct {
	Input  FilePath
	Output FilePath
	Frames ConfigDecoderFrames
}

func GetFileConfig

func GetFileConfig() ConfigDecoderFile

type ConfigDecoderFrames

type ConfigDecoderFrames struct {
	Input  FilePath
	Output FilePath
	Fps    string
}

func GetFrameConfig

func GetFrameConfig() ConfigDecoderFrames

type FilePath

type FilePath struct {
	Path      string
	Name      string
	Extension string
}

func (*FilePath) GetInputImagePath

func (f *FilePath) GetInputImagePath() string

func (*FilePath) GetOutputImagePath

func (f *FilePath) GetOutputImagePath(number int) string

func (*FilePath) GetPath

func (f *FilePath) GetPath() string

Jump to

Keyboard shortcuts

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