Screen capture not recording video

Hi,
I am trying to capture video recording of 3D segmentation. However, after clicking capture, it runs but the recording is empty. I am getting an error.

I am pasting a screenshot of my settings and error.


Thanks,
Sarv

Hi Sarv - can you look in the error log? There should be more diagnostic info from ffmpeg.

Hi Steve,
This is the error log I got.

The error is “height not divisible by 2”. This is supposed to be taken care of by the module, but it seems that the mechanism is broken. We’ll fix this soon.

Until then, as a workaround, you can adjust the vertical size of the window and retry. After a few attempts, you should end up having a window height that is divisible by 2.

Thanks Andras, Changing the window height was able to fix it.

Thanks

I did some poking at this and from what I can see, the vtkImageClip() call isn’t doing anything. I look at the image dimensions before and after the clip operation and it’s the same. Also, if the minX and maxX are 0 and 980, respectively, does this mean the width is 980, or 981? (i.e., do you include the last pixel)?

This means that the image size is 981, which cannot be encoded by many video codecs.

vtkImageClip should take care of this (clip the last row/column if the value is odd), but it seems to be broken due to recent update to the module. It would be great if you could have a look (file history should show how it worked before) and submit a pull request with a proposed fix.

OK, I’ll see what changes have been made recently. Thanks for the info!

1 Like

This is exceedingly hard to reproduce on a Retina display. I seem to be only able to reproduce it when I use an external monitor. Not that this has anything to do with the issue in particular, but it’s interesting nonetheless. I’ve retrieved the version from a few checkins back and I’m checking diffs to see what change caused the issue. I’ll update again when I’m able to repro and fix it.

1 Like