A Home Video forum. Digital Video Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Digital Video Banter forum » Digital Video Newsgroups » UK Digital Video
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

UK Digital Video (uk.rec.video.digital) For the discussion of all aspects of digital video, including all digital video formats, camera use, editing, post production & all associated equipment, hardware and software. Advertising is prohibited.

Newbie :- Wanting to put two video images on top of each other.



 
 
Thread Tools Display Modes
  #1  
Old August 25th 07, 11:51 AM posted to uk.rec.video.digital
Dave T
external usenet poster
 
Posts: 1
Default Newbie :- Wanting to put two video images on top of each other.

Newbie :- Wanting to put two video images on top of each other.

I'm interested in making some videos , basically i have two mpeg videos and
i would like to be able to put one top of the other , but i'm unsure of what
software i should be using , i'd be happy to use freeware software on a look
cost software package , http://www.pinnaclesys.com version 11 seems to be a
well priced piece of software , but will it enable me to do this task and
much more? any info or links would be welcomed.



  #2  
Old August 25th 07, 12:30 PM posted to uk.rec.video.digital
G Hardy
external usenet poster
 
Posts: 545
Default Newbie :- Wanting to put two video images on top of each other.

"Dave T" NoSpam@NoSpam. wrote in message
. ..
Newbie :- Wanting to put two video images on top of each other.

I'm interested in making some videos , basically i have two mpeg videos
and i would like to be able to put one top of the other , but i'm unsure
of what software i should be using , i'd be happy to use freeware software
on a look cost software package , http://www.pinnaclesys.com version 11
seems to be a well priced piece of software , but will it enable me to do
this task and much more? any info or links would be welcomed.


Ulead's VideoStudio does what you need, too. I think most non-free video
applications do.

The thing to do is visit the user support forums for each application in
particular and see which has the most helpful responses, and the least
amount of infighting.

  #3  
Old August 31st 07, 11:57 PM posted to uk.rec.video.digital
Jukka Aho
external usenet poster
 
Posts: 163
Default Newbie :- Wanting to put two video images on top of each other.

Dave T wrote:

Newbie :- Wanting to put two video images on top of each other.

I'm interested in making some videos , basically i have two mpeg
videos and i would like to be able to put one top of the other , but
i'm unsure of what software i should be using , i'd be happy to use
freeware software on a look cost software package ,


You can do that with a simple AviSynth script - something like this:

vid_top = DirectShowSource("top-video.mpg")
vid_bot = DirectShowSource("bot-video.mpg")
StackVertical(vid_top, vid_bot)

That assumes that you have a DirectShow MPEG-2 codec installed.

You can find more information about AviSynth (and a download link) he

http://avisynth.org/

Download VirtualDub as well, since that's a good tool for viewing what
your AviSynth scripts churn out, and perhaps for saving the end result
as an AVI:

http://www.virtualdub.org/

You could also feed the .avs script as a source to an MPEG encoder, such
as TMPGEnc.

--
znark

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Content Relevant URLs by vBSEO 2.4.0
Copyright ©2004-2012 Digital Video Banter.
The comments are property of their posters.