problem with avs files in premiere
- Platinum_Anime_Production
- Joined: Sun Jan 18, 2004 5:26 am
- Location: Townsville, Queensland, Australia
- Contact:
problem with avs files in premiere
Sorry, another post from me to a similar topic, I have gotten everything right with my AVS file settings except that when I open them in Premiere 6.0, they play but is black, no picture, I heard that it's suppost to preview at the sdame size of the original file aspect ratio, but that is way to huge for previewing (something around 700 and 500) so I'm wondering how I can get a prevew in premiere so I can start making my videos! Help would be greatly appreciated!
- Jonathan02us
- Joined: Wed Oct 01, 2003 8:14 pm
- Location: Southern California
- Contact:
Ok, i just figured this out a couple of hours ago while i was looking for something on the threads. Add this line to ur avisynth script and it should get rid of the black/green clips ... here is a sample of my script, add the bolded one ...
Loadplugin("C:\Documents and Settings\Owner\ ...\MPEG2Dec3.dll")
Loadplugin("C:\Documents and Settings\Owner\...\Decomb510.dll")
SetMemoryMax(10) -----> This one
MPEG2Source("C:\Documents and Settings\Owner\...\Cliptest.d2v")
Trim(0,100)
Telecide(0)
Decimate(5)
AssumeFPS(24)
BicubicResize(740,480)
ConvertToRGB32()
I hope this helps ...
Loadplugin("C:\Documents and Settings\Owner\ ...\MPEG2Dec3.dll")
Loadplugin("C:\Documents and Settings\Owner\...\Decomb510.dll")
SetMemoryMax(10) -----> This one
MPEG2Source("C:\Documents and Settings\Owner\...\Cliptest.d2v")
Trim(0,100)
Telecide(0)
Decimate(5)
AssumeFPS(24)
BicubicResize(740,480)
ConvertToRGB32()
I hope this helps ...
..... >>>>>