linux - How to split flv file by size using FFmpeg or mencoder or smth else? -
I need to split a flv file into a known size block on the Linux server. For example, my original file 9 MB is and Chuck size is 4 MB. So I should get 3 parts - 4 MB, 4 MB and 1 MB.
It seems that FFMPE can only divide by the time.
The maincoder can start with time (-sing time) in size (-andSize SIZE MB). But if the first section starts at the second number then obviously 0, how can I start another for the next part?
Do you have any suggestions?
Thanks in advance.
Calculate the time (seconds) of each block & amp; Use x-x X -t X + avg_block_time for split video
Comments
Post a Comment