<div dir="ltr">I am working on an <a href="https://en.wikipedia.org/wiki/CCIR_System_M">NTSC</a> transmitter in gnuiradio, and somehow need to have the<a href="https://en.wikipedia.org/wiki/Luma_%28video%29">luma (monochrome)</a>, and <a href="https://en.wikipedia.org/wiki/Chrominance">chrominance (color difference)</a>. As single raw files. The chrominance must futher be split into hue and saturation channels, as they must be QAM modulated temperately to form the complete color signal. I have the radio portion in place, I simply need some input to test it,<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 24, 2014 at 2:08 AM, Tim Müller <span dir="ltr"><<a href="mailto:tim@centricular.com" target="_blank">tim@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 2014-06-23 at 11:20 -0700, Jordan Johnson wrote:<br>
<br>
Hi Jordan,<br>
<div class=""><br>
> I would like to use gstreamer to take a video, and extract the luma<br>
> and chroma components from the video into raw files for editing. What<br>
> is the best way to do this?<br>
<br>
</div>Could you describe in some more detail what you want to do exactly?<br>
<br>
"Take a video" - from what source? Camera? What kind?<br>
<br>
When you say you want to "extract the luma and chroma components from<br>
the video into raw files", does that mean you just want to save the raw<br>
video frames to a file somehow, or do you want to access each frame in<br>
your application directly and then poke at the pixels (luma/chroma<br>
components) yourself? The appsink element might help with the latter.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"> -Tim<br>
<br>
--<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</font></span></blockquote></div><br></div>