Skip to content

Commit

Permalink
Site updated: 2023-12-17 15:32:56
Browse files Browse the repository at this point in the history
  • Loading branch information
orangelegy committed Dec 17, 2023
1 parent 3ec75e4 commit 01e4b04
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 40 deletions.
6 changes: 3 additions & 3 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="http://blog.webrelay.cn/atom.xml" rel="self"/>

<link href="http://blog.webrelay.cn/"/>
<updated>2023-12-16T16:59:25.061Z</updated>
<updated>2023-12-16T17:08:55.638Z</updated>
<id>http://blog.webrelay.cn/</id>

<author>
Expand All @@ -21,9 +21,9 @@
<link href="http://blog.webrelay.cn/posts/potplayer-dolby-vision/"/>
<id>http://blog.webrelay.cn/posts/potplayer-dolby-vision/</id>
<published>2023-12-16T15:26:50.000Z</published>
<updated>2023-12-16T16:59:25.061Z</updated>
<updated>2023-12-16T17:08:55.638Z</updated>

<content type="html"><![CDATA[<p>PotPlayer 主要是一款播放器,以其丰富的功能和灵活性而闻名。然而,PotPlayer 并不直接支持 Dolby Vision。Dolby Vision 支持通常需要硬件和软件之间的集成,以便能够正确解码和显示 Dolby Vision 格式的内容。</p><p>不支持杜比视界通常视频全是紫色和绿色,就像开了红绿色盲滤镜。下面就教大家如何配置PotPlayer播放杜比视界片源。</p><h2 id="效果对比"><a href="#效果对比" class="headerlink" title="效果对比"></a>效果对比</h2><p>设置前:</p><p><img src="https://pic.webrelay.cn/img/image-20231216234227127.png" alt="image-20231216234227127"></p><p><img src="https://pic.webrelay.cn/img/image-20231216233525509.png" alt="image-20231216233525509"></p><p>设置后:</p><p><img src="https://pic.webrelay.cn/img/image-20231216234706574.png" alt="image-20231216234706574"></p><h2 id="安装环境"><a href="#安装环境" class="headerlink" title="安装环境"></a>安装环境</h2><p>点击链接下载并安装以下软件:</p><ol><li><p><a href="https://github.com/Aleksoid1978/VideoRenderer/releases/">MPC Video Renderer</a> </p><p>一款基于 Microsoft Direct3D 的视频渲染器,通常与播放器软件(如Media Player Classic)一起使用。它提供高质量的视频渲染和处理,支持硬件加速,并具有自定义配置选项</p></li><li><p><a href="https://github.com/Nevcairiel/LAVFilters/releases">LAVFilters</a></p><p>一套开源的DirectShow滤镜套件,为Windows上的多媒体播放器提供音频和视频解码支持。它支持多种常见的音视频格式,提供高质量的解码性能</p></li></ol><h2 id="配置方法"><a href="#配置方法" class="headerlink" title="配置方法"></a>配置方法</h2><ul><li><p>一键配置</p><ol><li>下载PotPlayer一键配置文件:<a href="https://www.alipan.com/s/EeXfrL6XvYy">https://www.alipan.com/s/EeXfrL6XvYy</a></li><li>先关闭PotPlayer</li><li>再双击打开配置文件 - 点击<code>是</code>导入PotPlayer配置</li><li>打开PotPlayer测试</li></ol><p><img src="https://pic.webrelay.cn/img/image-20231217000649186.png" alt="image-20231217000649186"></p></li><li><p>手动配置</p><p>以防万一,如果配置文件没用可以尝试手动配置。步骤比较繁琐,而且缺一不可,虽然技术难度不高,还是更推荐一键配置。</p><ol><li><p>点击左上角&#x2F;右键&#x2F;按F5,打开主菜单再点击<code>选项</code>打开选项菜单</p></li><li><p><code>视频</code>-<code>视频渲染器</code>,选择刚刚安装好的<code>MPC视频渲染器</code>。</p><p><img src="https://pic.webrelay.cn/img/image-20231217001715072.png" alt="image-20231217001715072"></p></li><li><p><code>视频</code>-<code>像素着色器</code>,取消所有勾选。</p><p><img src="https://pic.webrelay.cn/img/image-20231217002325043.png" alt="image-20231217002325043"></p></li><li><p><code>基本</code>-<code>进阶皮肤</code>-<code>在画面上输出皮肤</code>-<code>方式</code>,选择<code>窗口化图层</code>。</p><p><img src="https://pic.webrelay.cn/img/image-20231217003957596.png" alt="image-20231217003957596"></p></li><li><p><code>滤镜</code>-<code>内置图像处理滤镜设置</code>-<code>激活条件</code>,选择<code>不使用</code>。</p><p><img src="https://pic.webrelay.cn/img/image-20231217004045698.png" alt="image-20231217004045698"></p></li><li><p><code>滤镜</code>-<code>视频解码器</code>-<code>滤镜/解码器管理</code>-<code>添加系统滤镜</code>,选择<code>LAV Video Decoder</code>和<code>LAV Audio Decoder</code>(可选),确定。</p><p><img src="https://pic.webrelay.cn/img/image-20231217004221926.png" alt="image-20231217004221926"></p></li><li><p><code>滤镜</code>-<code>视频解码器</code>,所有格式能选<code>LAV Video Decoder</code>的都选上,音频解码器同理。</p><p><img src="https://pic.webrelay.cn/img/image-20231217003927102.png" alt="image-20231217003927102"></p></li><li><p>重启PotPlayer,播放杜比片源测试。</p></li></ol></li></ul><hr><blockquote><p>相关链接:</p><p><a href="http://www.potplayercn.com/course/potplayer-mpcvideorenderer-olbyvision.html">PotPlayer安装MPC Video Renderer 播放杜比视界视频</a></p><p><a href="https://github.com/Aleksoid1978/VideoRenderer/releases">MPC Video Renderer Releases</a></p><p><a href="https://github.com/Nevcairiel/LAVFilters/releases">LAVFilters</a></p></blockquote>]]></content>
<content type="html"><![CDATA[<p>PotPlayer 主要是一款播放器,以其丰富的功能和灵活性而闻名。然而,PotPlayer 并不直接支持 Dolby Vision。Dolby Vision 支持通常需要硬件和软件之间的集成,以便能够正确解码和显示 Dolby Vision 格式的内容。</p><p>不支持杜比视界通常视频全是紫色和绿色,就像开了红绿色盲滤镜。下面就教大家如何配置PotPlayer播放杜比视界片源。</p><h2 id="效果对比"><a href="#效果对比" class="headerlink" title="效果对比"></a>效果对比</h2><p>设置前:</p><p><img src="https://pic.webrelay.cn/img/image-20231216234227127.png" alt="image-20231216234227127"></p><p>设置后:</p><p><img src="https://pic.webrelay.cn/img/image-20231216234706574.png" alt="image-20231216234706574"></p><h2 id="安装环境"><a href="#安装环境" class="headerlink" title="安装环境"></a>安装环境</h2><p>点击链接下载并安装以下软件:</p><ol><li><p><a href="https://github.com/Aleksoid1978/VideoRenderer/releases/">MPC Video Renderer</a> </p><p>一款基于 Microsoft Direct3D 的视频渲染器,通常与播放器软件(如Media Player Classic)一起使用。它提供高质量的视频渲染和处理,支持硬件加速,并具有自定义配置选项</p></li><li><p><a href="https://github.com/Nevcairiel/LAVFilters/releases">LAVFilters</a></p><p>一套开源的DirectShow滤镜套件,为Windows上的多媒体播放器提供音频和视频解码支持。它支持多种常见的音视频格式,提供高质量的解码性能</p></li></ol><h2 id="配置方法"><a href="#配置方法" class="headerlink" title="配置方法"></a>配置方法</h2><ul><li><p>一键配置</p><ol><li>下载PotPlayer一键配置文件:<a href="https://www.alipan.com/s/EeXfrL6XvYy">https://www.alipan.com/s/EeXfrL6XvYy</a></li><li>先关闭PotPlayer</li><li>再双击打开配置文件 - 点击<code>是</code>导入PotPlayer配置</li><li>打开PotPlayer测试</li></ol><p><img src="https://pic.webrelay.cn/img/image-20231217000649186.png" alt="image-20231217000649186"></p></li><li><p>手动配置</p><p>以防万一,如果配置文件没用可以尝试手动配置。步骤比较繁琐,而且缺一不可,虽然技术难度不高,还是更推荐一键配置。</p><ol><li><p>点击左上角&#x2F;右键&#x2F;按F5,打开主菜单再点击<code>选项</code>打开选项菜单</p></li><li><p><code>视频</code>-<code>视频渲染器</code>,选择刚刚安装好的<code>MPC视频渲染器</code>。</p><p><img src="https://pic.webrelay.cn/img/image-20231217001715072.png" alt="image-20231217001715072"></p></li><li><p><code>视频</code>-<code>像素着色器</code>,取消所有勾选。</p><p><img src="https://pic.webrelay.cn/img/image-20231217002325043.png" alt="image-20231217002325043"></p></li><li><p><code>基本</code>-<code>进阶皮肤</code>-<code>在画面上输出皮肤</code>-<code>方式</code>,选择<code>窗口化图层</code>。</p><p><img src="https://pic.webrelay.cn/img/image-20231217003957596.png" alt="image-20231217003957596"></p></li><li><p><code>滤镜</code>-<code>内置图像处理滤镜设置</code>-<code>激活条件</code>,选择<code>不使用</code>。</p><p><img src="https://pic.webrelay.cn/img/image-20231217004045698.png" alt="image-20231217004045698"></p></li><li><p><code>滤镜</code>-<code>视频解码器</code>-<code>滤镜/解码器管理</code>-<code>添加系统滤镜</code>,选择<code>LAV Video Decoder</code>和<code>LAV Audio Decoder</code>(可选),确定。</p><p><img src="https://pic.webrelay.cn/img/image-20231217004221926.png" alt="image-20231217004221926"></p></li><li><p><code>滤镜</code>-<code>视频解码器</code>,所有格式能选<code>LAV Video Decoder</code>的都选上,音频解码器同理。</p><p><img src="https://pic.webrelay.cn/img/image-20231217003927102.png" alt="image-20231217003927102"></p></li><li><p>重启PotPlayer,播放杜比片源测试。</p></li></ol></li></ul><hr><blockquote><p>相关链接:</p><p><a href="http://www.potplayercn.com/course/potplayer-mpcvideorenderer-olbyvision.html">PotPlayer安装MPC Video Renderer 播放杜比视界视频</a></p><p><a href="https://github.com/Aleksoid1978/VideoRenderer/releases">MPC Video Renderer Releases</a></p><p><a href="https://github.com/Nevcairiel/LAVFilters/releases">LAVFilters</a></p></blockquote>]]></content>


<summary type="html">PotPlayer 主要是一款播放器,以其丰富的功能和灵活性而闻名。然而,PotPlayer 并不直接支持 Dolby Vision。Dolby Vision 支持通常需要硬件和软件之间的集成,以便能够正确解码和显示 Dolby Vision 格式的内容。</summary>
Expand Down
2 changes: 1 addition & 1 deletion categories/教程/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

Loading

1 comment on commit 01e4b04

@vercel
Copy link

@vercel vercel bot commented on 01e4b04 Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.