[gst-devel] Gstreamer MP4 file format

Thomas Vander Stichele thomas at apestaart.org
Fri Jan 5 17:22:22 CET 2007


Thanks to Ronald's tip, I whipped up a small patch that seems to fix it
for me.

Could you please try the patch from
http://bugzilla.gnome.org/show_bug.cgi?id=393187
and comment if it works for you ?

Thanks
Thomas

On Thu, 2007-01-04 at 17:02 +0100, Németh Gergely wrote:
> Dear List Member!
> 
> We have a problem with the mp4 file format generated by gstreamer.
> We use the gstreamer CVS version (last update  04/01/2007 - today).
> 
> Using the testvideosrc source, we create an mp4 multiplex video file 
> with the following command:
> 
> 
> #! /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.
> 
> Where is the problem, what am I doing wrong?
> Thank you for your help!
> 
> Gergely, Nemeth
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list