-
Notifications
You must be signed in to change notification settings - Fork 172
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
Multiple Resolution in m3u8 Playlist #77
Comments
Similar question was asked in #1 and that solution might resolve your issue |
Hi @young-altair , have you found the solution? I'm working with similar use-case same as you. |
@young-altair I hope this code helps you ;)
|
I have tried, keep one for the same key |
Thanks for this awesome package.
I have successfully generated master.m3u8 with multiple resolution playlist (360p, 480p and 720p) with the terminal command below.
And it works also with exec.Command
As you can see, there are multiple
-map
arguments within the command with-var_stream_map
argument.My question is, how achieve it with ffmpeg-go?
Thanks in advance
The text was updated successfully, but these errors were encountered: