Daum PotPlayer (64-bit)

最新版本 ReShade 5.8.0

ReShade 5.8.0

ReShade 5.8.0
Daum PotPlayer 64 位是一個免費的多媒體播放器,支持各種不同的視頻編解碼器和格式。 Daum PotPlayer 已經包含內置的編解碼器,無需手動安裝。它還支持數字電視設備,網絡攝像頭,模擬,DXVA,現場直播等。下載適用於 Windows 的 Daum PotPlayer 64 位脫機安裝程序設置.



Enhanced 硬件加速
使用 DXVA,CUDA,QuickSync 為最小資源提供最高性能。充分利用你所擁有的東西。

使用 3D
沉浸式觀看體驗支持各種類型的 3D 眼鏡,您可以隨時隨地使用 3DTV 或 PC 獲得 3D 體驗。支持各種字幕格式(SMI& SRT),DVD(Vobsub)和藍光字幕,ASS / SSA 動畫和 SMI 紅寶石標籤等各種輸出格式(並排,頂部和底部,頁面翻轉)。

各種編解碼器,易於管理
使用播放器時不需要安裝不同的編解碼器。支持 OpenCodec,用戶可以輕鬆地添加任何他們想要的編解碼器.

更多高級功能
平滑,無縫的視頻播放。用快照預覽場景。 Direct3D9 Ex 翻轉模式和覆蓋。當你有 2 個聲卡時選擇哪一個。您可以為您喜愛的場景或章節添加書籤。支持各種設備,如 DVD,電視,高清電視等等。下載 Windows 的 Daum PotPlayer Offline Installer 安裝程序.

ScreenShot

軟體資訊
檔案版本 ReShade 5.8.0

檔案名稱 ReShade_Setup_5.8.0.exe
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 Daum Communications
官網 https://potplayer.daum.net/
更新日期 2023-04-08
更新日誌

What's new in this version:

Added:
- compute shader support to ReShade FX shader language, supported in D3D11, D3D12, OpenGL and Vulkan
- option to not clear alpha channel of screenshots
- option to include preset name in screenshot file name
- JPEG as a screenshot format option
- option to duplicate current preset when creating a new one
- option to only load enabled effects
- performance mode toggle keyboard shortcut
- global option to force fullscreen mode in D3D, ReShade.ini
- support for global config file to change base and module load path (instead of having to rely on environment variables). To use, ceate an INI file with the same name as the ReShade DLL (e.g. dxgi.ini) next to it, with these contents
- position of separator between technique and variable list in UI to config (so it is persistent between runs)
- technique context menu button to open containing folder in Windows explorer
- category context menu button to reset all variables in that category to their default values
- separate code viewer window, so one can view generated code and edit a shader simultaneously
- editor support for "Shift + Tab" to remove line indentation without selection
- editor support for paste on new line
- visual indicator to text editor title when open document is unsaved
- message to home tab when a texture failed to load
- yellow highlight to items in the technique list where the underlying effect compiled with warnings and added those warnings to the tooltip
- effect parser error when encountering multi-dimensional array
- effect parser error when using sRGB sampling on back buffer but back buffer format is not RGBA8
- [strike]Added effect parser error when static variable initializer is not a literal expression. This is a breaking change for some effects![/strike]
- effect parser warning when specifying negative value for texture property
- "tex2Dsize" intrinsic overload which takes a storage object (for compute shaders)
- "barrier", "memoryBarrier" and "groupMemoryBarrier" intrinsics for use in compute shaders
- atomic intrinsics "atomicAdd", "atomicAnd", "atomicOr", "atomicXor", "atomicMin", "atomicMax", "atomicExchange" and "atomicCompareExchange"
- support for "SV_IsFrontFace" semantic to GLSL/SPIR-V code generation
- support for "min16int", "min16uint" and "min16float" scalar and vector types
- "mousewheel" source for uniform variables to use mouse wheel input
- "overlay_active" and "overlay_hovered" source to uniform variables, which hold the index (from the top in the effect file) of the UI widget the user is currently entering a value in or hovering in the UI
- more verbose logging in case of D3D10/11 resource creation failures
- pass names for passes writing to a texture on the statistics page
- device and driver information to UI in OpenGL
- support for comma character in INI elements
- path text box to app selection in setup tool
- different sort modes to app selection in setup tool
- button to add custom effect package to setup tool
- option to skip individual effect selection using three state checkboxes to setup tool
- setup tool archive validation when opening it
- standard Epic Games Launcher install location to setup tool search paths
- heuristic to setup tool that chooses the depth reversed setting based on the year a game came out
- error to setup tool when installing to an application that already has ReShade installed via a different render API
- notice on how to uninstall to final setup tool screen
- signature to setup tool

Improved:
- file and directory selection dialogs (including the preset selection) and added icons
- format of variable names in generated GLSL code for better readability
- effect parser error recovery for errors inside struct definitions
- speed of setup tool application detection

