Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to encode video to m3u8? #199

Open
rusrich opened this issue Sep 28, 2018 · 2 comments
Open

How to encode video to m3u8? #199

rusrich opened this issue Sep 28, 2018 · 2 comments

Comments

@rusrich
Copy link

rusrich commented Sep 28, 2018

How to encode video to m3u8?

@CTres
Copy link

CTres commented Oct 10, 2018

FFMPEG::Movie.new(url).transcode([file.path],
%w(-profile:v baseline -level 3.0 -s 406x720 -start_number 0 -hls_time 2 -hls_list_size 0 -f hls))

@CTres
Copy link

CTres commented Oct 10, 2018

that one works for me - I'm interested in knowing if streamio-ffmpeg can handle multiple outputs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants