You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make a profile that will activate when a luma prescaler is active? I would like to use linear-downscaling=yes for general downscaling, but use linear-downscaling=no with luma prescalers in cases such as when doubling 720p video on a 1080p monitor.
I've tried making a profile when fullscreen mode is active:
[downscaling]
profile-cond=height < 1080 and fullscreen
profile-restore=copy
linear-downscaling=no
That seems to work when in fullscreen; however, I use autofit=960x540 and often watch videos in windowed mode. For low resolutions like 360p, the prescaler will activate and result in needing to downscale so I would like to have a profile that will work in fullscreen or windowed mode.
Is there a generic condition like profile-cond=luma_resolution > output_resolution, or would I need to combine conditions and do something like profile-cond=(height < 1080 and fullscreen) or (height < 540 and not fullscreen)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to make a profile that will activate when a luma prescaler is active? I would like to use
linear-downscaling=yes
for general downscaling, but uselinear-downscaling=no
with luma prescalers in cases such as when doubling 720p video on a 1080p monitor.I've tried making a profile when fullscreen mode is active:
That seems to work when in fullscreen; however, I use
autofit=960x540
and often watch videos in windowed mode. For low resolutions like 360p, the prescaler will activate and result in needing to downscale so I would like to have a profile that will work in fullscreen or windowed mode.Is there a generic condition like
profile-cond=luma_resolution > output_resolution
, or would I need to combine conditions and do something likeprofile-cond=(height < 1080 and fullscreen) or (height < 540 and not fullscreen)
?Beta Was this translation helpful? Give feedback.
All reactions