Skip to content

Commit

Permalink
Site updated: 2023-12-17 00:59:49
Browse files Browse the repository at this point in the history
  • Loading branch information
orangelegy committed Dec 16, 2023
1 parent 9dd3e22 commit 3ec75e4
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 54 deletions.
18 changes: 9 additions & 9 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:47:45.862Z</updated>
<updated>2023-12-16T16:59:25.061Z</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:47:45.862Z</updated>
<updated>2023-12-16T16:59:25.061Z</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>]]></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><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>


<summary type="html">PotPlayer 主要是一款播放器,以其丰富的功能和灵活性而闻名。然而,PotPlayer 并不直接支持 Dolby Vision。Dolby Vision 支持通常需要硬件和软件之间的集成,以便能够正确解码和显示 Dolby Vision 格式的内容。</summary>
Expand All @@ -33,12 +33,12 @@
<category term="教程" scheme="http://blog.webrelay.cn/categories/%E6%95%99%E7%A8%8B/"/>


<category term="影视" scheme="http://blog.webrelay.cn/tags/%E5%BD%B1%E8%A7%86/"/>

<category term="PotPlayer" scheme="http://blog.webrelay.cn/tags/PotPlayer/"/>

<category term="杜比视界" scheme="http://blog.webrelay.cn/tags/%E6%9D%9C%E6%AF%94%E8%A7%86%E7%95%8C/"/>

<category term="影视" scheme="http://blog.webrelay.cn/tags/%E5%BD%B1%E8%A7%86/"/>

<category term="MPC Video Renderer" scheme="http://blog.webrelay.cn/tags/MPC-Video-Renderer/"/>

<category term="LAVFilters" scheme="http://blog.webrelay.cn/tags/LAVFilters/"/>
Expand All @@ -62,18 +62,18 @@
<category term="教程" scheme="http://blog.webrelay.cn/categories/%E6%95%99%E7%A8%8B/"/>


<category term="PotPlayer" scheme="http://blog.webrelay.cn/tags/PotPlayer/"/>

<category term="影视" scheme="http://blog.webrelay.cn/tags/%E5%BD%B1%E8%A7%86/"/>

<category term="网络" scheme="http://blog.webrelay.cn/tags/%E7%BD%91%E7%BB%9C/"/>

<category term="WebDAV" scheme="http://blog.webrelay.cn/tags/WebDAV/"/>

<category term="Alist" scheme="http://blog.webrelay.cn/tags/Alist/"/>

<category term="影视" scheme="http://blog.webrelay.cn/tags/%E5%BD%B1%E8%A7%86/"/>

<category term="软件" scheme="http://blog.webrelay.cn/tags/%E8%BD%AF%E4%BB%B6/"/>

<category term="PotPlayer" scheme="http://blog.webrelay.cn/tags/PotPlayer/"/>

</entry>

