<div dir="ltr"><div dir="ltr"><div dir="ltr">Suppose I have two pieces of test collateral which differ only in their colorimetry.  I built them using the two commands shown below.<div><font face="monospace, monospace"><br></font></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><div><font face="monospace, monospace">### bt601.ogv</font></div></div></div><div><div><div><font face="monospace, monospace">gst-launch-1.0 videotestsrc pattern=0 num-buffers=30 horizontal-speed=5 do-timestamp=true</font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">     </span>! video/x-raw,width=1280,height=720,framerate=30/1,colorimetry=<span style="background-color:rgb(255,242,204)">bt601</span></font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">        </span>! queue</font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">  </span>! theoraenc</font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">      </span>! oggmux name=mux</font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">        </span>! filesink location=<span style="background-color:rgb(255,242,204)">bt601</span>.ogv</font></div></div></div><div><div><div><font face="monospace, monospace"><br></font></div></div></div><div><div><div><font face="monospace, monospace">### bt709.ogv</font></div></div></div><div><div><div><font face="monospace, monospace">gst-launch-1.0 videotestsrc pattern=0 num-buffers=30 horizontal-speed=5 do-timestamp=true</font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">   </span>! video/x-raw,width=1280,height=720,framerate=30/1,colorimetry=<span style="background-color:rgb(207,226,243)">bt709</span></font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">        </span>! queue</font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">  </span>! theoraenc</font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">      </span>! oggmux name=mux</font></div></div></div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">        </span>! filesink location=<span style="background-color:rgb(207,226,243)">bt709</span>.ogv</font></div></div></div></blockquote><div dir="ltr"><div><br></div><div>Now suppose I want to convert the color profile of an existing file from bt601 to bt709.  Can I do it like this?</div><div><br></div></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><div><div><font face="monospace, monospace">### Convert bt601 --> bt709</font></div></div></div></div><div><div><div><div><font face="monospace, monospace">gst-launch-1.0 filesrc location=<span style="background-color:rgb(255,242,204)">bt601.ogv</span></font></div></div></div></div><div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">        </span>! decodebin</font></div></div></div></div><div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">       </span>! videoconvert</font></div></div></div></div><div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">    </span>! video/x-raw,colorimetry=<span style="background-color:rgb(207,226,243)">bt709</span></font></div></div></div></div><div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">      </span>! queue</font></div></div></div></div><div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">   </span>! theoraenc</font></div></div></div></div><div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">       </span>! oggmux</font></div></div></div></div><div><div><div><div><font face="monospace, monospace"><span style="white-space:pre">  </span>! filesink location=bt601_to_<span style="background-color:rgb(207,226,243)">bt709</span>.ogv</font></div></div></div></div></blockquote><div dir="ltr"><div dir="ltr"><div><br></div><div>Here are my questions:</div><div><ol><li>When each file is saved, does it contain information about the colorimetry?  (I cannot find any tool which is able to extract the colorimetry info if it exists.)</li><li>Does my conversion method (shown in my third command) actually do the trick of converting the colorimetry?</li></ol></div><div><br></div><div><br></div><div><br></div></div></div></div>