GNOME Bugzilla – Bug 740407
qtmux limits capture to 4096x4096
Last modified: 2014-11-20 11:15:11 UTC
Currently, qtmux limits the capture to 4096x4096 that means we can't encode 4k resolutions (e.g 4208x3120)
This should fix it, thanks for the bug report: commit 488d0b93cd52ac9a39e49e212701d2bbaa85fc0a Author: Tim-Philipp Müller <tim@centricular.com> Date: Thu Nov 20 10:45:07 2014 +0000 qtmux: don't limit max video resolution to 4096x4096 MAX isn't entirely correct as upper limit either, it should really be MAXUINT32, but it's unlikely to be a problem in the near future. https://bugzilla.gnome.org/show_bug.cgi?id=740407