[gst-devel] Gstreamer MP4 file format

Ronald S. Bultje rbultje at ronald.bitfreak.net
Fri Jan 5 01:27:21 CET 2007


On Thu, 2007-01-04, Thomas Vander Stichele wrote:
> > The result looks good in VLC media player, but in Quicktime we get an 
> > error message:
> > "Error -2010: the movie contains some invalid data" and unable to play.
> 
> Same problem here.  One thing I noticed is that the resulting files do
> not have decoder config data - maybe that's the problem ? Anyone know
> more ?

You're not setting the global header flag on ffenc_mpeg4's
AVCodecContext. You need to do that for video/mpeg4, but not for
video/x-divx or video/x-xvid. ffmux_mp4 will pick it up and write the
esds atom.

Cheers,
Ronald





More information about the gstreamer-devel mailing list