View Full Version : Madvr profile
krille
24th June 2015, 11:53
How do I set up a profile in madvr for deinterlacing? I mean, I want a profile like IF deinterlacing is on I want to use different a upscaling algorithem that I use when it is not on.
vivan
24th June 2015, 12:40
Check the guide http://forum.doom9.org/showpost.php?p=1271417&postcount=3
There's srcInterlaced that tells if source is interlaced. Also if you want to use faster processing because of higher framerate you can use deintFps.
krille
24th June 2015, 20:44
Whats wrong with this profile? Madvr always pick the "576p" profile no matter if deinterlacing is on or not.
else if (srcWidth <= 720) "576p"
else if (srcWidth <= 720) and (deintFps < 31) "Deinterlacing"
Shiandow
24th June 2015, 21:08
It's doing exactly what you told it to. When the second condition is true the first condition is also true so it always picks the first option. You should probably switch those lines around.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.