无法在 Cheese 上拍摄视频

无法在 Cheese 上拍摄视频
$ sudo cheese
[sudo] password for ilirian: 
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory

(cheese:20899): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object != NULL' failed

(cheese:20899): cheese-WARNING **: Filter caps do not completely specify the output format: gstcapsfilter.c(348): gst_capsfilter_prepare_buf (): /GstCameraBin:camerabin/GstCapsFilter:videobin-capsfilter:
Output caps are unfixed: video/x-raw, width=(int)640, height=(int)480, format=(string)I420, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, framerate=(fraction)[ 0/1, 30/1 ]

我可以拍照,但不能录像。我安装了 GTKUVC 视频查看器,该程序一切正常,所以我尝试重新安装 Cheese,但问题没有解决。

尝试使用 Cheese 录制视频时,它会.webm在输出文件夹 ( ~/Videos/Webcam) 中创建空文件。我按下按钮后就会出现问题Record a Video

截图:

在此处输入图片描述

在此处输入图片描述

答案1

测试一下:

打开终端,

Ctrl++AltT

然后运行:

sudo -i
apt-get update
apt-get remove --purge libpam-smbpass
pam-auth-update
apt-get install gstreamer0.10-ffmpeg
apt-get autoremove
apt-get clean

相关内容