Bug Report Mission Control sometimes messes up the cropping of Window Capture sources

jpnance

New Member
After a couple of invocations of Mission Control, my Window Capture source isn't recropped properly. Here's a link to a video showing what happens: https://www.youtube.com/watch?v=-mxTvybLX04 . The video begins with the source cropped correctly. I then invoke Mission Control and return from it once with no issue. When I try again, the video is mis-cropped. Specifically, when I make Mario wake up at the end of the video, that's when I've noticed a problem. The right and bottom sides of the window are cut off a bit from where they were initially. I've noticed this effect to varying degrees with other trials but I haven't found a consistent way to reproduce it (though it doesn't take many trials for it to manifest).

Here's that source's JSON data:

Code:
{
  "enabled": true,
  "flags": 0,
  "id": "window_capture",
  "mixers": 0,
  "muted": false,
  "name": "Game Video (New)",
  "settings": {
  "owner_name": "VideoGlide Capture",
  "window": 849,
  "window_name": "Empia"
  },
  "sync": 0,
  "volume": 1.0
}

Here's that source's configuration within the scene:

Code:
{ 
  "align": 5,
  "bounds": { 
    "x": 1.0,
    "y" :1.0
  },
  "bounds_align": 0,
  "bounds_type": 0,
  "name": "Game Video (New)",
  "pos": { 
    "x": -41.0,
    "y": -82.0
  },
  "rot": 0.0,
  "scale": { 
    "x": 2.3921875953674316,
    "y": 2.392430305480957
  },
  "visible":true
}
 
Top