Hello, I am using a DM368 with latest codecs available on TI website, as well as last gstreamer-ti plugins. I want to capture a video from my camera, compress it in H.264 and put it in a container in order to record it on a SD card. The video file must be played back on Apple QuickTIme player. So I am using this pipeline (similar to the one available in the example's TI kipi page): gst-launch -ev \ videotestsrc \ ! 'video/x-raw-yuv,format=(fourcc)NV12,width=1280,height=720,framerate=(fraction)30/1' \ ! TIVidenc1 engineName=codecServer codecName=h264enc iColorSpace=NV12 byteStream=0 encodingPreset=2 rateControlPreset=3 genTimeStamps=1 resolution=1280x720 \ ! queue \ ! qtmux \ ! filesink location=/media/test.mov The file test.mov is working in VLC, Windows Media player (with K-lite codec pack), but there's no way to play it on Apple Quick time... I've tried also with other muxer like ffmux_mov as well as adding h264parse element... Does anyone can help me? Thank You Ivan Zoli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/gstreamer-embedded/attachments/20121116/6e83ccef/attachment.html>