ffmpeg has the option to split file based on time. Say starting with time t and go for length l. I am thinking of basically computing the time windows which will result in the desired file size. Say a 1 min video of 20 MB will need to be split in parts roughly 6 sec each. Is there an option to pass desired file size directly into the command?