How to split flv file by size using FFmpeg or mencoder or smth else?

后端 未结 2 639
灰色年华
灰色年华 2021-01-23 07:43

I need to split an flv file into chunks of the known size on linux server. For example my original file is 9Mb and the chunk size is 4Mb. So I should get 3 parts - 4Mb, 4Mb and

2条回答
  •  無奈伤痛
    2021-01-23 08:07

    calculate ~time (sec) of every block & use -ss X -t X+avg_block_time for split video

提交回复
热议问题