Hey u guys, im having a little problem when i export my file from premeire. Here is my problem in greater detail...
After i followed the guide on exchanging the .avi clips with the .avs clips, so that i can get better quality clips. I exported them as an .avi, then when i click to view them on media player, i get black clips. Does anyone kno how to fix this. I used the huffy codec. Thanks
Exporting Problem
- Jonathan02us
- Joined: Wed Oct 01, 2003 8:14 pm
- Location: Southern California
- Contact:
- Jonathan02us
- Joined: Wed Oct 01, 2003 8:14 pm
- Location: Southern California
- Contact:
Ok, i have figured it out ... i just had to add a single line to my avisynth script for every clip i made so for all those who have the same problem in the future, here is my sample script so that u wont have to look around too much, i hope this helps ... 
Loadplugin("C:\Documents and Settings\Owner\ ...\MPEG2Dec3.dll")
Loadplugin("C:\Documents and Settings\Owner\...\Decomb510.dll")
SetMemoryMax(10)
MPEG2Source("C:\Documents and Settings\Owner\...\Cliptest.d2v")
Trim(0,100)
Telecide(0)
Decimate(5)
AssumeFPS(24)
BicubicResize(740,480)
ConvertToRGB32()
Loadplugin("C:\Documents and Settings\Owner\ ...\MPEG2Dec3.dll")
Loadplugin("C:\Documents and Settings\Owner\...\Decomb510.dll")
SetMemoryMax(10)
MPEG2Source("C:\Documents and Settings\Owner\...\Cliptest.d2v")
Trim(0,100)
Telecide(0)
Decimate(5)
AssumeFPS(24)
BicubicResize(740,480)
ConvertToRGB32()
..... >>>>>