could anyone help. am i doing this correct?
to use a .vob file and still to keep the yuv color format (meaning that it is not converted to rgb)
i do following.
i load the .vob file via DGindex the save project as .d2v and then load following Aviscript in Premiere Pro 2 (I have installed the Avisynthe Plugin for Premiere Pro 2.0)
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\SmoothDeinterlacer.dll")
video=mpeg2source("C:\My Documents\tempo.d2v")
audio=wavSource("C:\My Documents\tempo T01 2_0ch 448Kbps 48KHz.wav")
audiodub(video,audio)
ConvertToYUY2()
AssumeFieldBased()
SmoothDeinterlace(showlace=false)
then I output the video from Premiere via Frameserving using DebugMods Frameserver (I select "yuv") to Procoder Express and create an .m2p file.
any ideas on this?
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
removing just one color with Premiere Pro
By spicediver10191 in forum EditingReplies: 7Last Post: 27th Apr 2016, 15:41 -
Hard subbing .ass subtitles and keeping font usage?
By Yuusui in forum MacReplies: 2Last Post: 18th Nov 2010, 08:38 -
Premiere Pro Memory Usage is Extremely high
By jbandy1 in forum EditingReplies: 1Last Post: 31st Jan 2009, 03:07 -
Difficulty In Converting .Vob to Any Format & Keeping Widescreen
By RachelArcher in forum DVD RippingReplies: 50Last Post: 10th May 2008, 10:40 -
Help with scene color matching in Premiere Pro CS 2/3
By Sparc in forum EditingReplies: 3Last Post: 26th Jul 2007, 08:27