Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TargetExtension - The target extension for transcoded files i.e. we will be created mp4 files (ffmpeg uses the // extension to determine the target format). TargetExtension = ".mp4" // TranscodingExtension - The extension used for files which are being transcoded; this is a temporary extension // which will be renamed to the target extension upon completion. TranscodingExtension = ".transcoding" + TargetExtension )
Variables ¶
View Source
var SupportedExtensions = []string{".mp4", ".mkv", ".avi"}
SupportedExtensions - The list of extensions supported by goamt i.e. the files that will be detected by the update sub-command (all other files will be ignored).
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.