Documentation ¶
Index ¶
- func ASplit(stream Stream) (Stream, Stream)
- func IsInputStream(s Stream) bool
- func Split(stream Stream) (Stream, Stream)
- type Cmd
- type Input
- type InputFile
- type Stream
- func AMix(streams ...Stream) Stream
- func APad(s Stream) Stream
- func ASplitN(stream Stream, n int) []Stream
- func ATempo(s Stream, vol float64) Stream
- func Areverse(s Stream) Stream
- func Audio(s Stream) Stream
- func Concat(v, a int, streams ...Stream) []Stream
- func Filter(s Stream, str string) Stream
- func Hflip(s Stream) Stream
- func MultiplyPTS(s Stream, pts float64) Stream
- func Overlay(under, over Stream, x, y int) Stream
- func PaletteGen(s Stream) Stream
- func PaletteUse(v, palette Stream) Stream
- func Reverse(s Stream) Stream
- func SplitN(stream Stream, n int) []Stream
- func Video(s Stream) Stream
- func Volume(s Stream, vol float64) Stream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInputStream ¶
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
func (*Cmd) AddFileOutput ¶
type Stream ¶
Stream is the interface used to represent ffmpeg media streams.
func MultiplyPTS ¶
func PaletteGen ¶
func PaletteUse ¶
Click to show internal directories.
Click to hide internal directories.