View Single Post
Old 23rd May 2019, 18:56   #56322  |  Link
anipeg
Registered User
 
Join Date: May 2019
Posts: 1
Does madvr can separate the image scaling and rendering?

When use madvr with BlueskyFRC, it consume too much resource because madvr need upscale image to 4K in 60fps.
LAV decode(2K 24fps) -> BFRC(2K 24fps to 2K 60fps) -> madvr(2K 60fps to 4K 60fps) -> display

If separate the scaling and rendering, it should save 50% GPU resource because madvr only do image upscale in 24fps, not 60fps.
LAV decode(2K 24fps) -> madvr scaler(2K 24fps to 4K 24fps) -> BFRC(4K 24fps to 4K 60fps) -> madvr render(4K 60fps) -> display
anipeg is offline   Reply With Quote