Thanks for all of your suggestions. But in the end i found this and its briliant.
http://www.labnol.org/software/best-scr ... ool/17855/
downside is that its a microsoft program that requires silverlight,framework 4. But if you got those and xp, vista, 7 installed then its really nice to use and the free version has plenty of features. Only restrictions are wmv only and max 10 mins.
After using that your stuck with wmv files. Im not sure if youtube accepts them. But anyway from here its easy to convert to avi or flv. In the example below i have used. "Hamster free video converter" google it. Its fast and well yes free.
From there you can upload to youtube. Add this xhtml valid embedded to your site.
http://blog.miranda.or.at/site/embeddin ... pliant-way
Or use fowplayer if you wanna stay private. But in case you do, you need winFF to convert the avi file to mp4 (or just use the full version of the microsoft program that can convert into mp4) But remember, there is no searching the video with fowplayer.
Fowplayer example code included here, made it xhtml valid. org wasnt.
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>XHTML-document</title>
</head>
<body>
<script type="text/javascript" src="http://static.flowplayer.org/js/flowplayer-3.2.4.min.js"></script>
<!-- player container-->
<p>
<a
href="test.mp4"
style="display:block;width:568px;height:425px;"
id="player">
</a>
</p>
<script type="text/javascript">
$f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf", {
// this will enable pseudostreaming support
plugins: {
pseudo: { url: 'flowplayer.pseudostreaming-3.2.5.swf' }
},
// clip properties
clip: {
// these two configuration variables does the trick
autoBuffering: true,
autoPlay: false,
// make this clip use pseudostreaming plugin with "provider" property
provider: 'pseudo',
// all videos under this baseUrl support pseudostreaming on the server side
url: 'test.mp4'
}
});
</script>
</body>
</html>
Example of avi file uploaded to youtube. 25fs, 1000kps. 720hp. 192kps sound.(Please switch to hd otherwise it looks bad, nothing to do with the programs or youtube. But the low screen res i recorded in 1024x768) phpBB examples that at around 4 mins, before that its zapp branigans guide to making love at women.
http://www.youtube.com/watch?v=P15zqSpQ0_4
Good luck with your screencastin.