Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTimestampToFilename ¶
Types ¶
type VideoProcessor ¶
type VideoProcessor struct { VideoStorer storer.Storer CommentStorer storer.Storer ResultStorer storer.Storer // contains filtered or unexported fields }
func New ¶
func New(videos, comments, results storer.Storer) *VideoProcessor
func (*VideoProcessor) Combine ¶
func (vp *VideoProcessor) Combine(videoPath, commentPath string) (string, error)
func (*VideoProcessor) FetchComment ¶
func (vp *VideoProcessor) FetchComment(username, commentText, imagePath string) (string, error)
func (*VideoProcessor) FetchVideo ¶
func (vp *VideoProcessor) FetchVideo(mediaURL string) (string, error)
Click to show internal directories.
Click to hide internal directories.