我在ubuntu中使用easycap DC60+,并使用以下命令在vlc上观看easycap视频:
vlc -vvv v4l2:///dev/video1:input=1:norm=PAL-I:width=720:height=576 --input-slave=alsa://plughw:1,0 --v4l2-standard=PAL_I我想使用命令行拍摄vlc的快照。
我在另一个终端上使用此命令,但show error和我的第一个vlc实例无法正常工作
vlc -I dummy v4l2:///dev/video0 --video-filter scene --no-audio --scene-path /home/stoppal/test --scene-prefix image_prefix --scene-format png vlc://quit --run-time=1 此错误是偶然出现的
[0x19d6aa8] dummy interface: using the dummy interface module...
libv4l2: error set_fmt gave us a different result then try_fmt!发布于 2015-03-03 13:51:31
也许你可以看看这个帮助页面
发布于 2022-02-07 18:06:07
我也有同样的问题...你不需要“虚拟的”它只是为了举例:vlc -I v4l2:///dev/video{id} --video-filter scene --no-audio --scene-path /home/stoppal/test --scene-prefix image_prefix --scene-format {format} vlc://quit --run-time=1希望现在还不算太晚!
https://stackoverflow.com/questions/27164831
复制相似问题