<div dir="ltr"><br><br><div class="gmail_quote">2008/9/9 Edward Hervey <span dir="ltr">&lt;<a href="mailto:bilboed@gmail.com">bilboed@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
&gt; Any plan to support HDYC format in gstreamer ?<br>
<br>
</div> &nbsp; If you have elements that support that format... you can already do<br>
it now. After all, it&#39;s just a matter of creating a caps (like<br>
&quot;video/x-raw-yuv,format=(fourcc)HDYC&quot;). <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
 &nbsp; The *real* problem is having elements that can convert (properly)<br>
from that colourspace/layout to other ones (like the ones used by video<br>
sinks or encoders).<br>
<br>
 &nbsp; I don&#39;t know if anybody&#39;s planning that, but that wouldn&#39;t be the<br>
only issue with colourspaces in GStreamer (Anyone heard of chroma<br>
placement in subsampled video ?).<br>
<br>
 &nbsp; It all comes down to having:<br>
 &nbsp; * A proper definition of colourspaces in raw video caps<br>
 &nbsp; * An element that *properly* does that conversion taking into account<br>
the correct conversion coefficients/clamping and chroma placement. Oh,<br>
and preferably with readable code (unlike ffmpegcolorspace).</blockquote><div><br>Ok. I have some basic knowledges but I think I have not the background to make a such gst element (colorspace converter).<br>It requires to know a lot of video formats in order to start good abstractions. And use appropriate libraries (liboil ?)<br>
For now I can start to add the HDYC to RGB convertion in the ffmegcolorspace element. (just to not forget this format ...)<br><br>Is there any thing about HDYC in the ffmpeg libs ? <br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
 &nbsp; &nbsp; Patches welcome :)<br>
<br>
 &nbsp; &nbsp; &nbsp; Edward</blockquote><div><br>Thx<br><br>Julien<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<div class="Ih2E3d"><br>
<br>
&gt;<br>
&gt; (We have a Video Capture Device that delivers HDYC 1920*1080 only)<br>
&gt;<br>
&gt; Some docs here: &nbsp;<a href="http://www.fourcc.org/yuv.php#HDYC" target="_blank">http://www.fourcc.org/yuv.php#HDYC</a><br>
&gt;<br>
&gt; It seems that the difference bettween UYVY and HDYC is just the<br>
&gt; coefficients used in the yuv to rgb conversion.<br>
&gt; T470 coefficients in UYVY to rgb conversion (SD likes) and<br>
&gt; BT709 coefficients in HDYC to rgb conversion (HD likes)<br>
&gt;<br>
&gt; Sincerely<br>
&gt;<br>
&gt; J. I.<br>
&gt;<br>
</div>&gt; -------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
&gt; Grand prize is a trip for two to an Open Source event anywhere in the world<br>
&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
&gt; _______________________________________________ gstreamer-devel mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>

<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>