<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SmoothVideo Project — 4K HDR (10-bit) appears washed out after transcoding]]></title>
		<link>https://www.svp-team.com/forum/viewtopic.php?id=5812</link>
		<atom:link href="https://www.svp-team.com/forum/extern.php?action=feed&amp;tid=5812&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in 4K HDR (10-bit) appears washed out after transcoding.]]></description>
		<lastBuildDate>Sat, 10 Oct 2020 15:12:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: 4K HDR (10-bit) appears washed out after transcoding]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=76833#p76833</link>
			<description><![CDATA[<div class="quotebox"><cite>Chainik wrote:</cite><blockquote><p>SVP does transcoding via mpv player which is unable to preserve HDR meta-data after encoding...</p></blockquote></div><p>Will this be ever possible? Maybe with in the last HDR-able update of avisynth, if not from mpv engine?</p>]]></description>
			<author><![CDATA[null@example.com (otic)]]></author>
			<pubDate>Sat, 10 Oct 2020 15:12:53 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=76833#p76833</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4K HDR (10-bit) appears washed out after transcoding]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=76359#p76359</link>
			<description><![CDATA[<p>Not sure you&#039;re coping anything other than a color space by this command.</p><p>There&#039;re static metadata - <a href="https://x265.readthedocs.io/en/default/cli.html#cmdoption-master-display">https://x265.readthedocs.io/en/default/ … er-display</a><br />and dynamic data - the same (?) values defined per-frame - <a href="https://x265.readthedocs.io/en/default/cli.html#cmdoption-dhdr10-info">https://x265.readthedocs.io/en/default/ … hdr10-info</a></p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Sun, 09 Aug 2020 09:29:08 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=76359#p76359</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4K HDR (10-bit) appears washed out after transcoding]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=76358#p76358</link>
			<description><![CDATA[<p>What if you add in the HDR metadata afterwards?&nbsp; I.E using ffmpeg:<br /></p><div class="codebox"><pre><code>ffmpeg -i INPUT_FILE.mkv -c copy -map 0 -color_trc smpte2084 -color_primaries bt2020 -colorspace bt2020nc OUTPUT_FILE.mkv</code></pre></div><p>Where INPUT_FILE.mkv is the transcoded video that&#039;s washed out and OUTPUT_FILE.mkv is whatever output filename you&#039;d like with no spaces</p>]]></description>
			<author><![CDATA[null@example.com (Quaternions)]]></author>
			<pubDate>Sun, 09 Aug 2020 07:58:36 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=76358#p76358</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4K HDR (10-bit) appears washed out after transcoding]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=76350#p76350</link>
			<description><![CDATA[<p>You can play with ffmpeg&#039;s <a href="http://www.ffmpeg.org/ffmpeg-filters.html#tonemap">tonemap filter</a></p><p>Switch to &#039;advanced&#039; mode, put something like &quot;zscale=transfer=linear,tonemap=reinhard,zscale=transfer=bt709,format=yuv420p&quot; into lavfi field, set depth = 8 bit<br />This will do 10-bit HDR to 8-bit SDR conversion using reinhard tone mapping.</p><p>We&#039;ll think how to automate this in a future SVPcode build...</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Fri, 07 Aug 2020 15:53:39 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=76350#p76350</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4K HDR (10-bit) appears washed out after transcoding]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=76349#p76349</link>
			<description><![CDATA[<p>In fact, mpv does tone mapping via compute shaders on GPU. And all that GPU processing is not active in encoding mode.<br />Not sure now what we could do about this <img src="https://www.svp-team.com/forum/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Fri, 07 Aug 2020 15:34:05 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=76349#p76349</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4K HDR (10-bit) appears washed out after transcoding]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=76344#p76344</link>
			<description><![CDATA[<p>Thanks for replying! Do you know which settings would work best to get good tonemapping results when converting to SDR?</p>]]></description>
			<author><![CDATA[null@example.com (rhyslowe0)]]></author>
			<pubDate>Thu, 06 Aug 2020 16:29:47 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=76344#p76344</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4K HDR (10-bit) appears washed out after transcoding]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=76339#p76339</link>
			<description><![CDATA[<p>SVP does transcoding via mpv player which is unable to preserve HDR meta-data after encoding. It can only do tone mapping (i.e. &quot;conversion&quot;) from HDR to SDR.</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Thu, 06 Aug 2020 08:38:22 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=76339#p76339</guid>
		</item>
		<item>
			<title><![CDATA[4K HDR (10-bit) appears washed out after transcoding]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=76338#p76338</link>
			<description><![CDATA[<p>Hi there!<br />I&#039;m currently trying to transcode some 4K HDR video files to play them at 60 FPS. However after converting with the default settings (NVENC - H.265) on the transcode page (SVPCode) I&#039;m finding that the files look incredibly washed out and colourless.</p><p>When playing back the video files using MPC-HC with SVP enabled however the colours look normal when SVP is transcoding directly (however due to the quality of the files this causes notable stutter on playback - even if GPU hardware acceleration is enabled).</p><p>Any help would be much appreciated!</p>]]></description>
			<author><![CDATA[null@example.com (rhyslowe0)]]></author>
			<pubDate>Thu, 06 Aug 2020 07:58:46 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=76338#p76338</guid>
		</item>
	</channel>
</rss>
