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