How can i export video without splitting my file?

i am using AVIExporter Object in C#

i set parameters

AutoSplitExportFile = false, MaxAVIFileSize = int.max, Codec=“Xvid MPEG-4 Codec”

and im getting “Maximum file size reached before export end time!: DETAILED_ERROR_EXPORT_EXCEEDS_MAXIMUM_AVI_FILE_SIZE ( 7 )”

how can i export video without getting split or error message?

thank you

You can still make an export too big, so there is a limit -

https://developer.milestonesys.com/s/article/AVI-export-by-using-MIPSDK-AutoSplitExportFile-and-MaxAviFileSize

the answer is you cant make a video bigger then 2 GB