<div dir="ltr"><br><br><div class="gmail_quote">2008/9/9 Edward Hervey <span dir="ltr"><<a href="mailto:bilboed@gmail.com">bilboed@gmail.com</a>></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>
> Any plan to support HDYC format in gstreamer ?<br>
<br>
</div> If you have elements that support that format... you can already do<br>
it now. After all, it's just a matter of creating a caps (like<br>
"video/x-raw-yuv,format=(fourcc)HDYC"). <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>
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>
I don't know if anybody's planning that, but that wouldn't be the<br>
only issue with colourspaces in GStreamer (Anyone heard of chroma<br>
placement in subsampled video ?).<br>
<br>
It all comes down to having:<br>
* A proper definition of colourspaces in raw video caps<br>
* 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> </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>
Patches welcome :)<br>
<br>
Edward</blockquote><div><br>Thx<br><br>Julien<br> <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>
><br>
> (We have a Video Capture Device that delivers HDYC 1920*1080 only)<br>
><br>
> Some docs here: <a href="http://www.fourcc.org/yuv.php#HDYC" target="_blank">http://www.fourcc.org/yuv.php#HDYC</a><br>
><br>
> It seems that the difference bettween UYVY and HDYC is just the<br>
> coefficients used in the yuv to rgb conversion.<br>
> T470 coefficients in UYVY to rgb conversion (SD likes) and<br>
> BT709 coefficients in HDYC to rgb conversion (HD likes)<br>
><br>
> Sincerely<br>
><br>
> J. I.<br>
><br>
</div>> -------------------------------------------------------------------------<br>
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
> Build the coolest Linux based applications with Moblin SDK & 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&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
> _______________________________________________ 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's challenge<br>
Build the coolest Linux based applications with Moblin SDK & 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&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&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>