View Single Post
Old 8th September 2017, 05:53   #2  |  Link
manono
Moderator
 
Join Date: Oct 2001
Location: Hawaii
Posts: 7,406
Why not write your scripts like normal people?

FFmpegSource2("F:\mymovie.mpg")
TFM(order = 1)
TDecimate()
BicubicResize(640, 480)


You should also create a D2V project file using DGIndex and then use MPEG2Source on it, together with the DGDecode.dll. It'll save you creating that MPG before working on your video.
manono is offline   Reply With Quote