Hi guys,
I have two video files that are in RM (real media) format, and I am hoping to combine these two into one video file. Can you guys recommend a simple/free (if available) program that would conjoin separate files into one?
Thanks for your help in advance!![]()
+ Reply to Thread
Results 1 to 5 of 5
-
-
DirectShowSource("clip1.rm", fps=23.976, convertfps=true) + DirectShowSource("clip2.rm", fps=23.976, convertfps=true)
If they are similar in resolution, otherwise :
DirectShowSource("clip1.rm", fps=23.976, convertfps=true).Lanczos4Resize(max height,max width) + DirectShowSource("clip2.rm", fps=23.976, convertfps=true).Lanczos4Resize(max height,max width)
max height and width are the max height and width of both clips -
Thanks for replying, Delta2, but is DirectShowSource a program that I need to use to do that?
I am sorry, I suck at computer language. If you don't mind explaining in a little easier terms, I would truly appreciate that. Like, where do I enter those values?
Thank you. -
It's for avisynth. You install avisynth, type that text in a file using notepad, saving as video.avs, open it in a video editor like virtualdub, save as a new avi.
Or do you want to join to one realmedia file? Then give up. -
Originally Posted by Baldrick
And if it's alright to ask, do I go through the same process if I want to put two .VOB files together? Or do I just drop all the .VOB files into a Video_TS folder, and when I burn it on to a DVD it will have all files together?
Thanks for helping me you guys!
Similar Threads
-
combining two .sub and .avi files into one
By agassi in forum Video ConversionReplies: 1Last Post: 8th Jul 2010, 15:59 -
Combining MP4 files
By Shaba1 in forum Newbie / General discussionsReplies: 3Last Post: 27th Jul 2009, 17:46 -
Combining two SRT files?
By bizzybody in forum SubtitleReplies: 6Last Post: 3rd May 2009, 23:34 -
Combining Sony mpeg2 files with m2ts files
By hsid in forum EditingReplies: 8Last Post: 2nd Mar 2008, 20:51 -
combining two files.
By cowboysroy31 in forum Newbie / General discussionsReplies: 4Last Post: 18th Jun 2007, 15:03