New submission from Selur <[email protected]>: Would be nice to have a '-split x-MB" option which would allow to split the output into x MB chunks. i.e. ffmpeg -i test_2GB.avi -vcodec copy -acodec copy -split 700MB -f avi output.avi should create three files each <= 700MB
I know with a script and the -ss and -t parameters it is possible to do this (as long as the input is seekable) but it would be nice to have this as a feature. ---------- messages: 13093 priority: normal status: new substatus: new title: Split by size topic: ffmpeg type: feature_request ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2460> ________________________________________________
