For splitting large video files by size in Termux without re-encoding, ffmpeg is limited for exact size splits in MP4 format. But here are some alternatives you can try:
- mp4box (from GPAC)
mp4box can split MP4 files by time or size with less re-encoding.
Install with:
pkg install gpac