Hey everbody,
I need to do a demo video of an application for a college work. I'll be capturing the video with two sony digital photo cams (quality is not an issue, and these are enough for what I need).
What I need to do is to videotape a user while he's using my application from two angles and then do something like this:
or maybe
Also, I'll need to do this with many small videos, and then join all of them in a big video with transitions between all of them (the transition will have a text explaining what's coming next).
Can anyone suggest me a program that will do this for me and/or a guide to do it please?
Thanks in advance,
Paulo
+ Reply to Thread
Results 1 to 13 of 13
-
-
Originally Posted by prl
For what you want to do, you'll either get away with freeware or something inexpensive. Although I've never used these, their descriptions suggest they'll do what you need to do and they're free:
Avid Free DV : Online tutorials and also has a title feature - useful for the text in between clips.
AviTricks
Originally Posted by prl
* Video timeline
* Layers
* Cropping and resizing
* In and Out points
To achieve the first description - the "picture in picture" look:
* Place the "Main Video" on the lowest video timeline - this will be your first layer.
* Place the "Secondary Video" on the next video timeline up - this will be your second layer. Obviously, you'll need to set the In and Out points and position this second layer on the timeline so it plays when you want it to.
* Either crop or resize the "Secondary Video" as required.
To achieve the second description - the pictures side by side:
* Place the "Main Video" on the lowest video timeline - this will be your first layer.
* Either crop or resize (as required) this first layer so that the video is half the width of the screen.
* Adjust the position of the image so it's where you want it.
Repeat the above for the "Secondary Video" having placed it as the second layer.
Even with freeware, NLE video editing is straight forward only once you've learnt the tool and basic concepts. A good place to get to grips with the basics is: www.wrigleyvideo.com/videotutorial - look through the Premiere 6.0, 6.5 and Pro tutorials. For your project, I'd recommend:
4 Way PIP (under Premiere 6.0)
Basics of Keyframes (under Premiere 6.5)
...any others will just be because you're curious.
I know the tutorials relate to Adobe Premiere - but it's the principles, not the tool, that you're aiming to learn. These principles are common to most NLE tools.
Good luck with the project! Feel free to come back with more questions on anything you're stuck on. In the meantime, read, read and read some more... Then learn by experimenting.There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room. -
Easily done if you're the least bit handy with AviSynth. You can do the side-by-side using the StackHorizontal command, perhaps combined with cropping of the original videos. That picture-in-picture effect can be accomplished using the Layer command.
http://www.avisynth.org/Stack
http://www.avisynth.org/Layer
They can all be joined together easily enough using something like this:
A=AVISource("C\:Path\To\Video1.avi")
B=AVISource("C\:Path\To\Video2.avi")
.
.
.
A+B+C+D+E...
Audio will be handled with the AudioDub filter:
http://www.avisynth.org/AudioDub
The text transitions can be made either using BlankClip together with the Subtitle filter in AviSynth, or (better and easier) by adding them to a BlankClip using the TextSub Filter which comes in the VobSub package, after you've created subs in SRT, SSA, or other text based formats:
http://www.avisynth.org/BlankClip
http://www.avisynth.org/Subtitle
You can also insert dissolves and fades between the various clips:
http://www.avisynth.org/Dissolve
http://www.avisynth.org/Fade -
...and prl: Please use a more describing heading for your question next time - All questions here are about video (if you hadn't noticed...
)
-
Originally Posted by mats.hogberg
-
Originally Posted by prlThere is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room. -
Changed it for searching purposes. Thanks all for the help. My video turned out great
-
Originally Posted by prl
Originally Posted by prlThere is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room. -
Out of interest, and for others who may come across this thread if they're wanting to do the same thing, how did you end up doing it?
Your way, I'll bet. -
Originally Posted by manonoThere is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room. -
Originally Posted by daamon
A friend gave me a cd with Adobe Premiere and it did the work perfectly -
Once your trial with Premiere expires, to save splashing out loads on the licence I'd suggest taking a look at Avid Free DV - I've not used it, but it sounds like a good place to start with NLEs, and it's free.
Note to self: I really must try it out one day...There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room.
Similar Threads
-
Quick way to merge a Cover picture(preview picture) in a video-file
By arty1 in forum Video ConversionReplies: 0Last Post: 6th Mar 2012, 01:06 -
[Sony Vegas 9] Problem with Picture-in-Picture (Track Motion)
By BramJ in forum EditingReplies: 1Last Post: 27th Jan 2010, 04:52 -
DTS Express PiP (Picture in Picture) / BD Rebuilder question.
By rippn in forum Blu-ray RippingReplies: 4Last Post: 23rd Nov 2009, 16:41 -
Avisynth Picture in Picture Script Slows Down Video and Lacks Sound
By OpNash in forum EditingReplies: 2Last Post: 26th Nov 2008, 20:00 -
How do I capture a picture frame from a movie and make it into a picture?
By Hawkredtail in forum Capturing and VCRReplies: 7Last Post: 8th Sep 2007, 18:44