Documentation ¶
Index ¶
- Constants
- func ConcatenateVideos(srcDir, destDir string) error
- func ConvertToMP4(videoSrcPath, videoDestDir string) error
- func MP3ToMP4(mp3File, mp4File string) error
- func MP3ToMP4Batch(srcDir, destDir string) error
- func MPDGen(videoSrcPath, videoDestDir, segment string) error
- func MPDGenMP3(videoSrcPath, videoDestDir, segment string) error
Constants ¶
View Source
const ( // FFMPEG is the location of ffmpeg binary on Linux/Ubuntu. FFMPEG = "/usr/local/bin/ffmpeg" // MP4BOX is the location of MP4Box binary on Linux/Ubuntu. MP4BOX = "/usr/bin/MP4Box" )
Variables ¶
This section is empty.
Functions ¶
func ConcatenateVideos ¶
ConcatenateVideos concatenates multiple mp4 files into a single file.
func ConvertToMP4 ¶
ConvertToMP4 converts a non-mp4 video to a mp4 video.
func MP3ToMP4Batch ¶
MP3ToMP4Batch converts mp3 files to mp4 format in batch.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.