bramp / ffmpeg-cli-wrapper

Java wrapper around the FFmpeg command line tool
BSD 2-Clause "Simplified" License
1.72k stars 413 forks source link

Add Sample Test to convert media file in hls format in different Resolution #294

Open harrymaurya05 opened 1 year ago

harrymaurya05 commented 1 year ago

@bramp +Add -> HLS Encoding Sample added

Impact: -> Help to Understand how to use ffmped wrapper to convert media file into hls format file with different resolution.

Euklios commented 8 months ago

@harrymaurya05 Could you please take a look at #322? This sample is much more complicated than others, and the additions made in that PR would make HLS much more approachable.

harrymaurya05 commented 8 months ago

sure thanks

Euklios commented 3 months ago

I think #322 implements most hls options you're using, apart from master_pl_name. If we'd add that option, we could update this PR to use the new output type and use it as an example.