ffmpeg

package module
v0.0.0-...-0687b0a Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2015 License: MIT Imports: 7 Imported by: 3

README

Very basic ffmpeg video encoder bindings.

Don't use. Unless you know what you're doing.

Documentation

Index

Constants

View Source
const (
	CODEC_ID_H264 = C.CODEC_ID_H264
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoder

type Encoder struct {
	Output io.Writer
	// contains filtered or unexported fields
}

func NewEncoder

func NewEncoder(codec uint32, in image.Image, out io.Writer) (*Encoder, error)

func (*Encoder) Close

func (e *Encoder) Close()

func (*Encoder) WriteFrame

func (e *Encoder) WriteFrame() error

Jump to

Keyboard shortcuts

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