ff

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Concat

func Concat(c Config) error

Types

type Config

type Config struct {
	Inputs       []string `opts:"mode=arg, min=1, help=inputs are audio files and directories of audio files"`
	Output       string   `help:"Output file (defaults to <input>.m4a)"`
	OutputFormat string   `help:"When output is 'stdout', output file format determines encoder"`
	OutputType   string   `help:"When output is empty, output file is '<author> - <title>.<output type>'"`
	MaxBitrate   int      `help:"Bitrate in KB/s (when source bitrate is higher)"`
	NoStderr     bool     `help:"Detach stderr"`
	Windows      bool     `help:"ID3 Windows support"`
	Debug        bool     `help:"Show debug output"`
	Docker       bool     `help:"Use docker even if ffmpeg installed locally"`
}

Jump to

Keyboard shortcuts

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