How to load m3u8 files with ffmpeg using ffmpeg-cli-wrapper in java?

I can load m3u8 chuncks into cli using the following command, ffmpeg -i "url of m3u8 file" "outputm3u8.m3u8"

How to download this m3u8 chance with ffmpeg-cli-wrapper in java?

+3


source to share





All Articles