View Full Version : join adpcm audio to .mp4 file?
littlemouse_code
27th November 2006, 09:28
video using mpeg4 encoding standard ,audio is adpcm , I want to unite them to one mp4 file, someone could tell me if it is feasible
Sharktooth
28th November 2006, 03:40
.mp4 doesnt officially support adpcm audio but it could be stored as a private stream.
there are no mp4 muxers that will do that though.
littlemouse_code
28th November 2006, 04:10
thxs!
foxyshadis
28th November 2006, 06:55
You're best off using mkv for that, mkvmerge makes it very simple to combine both.
Hyper Shinchan
7th December 2006, 11:18
.mp4 doesnt officially support adpcm audio but it could be stored as a private stream.
there are no mp4 muxers that will do that though.
Well, ffmpeg muxes everything as private streame, but you can't playback it later.
QT support adpcm, but it's different from M$ ADPCM.... but maybe you can mux it with the M$ code in QT, I would try it.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.