I have multiple parts of a movie and i would like to put all those parts of a movie into one single movie. How can I do that?
+ Reply to Thread
Results 1 to 5 of 5
-
-
I think you'll get more answers with more info.
What format are they???...what format do you want to save as???
If mpeg...I use Womble MPEG Video Wizard DVD.The Devil`s always.....in the Details! -
If AVi files, Get Avisynth, and make a simple Avisynth script like:
AVISource("at-06.avi") ++\
AVISource("at-07.avi") ++\
AVISource("at-08.avi") ++\
AVISource("at-09.avi") ++\
AVISource("at-10.avi")
Which joins the 5 named files. Or use VirtualDUBmod to do it ineractively. -
Originally Posted by AlanHK
-
Originally Posted by fry8
The commands used are just
AVISource= read the file
++ join (\ continue on the next line, ignore the line break, makes long commands more readable)
Each file needs to be the same frame size and fps. If not, then you have to add filters to convert each.
Similar Threads
-
choice: burn to single BD, or multiple movies in 264?
By jlm86 in forum Blu-ray RippingReplies: 15Last Post: 20th Feb 2011, 20:14 -
How to put a lot of movies into single DVD
By TheEmperor in forum Authoring (DVD)Replies: 9Last Post: 19th Sep 2009, 11:48 -
SubtitleCreator - How to put in a delay for parts of the subtitle
By gustav32 in forum SubtitleReplies: 3Last Post: 19th Jun 2009, 12:51 -
Cutting WMV into multiple parts
By craigy27 in forum EditingReplies: 3Last Post: 4th Jul 2008, 04:45 -
Program to manually split multiple parts of same avi?
By majax79 in forum EditingReplies: 5Last Post: 22nd Dec 2007, 10:49