Documentation
¶
Index ¶
- func ExtractFrame(videoName, episode string, frameNumber int) (*bytes.Buffer, error)
- func ExtractGIF(videoName, episode string, startFrame, endFrame int) (*bytes.Buffer, error)
- func ExtractWebM(videoName, episode string, startFrame, endFrame int) (*bytes.Buffer, error)
- func FetchVideoFPS(videoPath string) (int, float64)
- func FrameToTime(frame int, fps float64) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractFrame ¶
func ExtractGIF ¶
func ExtractGIF(episode string, startFrame, endFrame int) (*bytes.Buffer, error) {
func ExtractWebM ¶
func FetchVideoFPS ¶
func FrameToTime ¶
convert frame to ffmpeg time format("HH:MM:SS.mmm")
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.