Changed:
- INI option names for a cleaner look! The setup tool will update them when installing over an existing config, but be aware of this when doing a manual update, since some of your settings may get lost.
- preset path option to save as a relative path to the ReShade DLL if preset is in the same or a subdirectory
- "tex2Dfetch" intrinsic to accept coordinates without a mipmap level and added seprate overload which accepts a mipmap level. This is a breaking change, so make sure to update your shaders (it will continue to compile with warnings in most cases, since int4 can be implicitly casted to int2, but only behaves the same then if the passed in mipmap level was zero)!
- D3D9 depth buffer detection logic to always run independently on each frame (fixes flickering in some games, like RE4 Remastered HD)
- splash banner to disappear immediately after reloading finished on all reloads except the first one
- assembly viewer text to get updated after an effect finished compiling
- HLSL compilation to enable highest optimization level only when performance mode is active
- configuration to save and restore custom style independently of the fixed presets (so its not lost when switching between those)
- keyboard shortcuts to be inactive while typing into text boxes
- item width for variable editor UI widgets
- texture name reservation to only run in OpenGL compatibility contexts by default
- default preset file name to "ReShadePreset.ini"
- setup tool to install to "bin" directory if one exists next to the executable (for Source Engine games)

Fixed:
- mouse button double clicks not registering
- red and blue color channel being switched in D3D12 screenshots in some applications
- hang in Vulkan games because fence completion check was comparing against wrong return value
- partial screen updates in D3D9 messing up ReShade rendering (e.g. in IL-2 Cliffs of Dover)
- hooks not being installed in applications that call "LoadLibraryExA/W" with flags (e.g. Prey)
- duplicated D3D10/D3D11 hooks (since the D3D10 driver may use D3D11 internally)
- D3D9 depth surface replacement messing up games using INTZ format themselves (e.g. Dead Space)
- artifacts in D3D9 games using partial depth buffer clears
- artifacts in OpenGL games using GL_ALPHA_TEST
- unbound key shortcuts potentially triggering if application sends input messages for key code zero
- crash if application calls "ID3D11Device::CreateShaderResourceView" and similar with a nullptr resource (e.g. in Snowrunner)
- crash when application unloads ReShade while a thread is still calling "GetMessage" (e.g. in Dolphin)
- crash in Vulkan when data race occurs after multiple threads failed to access a value from a lockfree table (e.g. in Baldur's Gate)
- crash if font atlas creation fails
- crash when parsing ReShade FX code that attempts a function call outside of a function
- crash if ReShade FX code contains shader function with an output parameter or return value without a semantic
- crash when pressing "Shift + Tab" in editor with a line that has only spaces selected
- R8 and RG8 textures having an alpha value in D3D9
- wrong render targets being set in D3D12 if effect contains multiple techniques
- primitive topologies other than triangles not working in OpenGL
- "tex2Dstore" intrinsic writing with a slight offset in OpenGL
- precision of floating-point constants in generated HLSL/GLSL code
- preprocessor removing spaces in macro arguments
- preprocessor not trimming all whitespace before and after macro arguments and around concatenation operator
- preprocessor not adding adding backslashes to escape quotes in stringize operator
- code generation for switch statements with multiple cases pointing to the same block
- SPIR-V code generation for struct member accesses on function return values
- SPIR-V code generation for struct input parameters
- SPIR-V code generation for switch statements that contain branches
- SPIR-V code generation for "inout" function parameters with semantics and arrays
- HLSL code generation for global "static" variables
- HLSL code generation for loops on uniform variables in shader model 3
- missing interpolation qualifiers in generated GLSL code for struct return values
- location calculation for GLSL array input and output variables
- GLSL code generation for "inout" function parameters with semantics
- GLSL code generation for shaders that have multiple input or output parameters with the same semantic
- effect parser error when initialization array of structs using initializer list syntax
- incorrect FreePIE uniform data padding
- "timeout" annotation on techniques for very small values (so one can now set it to "1" to only have the technique run a single time)
- division by zero if min/max are switched for "random" uniform source
- user being able to enter invalid characters as a preprocessor macro name
- dragging technique to a new location not preserving order of the others
- editor font affecting search and replace buttons
- pooled textures not always showing up on statistics page
- double click behavior on app selection list in setup tool (it now only reacts if the same item is clicked twice)

Removed:
- "tex2Dgather" intrinsic and instead split it into separate variants for each component
- separate "tex2D[...]offset" texture intrinsics and instead made them overloads
- technique percentage numbers from statistics (since they where commonly misunderstood)
- support for "POSITION", "VPOS" and "DEPTH" input semantics (use "SV_Position" and "SV_Depth" instead)
- error limit again since it can hide errors behind a lot of warnings

ReShade 5.8.0 相關參考資料
"Fix ReShade 5.8.0 in FiveM 2023 Instantly - YouTube

https://www.youtube.com

Downloading ReShade 5.8.0 from FileHorse.com

A generic post-processing injector for games and video software · ReShade 5.8.0 · Key details about this download. The file will be downloaded from secure ...

https://www.filehorse.com

Enhance Your Sims 4 Graphics with Reshade Preset 5.8.0

Take your Sims 4 gameplay to the next level with the latest Reshade preset 5.8.0. Experience stunning visuals and immerse yourself in a world of vibrant ...

https://www.pinterest.com

ReShade

ReShade is a generic post-processing injector for games and video software developed by crosire. Imagine your favorite game with ambient occlusion, ...

https://reshade.me

Reshade - Advanced post-processing everywhere.

Crosire developed ReShade, which is a post-processing injector for games and video software that adds features such as ambient occlusion, real depth of ...

https://re-shade.com

ReShade 5.8.0 Download

2023年4月8日 — Download ReShade 5.8.0 for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

ReShade 5.8.0 Download For Windows PC

ReShade 5.8.0 Roblox shader is an open-source shader. It's a generic post-processing injector for Roblox games and video software developed by Crosier.

https://www.softlay.com

ReShade画质插件5.8.0汉化版安装及简单设置教程 - Bilibili

https://www.bilibili.com