video

package
v0.0.0-...-9202be0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package video contains go-wrappers around the 'avconv' and 'ffmpeg' executables for generating videos from images.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Encode

func Encode(ctx context.Context, settings Settings) (chan<- image.Image, io.Reader, error)

Encode will encode the frames written to the returned chan to a video that can be read from the Reader.

Types

type Settings

type Settings struct {
	FPS      int // Frames per second. Default: 30
	DataRate int // Target bits-per-second. Default: 5000000
}

Settings for encoding a video with Encode.

Jump to

Keyboard shortcuts

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