I've got this NTSC MPEG-1 file I want to convert to PAL with AviSynth but am having trouble with the script. I have had great success with the following script with MPEG-2. What do I need to adjust to make it work with MPEG-1 as well?
LoadPlugin("C:\Program Files\AutoGK\DGMPGDec\DGDecode.dll")
# LoadPlugin("C:\Program Files\AutoGK\AviSynth\plugins\Decomb521.dll")
MPEG2source("C:\Documents and Settings\Temp\Ticker\test.d2v")
Telecide(order=1,guide=1)
Decimate()
YV12toRGB24()
FlipVertical()
AssumeFPS(25)
+ Reply to Thread
Results 1 to 2 of 2
-
-
Originally Posted by DRP
Have you tried the MPEGSource plugin by Nic? It is on the Warpenterprises site. Also, try DrirectShowSource.
T
Similar Threads
-
avs script giving me fits
By willmoodom in forum Newbie / General discussionsReplies: 32Last Post: 30th Sep 2009, 03:43 -
How do I create an AVS script
By Sopt Finder in forum Newbie / General discussionsReplies: 4Last Post: 15th Jun 2009, 13:17 -
AVS script and Subtitle Workshop
By sambat in forum SubtitleReplies: 3Last Post: 19th Apr 2009, 10:20 -
This correct avs script for this source?
By alcOre in forum Newbie / General discussionsReplies: 2Last Post: 13th Feb 2009, 01:24 -
help with avs script (dv to mpeg2) Fading in/out
By ZiGGY909 in forum EditingReplies: 2Last Post: 14th Nov 2007, 14:12