Hello Ffmpeg-user, I've recently needed to repack a video file to a FAT32 volume - so, 4GB file size limit. So, I'd have liked to output the result into consecutive parts not exceeding this size - like archivers do.
The files need to be playable, so cutting raw standard output is not an option (and would not anyway 'cuz ffmpeg needs the output to be seekable). The only relevant options I found in docs & on the Net are: - -ss & -t - split on predetermined time - then I need to know the time (thus the exact average bitrate) beforehand -fs - just stops output for the streamat specified size I couldn't find any way to command ffmpeg to move to the next output stream where the previous one left off rather than at some predetermined point. Is there? -- Best regards, Ivan mailto:v...@mail.mipt.ru _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user