Versions in this module Expand all Collapse all v0 v0.2.0 Oct 14, 2024 Changes in this version + const DASH + const HLS + var MethodFMap = map[int]string + var NameFMap = map[int]string + var VidEXT = []string + func CheckEXT(fname string) bool + func Contains(source, target string) bool + func GetCMD(name string, arg ...string) (string, error) + type VideoEncoder struct + Audio bool + Codec string + Command string + InputFile string + OutputDir string + OutputFile string + StreamType int + func (v *VideoEncoder) CheckAll() error + func (v *VideoEncoder) CheckAudio() + func (v *VideoEncoder) CheckCodec() bool + func (v *VideoEncoder) DASHcmd() + func (v *VideoEncoder) Encode() error + func (v *VideoEncoder) HLScmd() + func (v *VideoEncoder) New(input_file, codec string, stream_type interface{}) error + func (v *VideoEncoder) Print() + func (v *VideoEncoder) SetCommand() + func (v *VideoEncoder) SetOutput() + func (v *VideoEncoder) SetOutputDir() + func (v *VideoEncoder) SetOutputFile() + func (v *VideoEncoder) ValidateEncode() error