gstream

command module
v0.0.0-...-a86f5e6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2021 License: MIT Imports: 4 Imported by: 0

README

gstream

### filename    = name of the file
### chunk-size  = separate your video based on what you determine (e.g 100s video became 10 index<number>.ts chunks)
mkdir -p assets/media/1/hls/
cd assets/media/1/hls
ffmpeg -i <filename>.mp4 -profile:v baseline -level 3.0 -s 640x360 -start_number 0 -hls_time <chunk-size> -hls_list_size 0 -f hls index.m3u8

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL