package
0.27.2
Repository: https://github.com/stashapp/stash.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsStreamable returns nil if the file is streamable, or an error if it is not.
IsValidAudioForContainer returns true if the audio codec is valid for the container.
No description provided by the author
No description provided by the author
No description provided by the author
Creates a new FFMpeg encoder.
Creates a new FFProbe instance.
No description provided by the author
No description provided by the author
ResolveFFMpeg attempts to resolve the path to the ffmpeg executable.
ResolveFFMpeg attempts to resolve the path to the ffmpeg executable.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
found in rare cases from a faulty encoder.
No description provided by the author
only used from the browser to indicate hls support.
No description provided by the author
so we don't care that ffmpeg.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
only used from the browser to indicate mkv support.
No description provided by the author
can't differentiate between them.
No description provided by the author
No description provided by the author
browsers support all of them.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrUnsupportedAudioCodecContainer is returned when the audio codec/container combination is not supported for browser streaming.
ErrUnsupportedVideoCodecContainer is returned when the video codec/container combination is not supported for browser streaming.
ErrUnsupportedVideoCodecForBrowser is returned when the video codec is not supported for browser streaming.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LogLevels for ffmpeg.
LogLevels for ffmpeg.
LogLevels for ffmpeg.
LogLevels for ffmpeg.
LogLevels for ffmpeg.
LogLevels for ffmpeg.
LogLevels for ffmpeg.
LogLevels for ffmpeg.
LogLevels for ffmpeg.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Software codec's.
No description provided by the author
No description provided by the author
No description provided by the author
Hardware codec's.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Video sync methods for ffmpeg.
Video sync methods for ffmpeg.
Video sync methods for ffmpeg.
Video sync methods for ffmpeg.
Video sync methods for ffmpeg.

# Structs

FFMpeg provides an interface to ffmpeg.
FFProbe provides an interface to the ffprobe executable.
FFProbeJSON is the JSON output of ffprobe.
FFProbeStream is a JSON representation of an ffmpeg stream.
FrameInfo contains the number of frames and the frame rate for a video file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FFMpeg version params.
No description provided by the author
VideoFile represents the ffprobe output for a video file.

# Interfaces

Arger is an interface that can be used to append arguments to an Args slice.
No description provided by the author

# Type aliases

Args represents a slice of arguments to be passed to ffmpeg.
No description provided by the author
No description provided by the author
Format represents the input/output format for ffmpeg.
ImageFormat represents the input format for an image for ffmpeg.
LogLevel represents the log level of ffmpeg.
No description provided by the author
VideoFilter represents video filter parameters to be passed to ffmpeg.
VSyncMethod represents the vsync method of ffmpeg.