I never tested it but Roman Elizarov provided the MP3TrackImpl class which will allow you to package MP3 files in MP4 containers.
--
You received this message because you are subscribed to the Google Groups "mp4parser-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mp4parser-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Movie movie = new Movie();//adding audio tracks
MP3TrackImpl mp3tracks = new MP3TrackImpl(new FileDataSourceImpl(tempdir));
movie.addTrack(mp3tracks);
if you get the error, "Expected Start Word 0x7ff"remove the errors using mp3agicMp3 is not supported by most players. My advice is to use aac as audio codec.
As I don't believe that mp3 in mp4 makes any sense I don't support it. Commercial agreements can of course convince me.
Bwst Regards,
Sebastian
To unsubscribe from this group and stop receiving emails from it, send an email to mp4parser-discussion+unsub...@googlegroups.com.
MP4parser is an amazing API , it makes merging videos very simple.Thank you Sebastian Annies for your work !The main reason many want to use mp3 is because ,They are developing Android applications , people generally download mp3 music on their phones.Many mobile users aren't familiar with the other formats.If the application needs to change the audio of a .mp4 file on the mobile, then its more likely user would be using a mp3 audio file.I understand your concern, mp3 with mp4 isn't the best option , but as app developers we would target a bigger audience.
On Saturday, December 7, 2013 at 8:02:56 PM UTC+5:30, Maurizio Palesi wrote:
--
You received this message because you are subscribed to the Google Groups "mp4parser-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mp4parser-discus...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mp4parser-discussion+unsub...@googlegroups.com.
That is exactly what I was talking about. There isn't much support. ...
To unsubscribe from this group and stop receiving emails from it, send an email to mp4parser-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "mp4parser-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mp4parser-discus...@googlegroups.com.