avfilter

package
v1.7.7 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Filters

func Filters() []media.Metadata

Return all filters

Types

type Filter

type Filter struct {
	// contains filtered or unexported fields
}

func NewFilter

func NewFilter(name string) *Filter

Create a new filter by name

func (*Filter) Description

func (f *Filter) Description() string

func (*Filter) Name

func (f *Filter) Name() string

type Graph

type Graph struct {
	// contains filtered or unexported fields
}

func NewGraph

func NewGraph() *Graph

Allocates a new filter graph and returns it.

func ParseGraph

func ParseGraph(desc string) (*Graph, error)

Parse a graph description and return it.

func (*Graph) Close

func (g *Graph) Close() error

Frees the filter graph and all its resources.

type Opt

type Opt func(*opt) error

func WithInput

func WithInput(filter, name string) Opt

func WithOutput

func WithOutput(filter, name string) Opt

Jump to

Keyboard shortcuts

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