bramp / ffmpeg-cli-wrapper

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

how to use ffmpeg-cli-wrapper to make m3u8 #182

Closed lijiazhou closed 2 weeks ago

lijiazhou commented 5 years ago

ffmpeg -i source.mp4 -codec:v libx264 -codec:a mp3 -map 0 -f ssegment -segment_format mpegts -segment_list playlist.m3u8 -segment_time 10 out%03d.ts

how do i perform the above command using ffmpeg-cli-wrapper thx plz be so kind sending me an email with the answer too my email address is lijz@safeinfo.com.cn

maziqiang12138 commented 5 years ago

老哥 你的这个问题解决了么 想请教下

lijiazhou commented 5 years ago

没解决 直接用命令了

Euklios commented 2 weeks ago

Generating m3u8 playlists should now be possible thanks to #322