Upload Unity animation to youtube

Is it possible to record gameplay in unity and create a video of this so it can be uploaded to YouTube?

I do not want the person playing the game to have to have any special tools I just want a button click to save the last play as a video.

If anyone can let me know if this is possible it would be greatly appreciated.

Thank you,

Jason

I was going to write about the two ways to do this, but someone beat me to it. See: http://answers.unity3d.com/questions/17246/can-i-tell-unity-to-record-a-video

More discussion, with similar conclusions, here: http://answers.unity3d.com/questions/7281/creating-a-video-from-unity

Summary: you need to either store each frame as a screenshot, then make a movie from the individual pictures, or you need to use a video capture product to do all the dirty work for you.

I'm not sure about being able to auto load the video to Youtube, but I know you can play .mov files as textures. Maybe have your video play as a texture instead of uploading to Youtube? Sorry I can't be of more help.

Shawn