Bug 1220672 - webcamoid does not save recorded videos
Summary: webcamoid does not save recorded videos
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: X11 Applications (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Luigi Baldoni
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-29 12:34 UTC by Gerald Pfeifer
Modified: 2024-03-07 09:06 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Pfeifer 2024-02-29 12:34:45 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.