I've got an AVI file with an MPEG4 video, encoded by XviD.
An HE-AAC .AAC file encoded with foobar/nero.
I tried mp4creator60 as follows:
mp4creator -create=movie.avi -rate 25 temp.mp4
mp4creator -create=audio.aac -rate 25 -I temp.mp4
But the resulting file seeks extremely slow. I've tried adding -H, but that added significant overhead and didn't fix the seek problem. Help?