PDA

View Full Version : NL 50 vid


cheer
12-01-2007, 06:08 PM
inspired by a post in the MSNL general dis. thread I made a vid for you guys but have a problem, I want to do this anonymously. I was wondering if there is some kind of program out there (free) that I can black out sections of the video.

This is also posted in OOT but getting no love. Mods feel free to nuke if necessary.

doppelganger
12-01-2007, 06:15 PM
If nobody else responds, you might try PM'ing Fozzy. He's our resident graphics dude around here and might know how to get that done.

Goofyballer did one for us using a friend's FTP account, but I suppose that doesn't help you if you've already recorded it w/ the commentary and what not.

Thanks, I hope you can get it worked out, I enjoy watching higher stakes players whoop the micro chumps for our learning enjoyment.

Triggerle
12-01-2007, 06:33 PM
Well, this is relatively easy if you are into these kinds of things but probably too hard for someone who doesn't know much about encoding video.

Basically, what you do is this:

1. Export from camtasia as .avi with mp3 sound and 5 fps
2. Use Avisynth (http://www.avisynth.org/) and create a script like this:
<font class="small">Code:</font><hr /><pre>Video = DirectShowSource("C:\your\file\path\yourvideo.avi", fps=5)
Black = BlankClip(length=numberofframesofyourvideo, width=120, height=80, fps=5, color=$000000)
return Overlay(Video, Black, x=300, y=240, mode="blend", opacity=1).ConvertToYV12()
# size and position of the black clip ofc have to be
# correct for the position of your name
</pre><hr />
3. Use Virtualdub (http://www.virtualdub.org/) to compress the avisynth source into an xvid avi.

I can also do these things for you if you supply the file. PM for details.

Edit: You can do multiple overlays to cover up title bar and chat window as well. Just takes some experimenting with the correct x/y values to get them to the right positions.

fozzy71
12-01-2007, 06:35 PM
^^^^^^Triggerle way more smarter than Foz. /images/graemlins/tongue.gif

ICMoney
12-01-2007, 11:11 PM
You can use call out boxes (think that's what they call them) in Camtasia to block out your name.

You will also have to block out the title bar and chat.

Do you have a friend who will let you play on his account for a session?

eastern motors
12-01-2007, 11:29 PM
Just put some tape on the screen while you make the video.