<entry>
Expand Down
2 changes: 1 addition & 1 deletion categories/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="zh"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><meta><title>分类 - 青橙日志 | 个人博客</title><link rel="manifest" href="/manifest.json"><meta name="application-name" content="青橙日志 | 个人博客"><meta name="msapplication-TileImage" content="/img/favicon.ico"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-title" content="青橙日志 | 个人博客"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta property="og:type" content="blog"><meta property="og:title" content="青橙日志 | 个人博客"><meta property="og:url" content="https://blog.webrelay.cn/"><meta property="og:site_name" content="青橙日志"><meta property="og:locale" content="zh_CN"><meta property="og:image" content="https://blog.webrelay.cn/img/favicon.png"><meta property="article:author" content="青橙"><meta property="article:tag" content="网络"><meta property="article:tag" content="WebDAV"><meta property="article:tag" content="Alist"><meta property="article:tag" content="影视"><meta property="article:tag" content="软件"><meta property="article:tag" content="PotPlayer"><meta property="article:tag" content="游戏"><meta property="article:tag" content="服务器"><meta property="article:tag" content="mcsmanager"><meta property="article:tag" content="minecraft"><meta property="article:tag" content="java"><meta property="article:tag" content="Hexo"><meta property="article:tag" content="博客"><meta property="article:tag" content="评论"><meta property="article:tag" content="插件"><meta property="article:tag" content="giscus"><meta property="article:tag" content="笔记"><meta property="article:tag" content="CSS"><meta property="article:tag" content="字体"><meta property="article:tag" content="知识"><meta property="article:tag" content="杜比视界"><meta property="article:tag" content="MPC Video Renderer"><meta property="article:tag" content="LAVFilters"><meta property="twitter:card" content="summary"><meta property="twitter:image:src" content="https://blog.webrelay.cn/img/favicon.png"><script type="application/ld+json">{"@context":"https://schema.org","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.webrelay.cn/"},"headline":"青橙日志 | 个人博客","image":["https://blog.webrelay.cn/img/favicon.png"],"author":{"@type":"Person","name":"青橙"},"publisher":{"@type":"Organization","name":"青橙","logo":{"@type":"ImageObject","url":"https://blog.webrelay.cn/img/avatar.jpg"}},"description":""}</script><link rel="alternate" href="/atom.xml" title="青橙日志 | 个人博客" type="application/atom+xml"><link rel="icon" href="/img/favicon.ico"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.0.0/css/all.css"><link rel="stylesheet" href="cdnjs.com"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;600&amp;family=Source+Code+Pro"><link rel="stylesheet" href="/css/default.css"><style>body>.footer,body>.navbar,body>.section{opacity:0}</style><!--!--><!--!--><!--!--><script src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" defer></script><!--!--><link rel="stylesheet" href="cdnjs.com"><link rel="stylesheet" href="cdnjs.com"><link rel="stylesheet" href="cdnjs.com"><!--!--><!--!--><!--!--><!--!--><style>.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#3273dc;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}</style><script src="cdnjs.com"></script><!--!--><!--!--><!-- hexo injector head_end start --><script>
<html lang="zh"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><meta><title>分类 - 青橙日志 | 个人博客</title><link rel="manifest" href="/manifest.json"><meta name="application-name" content="青橙日志 | 个人博客"><meta name="msapplication-TileImage" content="/img/favicon.ico"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-title" content="青橙日志 | 个人博客"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta property="og:type" content="blog"><meta property="og:title" content="青橙日志 | 个人博客"><meta property="og:url" content="https://blog.webrelay.cn/"><meta property="og:site_name" content="青橙日志"><meta property="og:locale" content="zh_CN"><meta property="og:image" content="https://blog.webrelay.cn/img/favicon.png"><meta property="article:author" content="青橙"><meta property="article:tag" content="PotPlayer"><meta property="article:tag" content="杜比视界"><meta property="article:tag" content="影视"><meta property="article:tag" content="MPC Video Renderer"><meta property="article:tag" content="LAVFilters"><meta property="article:tag" content="Hexo"><meta property="article:tag" content="博客"><meta property="article:tag" content="评论"><meta property="article:tag" content="插件"><meta property="article:tag" content="giscus"><meta property="article:tag" content="网络"><meta property="article:tag" content="游戏"><meta property="article:tag" content="服务器"><meta property="article:tag" content="mcsmanager"><meta property="article:tag" content="minecraft"><meta property="article:tag" content="java"><meta property="article:tag" content="WebDAV"><meta property="article:tag" content="Alist"><meta property="article:tag" content="软件"><meta property="article:tag" content="笔记"><meta property="article:tag" content="CSS"><meta property="article:tag" content="字体"><meta property="article:tag" content="知识"><meta property="twitter:card" content="summary"><meta property="twitter:image:src" content="https://blog.webrelay.cn/img/favicon.png"><script type="application/ld+json">{"@context":"https://schema.org","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.webrelay.cn/"},"headline":"青橙日志 | 个人博客","image":["https://blog.webrelay.cn/img/favicon.png"],"author":{"@type":"Person","name":"青橙"},"publisher":{"@type":"Organization","name":"青橙","logo":{"@type":"ImageObject","url":"https://blog.webrelay.cn/img/avatar.jpg"}},"description":""}</script><link rel="alternate" href="/atom.xml" title="青橙日志 | 个人博客" type="application/atom+xml"><link rel="icon" href="/img/favicon.ico"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.0.0/css/all.css"><link rel="stylesheet" href="cdnjs.com"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;600&amp;family=Source+Code+Pro"><link rel="stylesheet" href="/css/default.css"><style>body>.footer,body>.navbar,body>.section{opacity:0}</style><!--!--><!--!--><!--!--><script src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" defer></script><!--!--><link rel="stylesheet" href="cdnjs.com"><link rel="stylesheet" href="cdnjs.com"><link rel="stylesheet" href="cdnjs.com"><!--!--><!--!--><!--!--><!--!--><style>.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#3273dc;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}</style><script src="cdnjs.com"></script><!--!--><!--!--><!-- hexo injector head_end start --><script>
(function () {
function switchTab() {
if (!location.hash) {
Expand Down
2 changes: 1 addition & 1 deletion categories/教程/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content.json

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 3ec75e4

@vercel
Copy link

@vercel vercel bot commented on 3ec75e4 Dec 16, 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.