Bugzilla – Bug 1220672
webcamoid does not save recorded videos
Last modified: 2024-03-07 09:06:12 UTC
A freshly installed webcamoid-9.1.1-1.4.x86_64 on yesterday's Tumbleweed starts fine, takes and saves photos, and appears to record videos - alas does not properly save them. # ll ~/Webcamoid/ total 8,2k -rw-r--r-- 1 gp gp 482 Feb 29 13:24 Video 2024-02-29 13-24-28.webm -rw-r--r-- 1 gp gp 258 Feb 29 13:28 Video 2024-02-29 13-28-02.mp4 That is, it appears/tries to save, yet saves them in a truncated manner. Maybe the following console log helps; interesting to see the first two lines about missing shared object files? QML debugging is enabled. Only use this in a safe environment. [2024-02-29 13:24:17.498, Webcamoid, 0x7f63a5a0ae40, (0)] debug: "Cannot load library /usr/lib64/avkys/libDesktopCapture_ffmpeg.so: (libjack.so.0: cannot open shared object file: No such file or directory)" [2024-02-29 13:24:17.524, Webcamoid, 0x7f63a5a0ae40, (0)] debug: "Cannot load library /usr/lib64/avkys/libMultiSrc_ffmpeg.so: (libjack.so.0: cannot open shared object file: No such file or directory)" [2024-02-29 13:24:17.735, Webcamoid, 0x7f63a5a0ae40, (0)] debug: Added component "Webcamoid" [2024-02-29 13:24:17.735, Webcamoid, 0x7f63a5a0ae40, (0)] debug: Added component "VirtualCamera" [2024-02-29 13:24:18.137, Webcamoid, 0x7f63a5a0ae40, License.qml (31)] warning: qrc:/Webcamoid/share/qml/License.qml:31:9: QML TextArea: Binding loop detected for property "implicitWidth" [2024-02-29 13:24:18.143, Webcamoid, 0x7f63a5a0ae40, License.qml (31)] warning: qrc:/Webcamoid/share/qml/License.qml:31:9: QML TextArea: Binding loop detected for property "implicitWidth" [2024-02-29 13:24:18.150, Webcamoid, 0x7f63a5a0ae40, License.qml (31)] warning: qrc:/Webcamoid/share/qml/License.qml:31:9: QML TextArea: Binding loop detected for property "implicitWidth" [2024-02-29 13:24:18.374, Webcamoid, 0x7f633ea006c0, (0)] debug: "VideoCapture: Can't set format: MJPG 640x480" I wonder whether bug #1196225 is related.