I've used FFmpeg to convert an ISO MP4 video file into an MPEG2 VOB file in readiness for creation of a video DVD.
I now need to find a way to make multiple VOB files from the original output since the maximum size of a VOB for a video DVD is 1GB.
The FFmpeg tool does not appear to have any option to create multiple output files of a maximum given size and will create VOB files of a size required to transcode the requested input file.
Does anyone know how to create multiple VOB files using FFmpeg or know of a programmatic way to create multiple VOB files from a single larger VOB file?