u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.66k stars 167 forks source link

How to combine this command? #118

Open myhnuhai opened 4 months ago

myhnuhai commented 4 months ago

ffmpeg -i pic.mp4 -c copy -map 0 -segment_time 10 -f segment -segment_list pic.m3u8 pic-%03d.ts How to combine this command, which various attempts fail to execute