Documentation ¶
Index ¶
- func ActionBitstreamFilters() carapace.Action
- func ActionCodecs(opts CodecOpts) carapace.Action
- func ActionDecodableCodecs(opts CodecOpts) carapace.Action
- func ActionDecoders(opts DecoderOpts) carapace.Action
- func ActionDemuxers() carapace.Action
- func ActionDevices(opts DeviceOpts) carapace.Action
- func ActionEncodableCodecs(opts CodecOpts) carapace.Action
- func ActionEncoders(opts EncoderOpts) carapace.Action
- func ActionFilters() carapace.Action
- func ActionFormats() carapace.Action
- func ActionHardwareAccelerations() carapace.Action
- func ActionHelpTopics() carapace.Action
- func ActionLogLevels() carapace.Action
- func ActionMuxers() carapace.Action
- func ActionProtocols() carapace.Action
- type CodecOpts
- type DecoderOpts
- type DeviceOpts
- type EncoderOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionCodecs ¶
ActionCodecs completes codecs
4gv (4GV (Fourth Generation Vocoder)) 4xm (4X Movie)
func ActionDecodableCodecs ¶ added in v1.0.7
ActionDecodableCodecs completes codecs with decoding support
avrn (Avid AVI Codec) avrp (Avid 1:1 10-bit RGB Packer)
func ActionDecoders ¶
func ActionDecoders(opts DecoderOpts) carapace.Action
ActionDecoders completes decoders
4xm (4X Movie) 8bps (QuickTime 8BPS video)
func ActionDevices ¶
func ActionDevices(opts DeviceOpts) carapace.Action
ActionDevices completes devices
alsa (ALSA audio output) fbdev (Linux framebuffer)
func ActionEncodableCodecs ¶ added in v1.0.7
ActionEncodableCodecs completes codecs with encoding support
amv (AMV Video) anull (Null audio codec)
func ActionEncoders ¶
func ActionEncoders(opts EncoderOpts) carapace.Action
ActionEncoders completes encoders
ac3 (ATSC A/52A (AC-3)) ac3_fixed (ATSC A/52A (AC-3) (codec ac3))
func ActionFilters ¶
ActionFilters completes filters
acrusher (Reduce audio bit resolution.) acue (Delay filtering to match a cue.)
func ActionHardwareAccelerations ¶
ActionHardwareAccelerations completes hardware accellerations
cuda drm
func ActionHelpTopics ¶
ActionHelpTopics completes help topics
long (Print advanced tool options in addition to the basic tool opti muxer= (Print detailed information about the muxer)
func ActionLogLevels ¶
ActionLogLevels completes log levels
verbose (Same as "info", except more verbose) warning (Show all warnings and errors)
Types ¶
type DecoderOpts ¶ added in v1.0.6
func (DecoderOpts) Default ¶ added in v1.0.6
func (o DecoderOpts) Default() DecoderOpts
type DeviceOpts ¶ added in v1.0.6
func (DeviceOpts) Default ¶ added in v1.0.6
func (o DeviceOpts) Default() DeviceOpts
type EncoderOpts ¶ added in v1.0.6
func (EncoderOpts) Default ¶ added in v1.0.6
func (o EncoderOpts) Default() EncoderOpts
Click to show internal directories.
Click to hide internal directories.