MathewSachin / Captura

Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
https://mathewsachin.github.io/Captura/
MIT License
9.51k stars 1.79k forks source link

Video Quality and Color Change #491

Open akcansoft opened 4 years ago

akcansoft commented 4 years ago

Firstly thanks for this program. I record the screen with 100% quality setting, but the video quality decreases and the colors change. captura Captura v8.0.0 Windows 10 TR x64 Intel i5 760 AMD Radeon HD 6870 4 GB DDR3 Ram ffmpeg version git-2020-02-11-f15007a VideoFrame

yumetodo commented 4 years ago

Color space(YUV BT.601, YUV BT.709, etc) difference between source image and Video Frame Decode image is suspicious, I think.

SadPencil commented 4 years ago

@akcansoft Set the color space to rgb24 solves this problem. YUV color space is not suitable for capturing screen. You can download a modified version of Captura v8.0.0 with only rgb24 color space is added. https://github.com/SadPencil/Captura/releases/tag/v8.0.0-mod

yumetodo commented 3 years ago

@SadPencil Do you have a plan to create PR?

SadPencil commented 3 years ago

@SadPencil Do you have a plan to create PR?

I can't. This modification only works on release-v8.0.0, not on the latest master branch.