Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウェブカメラからビデオを録画したい場合。次のコマンドを使用します。
mencoder tv:// -tv driver=v4l2:width=320:height=240:device=/dev/video0 -ovc lavc -o webcam.avi
しかし、2台のウェブカメラから同時に記録したい(/dev/video0と/dev/video1)。どのように?
/dev/video0
/dev/video1
ここに答えがあります:
mencoder tv:// -tv driver=v4l2:width=320:height=240:device=/dev/video0 -ovc lavc -o webcam.avi & mencoder tv:// -tv driver=v4l2:width=320:height=240:device=/dev/video1 -ovc lavc -o webcam2.avi