[gst-devel] Gstreamer MP4 file format
Németh Gergely
ngergely at lionis.net
Thu Jan 4 17:02:04 CET 2007
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
More information about the gstreamer-devel
mailing list