[gst-devel] Gstreamer MP4 file format
Thomas Vander Stichele
thomas at apestaart.org
Thu Jan 4 19:57:38 CET 2007
> #! /bin/bash
> exec gst-launch -v \
> videotestsrc num-buffers=100 ! \
> queue ! \
> ffenc_mpeg4 bitrate=800000 ! \
> ffmux_mp4 ! \
> filesink location=$1
>
> 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 ?
Thomas
More information about the gstreamer-devel
mailing list