dashutils

package
v0.0.0-...-831c856 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Overview

This package provides utilities for transcoding/chunking in compliance with DASH's requirements

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DASHVideo

type DASHVideo struct {
	ManifestPath     *string
	ThumbnailPath    string
	QualityMap       []string
	OriginalFilePath string
}

type H264Transcoder

type H264Transcoder struct {
}

func (H264Transcoder) TranscodeAndGenerateManifest

func (h H264Transcoder) TranscodeAndGenerateManifest(path string, local bool) (*DASHVideo, error)

type NullTrancoder

type NullTrancoder struct{}

func (NullTrancoder) TranscodeAndGenerateManifest

func (h NullTrancoder) TranscodeAndGenerateManifest(path string, local bool) (*DASHVideo, error)

type Transcoder

type Transcoder interface {
	TranscodeAndGenerateManifest(path string, local bool) (*DASHVideo, error)
}

Jump to

Keyboard shortcuts

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