i have 2 rmvb files. i need a way for it to convert to dvd, ive tried winavi but it doesnt convert/join 2 files together. anyone know how to convert 2 files into a dvd?
+ Reply to Thread
Results 1 to 22 of 22
-
-
DirectShowSource("path\movie1.rmvb", #fps)++DirectShowSource("path\movie2.rmvb", #fps)
You must set the path in the file names and the actual framerate (25.000 fps for example)
Hope this works. -
Should work, although rmvb files can be VBR. But then if I recall someone did a new directshowsource plugin to better handle VFR input.
You can join with the editor that comes with helix producer. There is also a GUI for it called I believe R.E.V.E. -
You don't. There is no executable. I would suggest that you read the docs that come with it or check out the site.
-
Oops, heh, well. You instal the programm and upon instalation select Associate the scripts with Notepad. Then you open Notepad and type
DirectShowSource.... and so on (you can also copy the lines from the post and paste it in notepad). Do not forget to type the correct paths and names of your files. When ready save as somename.avs -> the extension shows that it is avisynth script. Open it in VDub (or VDubMod -> this is what I am using) and hopla -> you look at the your video.
You can try to open this script also in winavi - well I am not sure it will take avs, never tried to work with winavi.
Now look at some guides how to get this to mpeg2 for DVD. -
DirectShowSource("F:\Program Files\BitComet\Downloads\ocean\oceans twelve -1.rmvb", 23.976 fps)++DirectShowSource("F:\Program Files\BitComet\Downloads\ocean\oceans twelve -2.rmvb", 23.976 fps)
thats what it gave me when i put that. is there anything wrong -
You should not break the line - type as one line. Or maybe use:
vid1=DirectShowSource("bla-bla1.rmvb",fps)
vid2=DirectShowSource("bla-bla2.rmvb",fps)
vid1++vid2
The movie is good. It is worth to buy the DVD. -
Try DirectShowSource("F:\Program Files\BitComet\Downloads\ocean\oceans twelve -1.rmvb", fps=23.976)++DirectShowSource("F:\Program Files\BitComet\Downloads\ocean\oceans twelve -2.rmvb", fps=23.976)
-
abond ive tried putting the spaces together it didnt work, but i dont know what you mean by yor second way with the vid1++vid2.
celtic_druid, it doesnt work. -
These are three separate lines. You assign the first file to vid1(first line), the second to vid2(second line) and join them together (third line of the script). The result should be as the first script hopefully without the error. Simply it is easier to type - no looong lines.
Ha, wait, it should be
DirectShowSource("bla-bla.rmvb", 23.976)
without fps typed. -
i dont get what that means.
abond, do u have aim or msn so we can talk about it there. its faster. thanks for your help -
Sorry to butt in here, but there is another way around it, without AVISynth. And I'm not so sure that you can open rmvb through DS filter, although I never tried
Find a RM to AVI converter, such as TINRA or RCFRealConverter, convert RM to AVI in a lossless codec, such as HuffYUV, then you can process it from there. As simple as that.
Hope it helps.... -
I use Easy RealMedia Editor to join rmvb files.
Now you have one rmvb file.
1. Install Gabest RealMedia Splitter.
2. Decode RealAudio by GraphEdit.
WMV to AVI guide by Bgpop
This is "WMV to AVI" guide, but you can decode rmvb's audio same way.
3. D&D rmvb and the wav files to TMPGEnc. -
Ok three simple steps.
1. Delete the .RMVB files.
2. Uninstall all RealNetworks software from your computer.
3. Beat yourself over the head repeating "I WILL NOT ENCOURAGE RETROGRADE SOFTWARE" over and over until the urge to reinstall it passes. -
I mean.....
Drag & Drop the first .rmvb file into Easy RealMedia Editor.
Similar Threads
-
rmvb help
By aimbdd in forum ffmpegX general discussionReplies: 4Last Post: 7th Aug 2008, 19:22 -
Help on RMVB
By JohnConstantine in forum Newbie / General discussionsReplies: 1Last Post: 20th Jan 2008, 08:30 -
RMVB
By magius in forum AudioReplies: 4Last Post: 7th Jan 2008, 09:26 -
rmvb to dvd?
By asdfprou in forum Newbie / General discussionsReplies: 8Last Post: 29th Nov 2007, 01:20 -
RMVB file???
By BigCol in forum Authoring (DVD)Replies: 1Last Post: 13th Jul 2007, 17:23