View Single Post
Old 28th June 2019, 00:06   #578  |  Link
MrBrownCow
Registered User
 
Join Date: Feb 2019
Posts: 29
Quote:
Originally Posted by stax76 View Post
You can choose 'Preview Code' in the filters menu to get the full avs/vs script.
Code:
LoadPlugin("C:\StaxRip-x64-2.0.2.3-test\Apps\Plugins\avs\ffms2\ffms2.dll")
FFVideoSource("C:\The Matrix 2160p.mkv", colorspace = "YV12", \
              cachefile = "C:\The Matrix 2160p_temp\The Matrix 2160p.ffindex")
DGHDRtoSDR(impl="255",tm=1.0,fulldepth=true,light=300,gamma=0.42,r=1.0,g=1.0,b=1.15)
I'm guessing I need to refrence the other dll files somehow like the example notes?

Code:
Here is a typical Avisynth+ script using default parameters:

loadplugin("dgdecodenv.dll")
loadplugin("dghdrtosdr.dll")
DGSource("hdr_sample.dgi",fulldepth=true)
DGHDRtoSDR()
prefetch(6)
MrBrownCow is offline