Not the main source of information, or where you might go for a quick answer but videos can have their place.
Videos can work as ice breakers into new technology.
When joining a long running project after the main developer had left I was told that the documentation was in screencasts. My first reaction was to think that all the information is trapped in video. But watching the main dev talk through the UML diagram bouncing back and forth between the code I saw the relationship between the classes a lot quicker then stepping through the code myself. It provided the intent type information missing from the in-line comments.
Videos can help you understand the thought processes of other developers.
One common theme I see on SO is people recommending improving your development skills by working with others. Watching developers solve problems when building software on video can be nearly as good. Especially if you have a small team or just want to see a different approach.
You can see this in the tutorials on
dnrtv or
Channel 9.
Or watching the full development lifecycle on series such as http://www.asp.net/learn/mvc-videos/#MVCStorefrontStarterKit.