I'm not very video savvy, so it took me a day to figure out how to configure my LifeCam Cinema to record 1280x720 with 30fps for Youtube (without the default program, since it just doesn't work with it). I thought I'd write a detailed example of how to
get this to work, based on scottieeade's reply. Maybe it will save time and prevent headache for someone - information on this topic is available online but quite scattered and hard to grasp (for me) with no experience whatsoever using something else for recording
than the dedicated software.
Working perfectly with the following setup which I'm running:
- Win 7 64-bit
- Core 2 duo 3 ghz, 4gb ram
- Microsoft LifeCam Cinema
- Removing of the driver
- Click the windows start button, and in the search field type "device manager"
- Expand the "imaging devices" category from the arrow next to it, and you should be able to see your microsoft lifecam cinema listed. Right click it, and choose uninstall. I also uninstalled the dedicated software but I don't think this makes any difference?
- Getting a program and a codec for recording
- A free software called VirtualDub is great. You can get it at http://virtualdub.sourceforge.net/ . Get a version matching your windows installation, either 32-bit (x86) or 64-bit (x64). If you don't know which version you're running, click the windows start
button, type "dxdiag" to the search field, and it will be listed in the window that opens, after "operating system".
- You will need a video codec to record. If you are doing videos for Youtube, a great one you can get is called "x264". Download the 64-bit version from here http://sourceforge.net/projects/x264vfw/files/x264vfw64/ and 32-bit version from here http://sourceforge.net/projects/x264vfw/
.
NOTE: at the time of writing this, the link at the top of the page for the 64-bit version, "looking for the latest version.." with a download link, is not actually a 64-bit version. There's a list of folders on that site, choose the most recently updated one,
and download the .exe item inside it. If you need to search for this codec online, make sure you search for a x264vfw, not just x264, to get the correct version that installs easily. Add 64 after it (x265vfw64) for the 64-bit one, and you're likely to find
the right stuff.
- Setting everything up
- The VirtualDub I got seems to work without installing, start it from the Veedub64 application icon (that's what it's called with my 64-bit version of the program). The codec is a basic exe installation. No need for any specific locations, but if the codec
is suggesting a /x86/ program files folder, you can be pretty sure you've got the 32-bit version, not the 64-bit one (if that's what you wanted).
- Open up Virtual Dub. Here are the settings you need to have in the software to capture video. I have not touched the audio settings, so if you really want to use the LifeCam for recording sound, you can try searching on Youtube with "virtualdub 720p recording"
for some helpful videos. What is not mentioned here, is simply left at the default value.
When you first open up VirtualDub, you will be in the normal mode, where you need to make the following changes to the settings:
Under "video":
- Frame Rate --> Tick change frame rate to (fps) and give it a value of 30.0000, also tick Convert to fps below under frame rate conversion, insert the value 30.0000
- Color Depth --> Output format to compress/display to "same as decompression format"
- Compression --> choose x264vfw from the list -> click configure -> tick virtualdub hack
Now you can enter the video capture mode by going to File --> Capture AVI.
In the video capture mode, you need to make the following changes to the settings:
Under "device":
- 1 Microsoft LifeCam Cinema (DirectShow)
Under "video":
- Select overlay, if not selected already
- Capture pin --> Frame Rate: 30.000, Color Space / Compression: MJPG, Output Size: 1280 x 720
- Capture Filter --> Take the tick off from *every* box, also on the Camera Control tab.. If you have the option do disable the "True Color" here, do it. Leave these settings alone, because they tend to mess up with the fps.
- Levels --> Here you can adjust brightness, contrast, saturation, sharpness, white balance and BL compensation. These can be adjusted safely without fps changes.
- Set Custom Format --> Tick use custom size, enter 1280 x 720, pick Data Format MJPG
And that is it. You should be able to see 30-31fps ticking in the third little box from the left, at the bottom right corner of the VirtualDub window :) To capture video, go to File --> Set capture file, and save it somewhere where you have plenty of space
for the video. Now you can start capturing by going to the Capture menu, and choosing Capture video.
I hope this will help someone, simplifying the process like this.