We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
The text was updated successfully, but these errors were encountered:
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))
Sorry, something went wrong.
that one works for me - I'm interested in knowing if streamio-ffmpeg can handle multiple outputs
No branches or pull requests
How to encode video to m3u8?
The text was updated successfully, but these errors were encountered: