[FFmpeg-user] How to produce mp4 and quicktime can read it.
Psychesnet
psychesnet at gmail.com
Fri Sep 9 10:47:23 CEST 2011
Hello guys,
I found some clues about error 2401.
We need to fill extradata to ffmpeg, and quicktime would not appear the
error 2401.
But I would not calculate the 2 bytes, does anyone have ideal about this.
uint8_t extradata[] = { ??, ??};
AVCodecContextAudio->extradata = extradata;
AVCodecContextAudio->extradata_size = 2;
My audio is aac, 16kb/s, 1 channel, please help me, thanks a lot.
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/How-to-produce-mp4-and-quicktime-can-read-it-tp3800959p3801126.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list