1 (edited by aeneas1 02-01-2020 12:36:49)

Topic: How Many Profiles Can I Use At Once?

i've set up the following profiles, name  / action:

1. 1080p = applies all of my svp settings as long as the video isn't hdr - my madvr settings are also applied.
2. hdr = does not apply any of my svp settings if the video is hdr , "do frame rate conversion" is turned off, red stop icon activated - only my madvr settings are applied.

works like a charm!

what i want to now do is set up a third profile for non-hdr videos with a frame width of over 3800 and have it do the same thing as #2 above, i.e have "do frame rate conversion" turned off and have the red stop icon activated.

but i can't seem to get it to work? whatever i try defaults to my 1080p profile (#1 above).

any thoughts? thanks!

Re: How Many Profiles Can I Use At Once?

> How Many Profiles Can I Use At Once?

no limits

> any thoughts?

no thoughts w/o the profiles and logs...

> do the same thing as #2 above

you can set conditions for the 2nd profile like this: ("hdr") OR ("not hdr" + "width>3800")

Re: How Many Profiles Can I Use At Once?

yes, tried the "or" and still no love... here are my 3 profiles, does everything right?

https://i.postimg.cc/QtHpLmLg/01.jpg

Re: How Many Profiles Can I Use At Once?

nope because every >= 2200 px video matches two profiles
and "is hdr" condition has more weight than "frame width"

Re: How Many Profiles Can I Use At Once?

so what settings would you recommend if i want svp to work only with  1080p and lower non-hdr videos? thanks you very much!

Re: How Many Profiles Can I Use At Once?

1st profile w/o conditions
2nd profile with "width >=2200" OR "is hdr"

Re: How Many Profiles Can I Use At Once?

excellent chainik, worked straight away, thanks very much!

have another question for you, do you happen to know what the flag vaules in the plex log files mean, for example (flags = 4)? i'm using svp with plex and per the svp instructions added code for svp to the mpv.conf file, i also added a few other lines of code to the mpv.conf file:


[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Applying profile 'default'...
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'input-ipc-server' = 'mpvpipe' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'hr-seek-framedrop' = 'no' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'profile' = 'gpu-hq' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Applying profile 'gpu-hq'...
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'scale' = 'spline36' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'cscale' = 'spline36' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'dscale' = 'mitchell' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'dither-depth' = 'auto' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'correct-downscaling' = 'yes' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'linear-downscaling' = 'yes' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'sigmoid-upscaling' = 'yes' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'deband' = 'yes' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'gpu-api' = 'vulkan' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'hwdec' = 'auto-copy' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'hwdec-codecs' = 'all' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'deband-iterations' = '2' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'deband-grain' = '0' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'brightness' = '8' (flags = 4)
[ DEBUG ] PlayerComponent.cpp @ 594 - cplayer: Setting option 'contrast' = '5' (flags = 4)