Does anyone have any ideas on how to convert a mp4 file(mp4/aac) with MPEG4 codec to H264 codec. I can't using ffmpeg on command line since this needs to be done on server. I muxed audio and video and created a movie with the MPEG4 codec, but when I change to H264 codec, I'm facing problems...
I tried using https://github.com/sannies/mp4parser/blob/master/examples/src/main/java/org/mp4parser/examples/mux/filebased/MuxMe.java to mux my video and audio, but it gives me an IndexOutOfBoundsException