On Tuesday, January 24, 2017 9:41:23 AM CET, Patrick Matthäi wrote:
Hello JB,
I think this issue is still up to date with 16.12.1, since from
kdenlive-16.12.1/src/monitor/recmonitor.cpp:
Thanks for your message. I just tested and the issue has been fixed,
probably in 16.12.0 or even 16.08.x.
The code in recmonitor.cpp is not used anymore, it is kept as archive but
should be removed. The screengrab feature now displays a combobox allowing
to select the monitor. Relevant code is in src/monitor/recmanager.cpp, line
65 to 75.
Best regards
Jean-Baptiste Mardelle
710 if (!KdenliveSettings::grab_hide_frame()) m_captureArgs <<
QStringLiteral("-show_region") << QStringLiteral("1");
711 captureSize = QStringLiteral(":0.0");
712 if (KdenliveSettings::grab_capture_type() == 0) {
713 // Full screen capture
Could you apply the patch please?
Am 09.11.2016 um 23:33 schrieb Daniel Keast:
Package: kdenlive
Version: 0.9.10-2
Severity: normal
Dear Maintainer,
The screen grab feature has the DISPLAY location hard coded.
When I attempt to ...