View Single Post
Old 26th May 2020, 01:52   #1898  |  Link
JKyle
App Digger
 
JKyle's Avatar
 
Join Date: Sep 2018
Posts: 411
Quote:
Originally Posted by bananenmann View Post
Here an Example with an MPEG2-File (this worked with Staxrip 2.1.1.2 (Beta), the last Version supporting DGIndexNV):

Code:
Script error: There is no function named 'DGSource'.
(D:\Video-Encode\Evanescence - Sweet Sacrifice_temp\Evanescence - Sweet Sacrifice_source.avs, line 1)

DGSource("D:\Video-Encode\Evanescence - Sweet Sacrifice.mpv")
It seems like you didn't include LoadPlugin in avs profiles.
See if this line is missing in DGSource = before calling DGSource("%source_file%")

Code:
LoadPlugin("%startup_dir%Apps\Support\DGDecNV\DGDecodeNV.dll")
JKyle is offline