0

Is there a ffmpeg command to fit part of a video into a certain file size? For example, if it is a 645mb video that is 70 minutes long, and I want 7 parts (each part 10 mins)- to limit each part to 93 mb (the average estimated file size)?

(I already tried to break it up by timestamp,but the files don't end up the same size)

Exosylver
  • 135
  • 1
  • 14
  • If you're not re-encoding, this can't be guaranteed --> 10 mins, 93 MB. – Gyan Jan 03 '20 at 04:50
  • @Gyan True but it will only vary slightly. – Exosylver Jan 03 '20 at 05:20
  • Don't know of a way to limit it by size, dividing original file size by parts and then varying the amount of parts will give a rough indicator of each part size if split equally. – Exosylver Feb 10 '20 at 04:18

0 Answers0