1

Hi,

I just discover a bug on dual screen mode when I tried to record both screens in one video.
In my case video went totally distorted and colours went B/W.
In ver 0.8.26 that feature works normally.

Has anyone else faced the same issue?

2

Hmm, interesting. I'll try to reproduce.

This type of artifact is usually either because the pixel format is wrong or because the final image size is not aligned correctly to the requirement of the output format.

What's probably happening is the final image width is not a multiple of 4. What is the width of the output video at the moment? Could you try to resize the screens and see if you can find a way that it works, just to confirm this hypothesis.

3 (edited by Amus 2018-11-27 09:46:42)

I went back to 0.8.26 and dual screen record works as it should. Same files used.

Also file size are different. I used two 3,33 sec files, 0.8.26 file was 69Mb file but 0.8.27 was 95Mb.

Codec change?

4

I can reproduce Amus's problem with 0.8.27 x64, same issues encountered when merging two videos in one.
Did not matter whether originals were .avi or .mp4, did not matter whether the files where sampled at the same or at different frame rates.
Best,

- the repairman will never have seen a model quite like yours before -

5

This issue of corrupted alignment in dual save is fixed as of version 0.9.1. It was related to the total size of the composite video adding up to something not a multiple of 4 pixels, this is not always supported by the output format.