Skip to content

WemM (VP8) recording

WemM (VP8) recording To be able to record in WebM format, first install the following codecs:

WebM/VP8 DirectShow codecs They can be downloaded from: http://www.datastead.com/_download/WebM_Codecs.zip

Vorbis Audio codecs The Ogg Codecs for Windows can be downloaded here: http://xiph.org/downloads/

The sample code to start the WebM recording is the following, e.g.::

VideoGrabber.VideoDevice = VideoGrabber.VideoDeviceIndex ("Logitech HD Pro Webcam C910") (*)VideoGrabber.RecordingMethod = rm_WebM VideoGrabber.AudioRecording = true VideoGrabber.StartRecording ()

() replace by the name of the capture device; or set e.g. VideoGrabber.VideoDevice=0*