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