Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#41 | Link |
|
Registered User
Join Date: Nov 2013
Location: Hannover, Germany
Posts: 326
|
The incredible flexibility and range of settings and the profiling system allow me to fine-tune any content to my liking. So far, i have not tested anything better than madVR.
__________________
MPC-BE feature wishlist: 1) DiscID 2) Two independent volume control sliders in the UI when using directsound dual-audio-out. |
|
|
|
|
|
#42 | Link |
|
Registered User
Join Date: Jun 2007
Posts: 663
|
Betas are updated regularly, though. One can always hope for a paid for version, sooner or later.
__________________
LG 77C1 - Denon AVC-X3800H - Windows 10 Pro 22H2 - Kodi DSPlayer (LAV Filters, xySubFilter, madVR, Sanear) - RTX 4070 - Ryzen 5 3600 - 16GB RAM |
|
|
|
|
|
#44 | Link | |
|
Registered User
Join Date: Jun 2007
Posts: 663
|
Quote:
I don't dispute the quality it can offer, I strongly dispute the amount of time needed to get there. Especially when comparing to madVR and a DirectShow based player.
__________________
LG 77C1 - Denon AVC-X3800H - Windows 10 Pro 22H2 - Kodi DSPlayer (LAV Filters, xySubFilter, madVR, Sanear) - RTX 4070 - Ryzen 5 3600 - 16GB RAM |
|
|
|
|
|
|
#46 | Link | |
|
_
Join Date: May 2008
Location: France
Posts: 733
|
Quote:
But the second time, I accepted to spent several hours on the manual: https://mpv.io/manual/master/ If you have lot of free time, it's doable in 1 day, but with limited time, you have to accept you'll need several days (weeks in my case). But now I use it for several years (thanks stax76 for motivating me) Ok, I don't know anything about HDR (i'm still a 1080p SDR user) and maybe it's less good than madVR, but in terms of ressources, mpv is better (you can use HwInfo64 to check CPU/GPU datas for both) But I'm sure a power user which created a nice guide could learn mpv easily !
|
|
|
|
|
|
|
#47 | Link | |
|
Registered User
Join Date: Jun 2020
Posts: 73
|
Quote:
1. Download and extract into C:\Program Files\mpv 2. Navigate to the C:\Program Files\mpv\installer directory, right-click the mpv-install.bat and Run as administrator. 3. Go to the C:\Program Files\mpv folder and run the updater.bat as administrator (follow the prompts quickly - I recommend selecting the 64bit-v3 version and the daily builds). This simply updates to any new Shinchiro mpv build and installs/updates ffmpeg. 4. Navigate to C:\Users\[user]\AppData\Roaming\mpv and put your mpv.conf text file here. An example mpv.conf added below. FYI, there is an mpv player support thread now on AVS to help with the mpv.conf file and settings. The mpv manual also shows all the various options you can include. https://www.avsforum.com/threads/uno...hread.3274072/ Edit: Here's my current mpv.conf (Windows 10, nVidia RTX 2070S, Display is a JVC X790 projector). You can download shaders from the avs support thread above. Code:
msg-level=auto_profiles=warn,autocrop=warn,autoload=warn,cplayer=warn
#no-osc
#no-osd-bar
no-border
snap-window
autofit-larger=100%x88%
autofit-smaller=33%x66%
no-input-default-bindings
input-doubleclick-time=200
image-display-duration=inf
screenshot-template="%{media-title}-%P-%n"
screenshot-format=png
sub-font-size=36
sub-border-size=0
sub-back-color=0.0/0.0/0.0/0.75
sub-shadow-offset=4
#Video
#ontop
fullscreen=yes
vo=gpu-next
hwdec=nvdec #or d3d11va
video-output-levels=full
#GPU Renderer
fbo-format=rgba16hf #similar to MadVR
gpu-api=d3d11
gpu-context=d3d11
d3d11-output-format=rgb10_a2
#Luma Upscaling
glsl-shaders-clr
glsl-shaders-append="C:\Users\tmitc\AppData\Roaming\mpv\shaders\FSRCNNX_x2_16-0-4-1.glsl" #update to match your location
scale=ewa_lanczos
scale-blur=0.981251
#Luma Downscaling
glsl-shaders-append="C:\Users\tmitc\AppData\Roaming\mpv\shaders\SSimDownscaler.glsl" #update to match your location
dscale=mitchell
linear-downscaling=no
#Chroma Upscaling / Downscaling
glsl-shaders-append="C:\Users\tmitc\AppData\Roaming\mpv\shaders\KrigBilateral.glsl" #update to match your location
cscale=mitchell
#Upscaling / Downscaling Options
correct-downscaling=yes
sigmoid-upscaling=yes
#Deringing
scale-antiring=0.7
dscale-antiring=0.7
cscale-antiring=0.7
#Optional Shaders
glsl-shader=~~/shaders/adaptive-sharpen.glsl
#Dithering
temporal-dither=yes
dither=fruit
dither-depth=auto
#Deband (Uncomment options below to enable)
#deband
#deband-iterations=4
#deband-threshold=48
#deband-range=16
#deband-grain=48
#Audio Bitstreaming
#audio-spdif=ac3,dts,dts-hd,eac3,truehd #Uncomment this to enable HDMI bitstreaming (Atmos may currently have issues on some systems)
audio-channels=7.1,5.1,stereo #update to match your setup
#OSD
input-default-bindings = yes
input-ar-delay = 500
input-ar-rate = 20
keep-open = yes
keep-open-pause = no
osd-duration = 2000
#osd-playing-msg = '${filename}'
script-opts = osc-scalewindowed=1.5,osc-hidetimeout=2000,console-scale=1
screenshot-directory = '~~desktop/'
[protocol.https]
#osd-playing-msg = '${media-title}'
############
# Profiles #
############
[bt.2100-pq]
profile-cond=get("video-params/primaries") == "bt.2020" and get("video-params/gamma") == "pq"
profile-restore=copy
target-trc=bt.1886
target-prim=dci-p3 #options are bt.2020, dci-p3, bt.709
tone-mapping=auto #use "vo=gpu-next" to allow the default spline tone mapping (the best)
tone-mapping-mode=auto
hdr-compute-peak=yes
target-peak=100 # change to auto if using an SDR display (defaults to 203 nits)
gamut-mapping-mode=auto #uses perceptual by default
[bt.2020]
profile-cond=get("video-params/primaries") == "bt.2020" and get("video-params/gamma") == "bt.1886"
profile-restore=copy
target-trc=bt.1886
target-prim=dci-p3
[bt.709]
profile-cond=get("video-params/primaries") == "bt.709"
profile-restore=copy
target-trc=bt.1886
target-prim=bt.709
[interlaced]
profile-cond=deinterlace or (get("video-frame-info/interlaced") and not deinterlace)
profile-restore=copy
deinterlace
[end]
profile-cond=eof_reached
profile-restore=copy-equal
__________________
My HT: JVC X790R | 120" CineWhite | madVR HTPC RTX 2070S | mpv | UB420 | Denon X3600H @ 5.2.4 | Totem Tribe LCR | 4 x ADX Maximus & Dayton Audio SA230 | 40" TV / MeLE N5105 / MoviePosterApp Last edited by *MidnightWatcher*; 9th July 2023 at 16:31. |
|
|
|
|
|
|
#52 | Link | |
|
Registered User
Join Date: Jun 2020
Posts: 73
|
Quote:
https://www.avsforum.com/threads/uno...#post-62560932
__________________
My HT: JVC X790R | 120" CineWhite | madVR HTPC RTX 2070S | mpv | UB420 | Denon X3600H @ 5.2.4 | Totem Tribe LCR | 4 x ADX Maximus & Dayton Audio SA230 | 40" TV / MeLE N5105 / MoviePosterApp |
|
|
|
|
|
|
#54 | Link |
|
Registered User
Join Date: Feb 2015
Location: Bavaria
Posts: 1,872
|
It works yes, but not perfect. The pause must be before playback starts, not start playback for a split of a second, change refresh rate, pause for the set seconds and continue.
But thank you very much. Finally I got it working, but I stick with MPC-BE with MPC-VR, madVR and LAV Filters and Kodi. |
|
|
|
|
|
#56 | Link |
|
Registered User
Join Date: Jun 2020
Posts: 73
|
No, not that I'm aware of. You'll need a PC.
__________________
My HT: JVC X790R | 120" CineWhite | madVR HTPC RTX 2070S | mpv | UB420 | Denon X3600H @ 5.2.4 | Totem Tribe LCR | 4 x ADX Maximus & Dayton Audio SA230 | 40" TV / MeLE N5105 / MoviePosterApp |
|
|
|
|
|
#57 | Link | |
|
Minneapolis
Join Date: Jul 2010
Location: Minnesota
Posts: 8
|
Quote:
https://yabb.jriver.com/interact/ind...,135621.0.html Support for custom shaders was recently added. Requires MC 31.0.50 or higher.
__________________
JRiver Last edited by JimH; 2nd September 2023 at 08:16. |
|
|
|
|
|
|
#58 | Link | |
|
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,857
|
Quote:
https://github.com/stax76/awesome-mpv
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists Last edited by stax76; 9th September 2023 at 16:38. |
|
|
|
|
|
|
#59 | Link | |
|
Registered User
Join Date: May 2012
Posts: 50
|
Quote:
|
|
|
|
|
|
|
#60 | Link |
|
Registered User
Join Date: Sep 2006
Posts: 216
|
Hi, couple of quick questions please :
- Does the JRiver Renderer (JRVR) have RTX Super Resolution support now? Is it planned? - Conversely, since MPC Video Renderer does have RTX Super Resolution support, are you able to use MPC Video Renderer with JRiver Media Player? Thanks, I am hunting for a new video player since ZoomPlayer is only 32bit Last edited by andybkma; 24th October 2023 at 14:48. |
|
|
|
![]() |
| Tags |
| direct3d, enhanced, video renderer |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|