Thread: DG NV tools
View Single Post
Old 25th August 2009, 05:30   #246  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Here's another workaround until I find out the syntax trick.

# if you want the duplicates
vid=DGSource("E:\tmp\00000.dga")
interleave(vid,vid)
assumefps(50)

# or if you don't
DGSource("E:\tmp\00000.dga")
assumefps(25)

Last edited by Guest; 25th August 2009 at 05:33.
Guest is offline   Reply With Quote