is there anyway to us .rm files in premeire
-
- Joined: Sat Aug 07, 2004 12:59 am
is there anyway to us .rm files in premeire
preferably without using a converter to take it back to a different format
- Sir_Lagsalot
- Joined: Mon Jun 23, 2003 6:42 pm
Yes: download Real Alternative (google for it), and the avs plugin for premeire. Then just make an avs script for the rm like this:
DirectShowSource("C:\foo.rm")
Then just open the avs file in premeire.
DirectShowSource("C:\foo.rm")
Then just open the avs file in premeire.
Lagarith: Best lossless codec ever in my completely objective opinion.
- NeoQuixotic
- Master Procrastinator
- Joined: Tue May 01, 2001 7:30 pm
- Status: Lurking in the Ether
- Location: Minnesota
- Contact:
I think you also have to put the framerate of the .rm file in the script.
DirectShowSource("C:\foo.rm",29.97)
I believe thats all, but when I don't put a framerate, avisynth gives an error to use the framerate command. Make sure you get the framerate exactly for each clip you try to import. Also, the audio tends to get out of sync, but for amvs thats not important.
But you shouldn't use .rm files, go buy the DVDs if you're using them for amvs. Just a thought.
DirectShowSource("C:\foo.rm",29.97)
I believe thats all, but when I don't put a framerate, avisynth gives an error to use the framerate command. Make sure you get the framerate exactly for each clip you try to import. Also, the audio tends to get out of sync, but for amvs thats not important.
But you shouldn't use .rm files, go buy the DVDs if you're using them for amvs. Just a thought.