<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">>Hello,

>You will need to demux, parse and decode the video file before you can re-encode it to h264.

>Quick time is a container format. You will also need to know what video codec was used for the file.

>Regards,
>Rand</pre><div class="gmail_extra">ok - I was assuming since videotestsrc was a good source and worked that changing to filesrc was OK also... Apparently not.</div><div class="gmail_extra"><br></div><div class="gmail_extra">So I added decodebin and videoconvert</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div style="font-size:12.8px">gst-launch-1.0 filesrc location=movie.mov ! decodebin ! videoconvert ! openh264enc ! mpegtsmux  </div><div style="font-size:12.8px">        ! hlssink playlist-root=<a href="http://ip/" target="_blank">http://IP</a> \</div><div style="font-size:12.8px">          location=/var/www/html/<wbr>hlssink.%05d.ts \</div><div style="font-size:12.8px">          playlist-location=/var/www/<wbr>html/playlist.m3u8</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The pipeline now works, but I do not get anything but black on viewing. Do I still have something wrong ? </div><div style="font-size:12.8px">Thanks,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Jerry</div></div></div>