Apologies if this question has been asked before on the forum, but before I can search the forums, I need to know the correct terminology for what I'm looking for.
What I want do is create a MPEG file which has two movie streams on the screen at the same time in a split screen format. Effectively I want to display a movie from 5 years ago at the same time as one made now to show how things have changed.
The first and biggest problem I have is I don't know the technical terms associated with technique, and secondly which products to look at.
Please can someone advise on where to look.
Thanks
+ Reply to Thread
Results 1 to 9 of 9
-
-
Could be done with Avisynth and the StackVertical/StackHorizontal filter
/Mats -
Originally Posted by mats.hogberg
LoadPlugin("C:\Video Programs\AviSynth 2.5\plugins\MPEGDecoder.dll")
vid1 = mpegsource("g:\j1.mpg")
vid2 = mpegsource("g:\j2.mpg")
StackHorizontal(vid1,vid2)"Art is making something out of nothing and selling it." - Frank Zappa -
Thanks for this, I started looking at the AVISynth and there appears to be a suite of applications to go with it. So far I found
AVSeditor
Virtualdub
AVSfilmcutter
Is there anything else I should investigate?
Secondly, the adaptec system I'm using to capture my old hi8 tapes only saves in Mpeg, which tool would you recommend to convert these files to avi ?
Thanks -
Virtualdub can read your avs script and output avis in whatever codec you have.
I recommend avsedit until you get used to scripting. Easy to use, with a great help file (basically the avisynth manual in a box)Read my blog here.
-
It was only quick play last night so maybe I did something wrong but I got the impression this suite of programmes only told avis as input hence my problem.
Is that correct? -
avisynth will load pretty much any type of video. It is a scripted frameserver with no GUI interface at all
avsedit is an editing environment for avisynth scripts. It does no read videos or play them, except as a preview through the scripts you write
virtualdub comes in a number of flavours. The most versatile would be virtualdubmpeg2, which can read pretty much any avi you have vfw codecs for.
All that said, I'm not exactly sure what your problem isRead my blog here.
-
Thanks. I will have a proper play over the next couple of days and probably sort out my initial problems, which are probably just user error.
-
Similar Threads
-
Found Two Meteorites
By budwzr in forum Off topicReplies: 11Last Post: 22nd Feb 2012, 09:34 -
I think I have found the best spray!!
By RickTheRed in forum MediaReplies: 113Last Post: 22nd Aug 2011, 00:54 -
FOUND files ??? need a little help, please
By blinky88 in forum ComputerReplies: 6Last Post: 22nd Jul 2011, 12:50 -
Still haven't found a DVD ripper that can...
By tahoma in forum Newbie / General discussionsReplies: 4Last Post: 10th Sep 2008, 07:34 -
Found pulldownbatchFE
By Krelmaneck in forum Newbie / General discussionsReplies: 4Last Post: 25th Sep 2007, 14:17