Exporting Problem

Locked
User avatar
Jonathan02us
Joined: Wed Oct 01, 2003 8:14 pm
Location: Southern California
Contact:
Org Profile

Exporting Problem

Post by Jonathan02us » Sat Jan 31, 2004 6:38 pm

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
He who asks a question may be a fool for five minutes. But he who never asks a question remains a fool forever. -Tom J. Connelly
Image ..... >>>>>;) <<<<< ..... Click here for my newest vid
King of Spam=Jonathan02us .... Queen of spam=Karou_ken

User avatar
Jonathan02us
Joined: Wed Oct 01, 2003 8:14 pm
Location: Southern California
Contact:
Org Profile

Post by Jonathan02us » Sat Jan 31, 2004 9:35 pm

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()
He who asks a question may be a fool for five minutes. But he who never asks a question remains a fool forever. -Tom J. Connelly
Image ..... >>>>>;) <<<<< ..... Click here for my newest vid
King of Spam=Jonathan02us .... Queen of spam=Karou_ken

Locked

Return to “Video & Audio Help”