Log in

View Full Version : Exporting DV from Premiere: what's the right choice for you?


nicco
18th November 2003, 10:07
I capture my DV-type 2 with Prem6.5 and I edit it, then I want to convert it in divx so I have to export my final movie and use avisynth.
Actually I know these trhee metods:

#1-> Export from Prem in DV format deselecting "Recompress": I have a new DV-2 avi file, it's in YUY2 (I have to change FourCC in cdvc in order to open it with CanopusDV codec which support YUV). In avs I have to set FixBrokenChromaUpsampling. It's the faster

#2-> Frameserve from Premiere: I get a RGB32 frameserved video file (avisynth:Info), maybe becouse Prem use MicrosoftDV codec, I can not FixBrokenChromaUpsampling and my final movie has this error. When I encode in divx I get more time than before

#-> Export from premiere in Huffyuv: I get a RGB32 (I don't know why, maybe the same of before) and again I cannot FixBrokenChromaUpsampling

My questions are:
-Why I get RGB32 in #2 and #3?
-Which way do you use?

I use #1