Hey all,
Trying to do a skit for an upcoming event and I want to do some "interviews" with people with their mouth cut out. I'd like to do it real-time (not pre-recorded, then edited afterwards), like Conan does:
http://www.youtube.com/watch?v=py7haZKDOPA
Any thoughts on what kind of software I could use for that? There are some webcam programs that kind of come close, but they won't let me do full-screen. I have Premiere CS5 and After Effects.
Thanks in advance!!!
+ Reply to Thread
Results 1 to 16 of 16
-
-
Easy.
Watch this tutorial video: Conan O'Brian 'Lips' Video Editing Tutorial for Premiere
It's not hard.Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
That's the right general idea, but I want to do it real-time, not recorded, then copied over. We want to be able to do it in a live interview setting, so Premiere doesn't seem to fit the bill for that.
-
You'll have to have an expensive online video editing setup like a broadcaster does.
There's no way to do it live with software.
It's either how I suggested, or not at all.Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
--
"a lot of people are better dead" - prisoner KSC2-303 -
Looking at the Youtube clip it's pretty clear it is live. He'd have to be very, very good to keep his replies so perfectly in sync with a recording.
The effect is pretty trivial. The face background is static, masking in the mouth from a live feed.
No idea what software/hardware they use for this though. Probably related to he green screening they use for weather segments, etc. -
-
I have no idea what point you think you are making.
But to clarify my post: it looks live, as in the guy doing the mouthing is actually speaking live to Conan.
And technically, it looks no harder than effects used in (live) news broadcasts. And less convincing; though it's probably deliberately amateurish.
And of course it was scripted; but parts at least looked ad lib.
It could have been recorded; that would actually have been harder and taken much longer. -
Yeah, and The terminator movies are also "live"!!
And so is Tosh.0!!!
LOL!!!
There is a difference between being broadcast live and being recorded live....
Recorded live can still be staged and edited.....
In fact it was done with a Ross Video Vision 4 Switcher to be exact -
You also have to make the mouth move in sync with the audio.
Someone did this kind of thing (fairly crudely) with Avisynth a couple of years ago:
http://forum.doom9.org/showthread.php?t=141993 -
-
Ross Video Vision 4 Switcher
Online/linear editing suites, hardware.
Not software.
I do, however, think some of those were pre-records -- at least years ago when I watched.
I've not watched Conan in a long, long time.Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
I was able to put together an AviSynth script that takes live video from a webcam and overlays it onto a picture of a face with an alpha mask over the mask.
vid=DirectShowSource("cap.grf", audio=false, fps=30, seek=false, framecount=100000).ConvertToYV12()
pic=ImageSource("conan.png", fps=30, start=0, end=100000).ConvertToYV12()
mask=ImageSource("mask.png", fps=30, start=0, end=100000).ConvertToYV12()
Overlay(pic, vid, 150, 208, mask)
The lighting was bad (my office) and I'm much scruffier than Conan, but here's a screen cap from the live video:
Obviously, for this to work the speaker has to stay in exactly the right spot.
Similar Threads
-
equipment for video interviews...need recommendations
By friedtomato in forum Newbie / General discussionsReplies: 2Last Post: 1st Oct 2009, 14:53 -
Re Post: Trying to make 1311 mouth clips look better
By BobAchgill in forum RestorationReplies: 3Last Post: 10th Jul 2009, 18:38 -
Video editing police interviews
By hddvdrebel in forum EditingReplies: 10Last Post: 23rd May 2009, 14:17 -
Camcorder for Interviews Shown on Web
By davidjt in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 9th May 2009, 18:58