View Single Post
Old 27th June 2019, 23:51   #576  |  Link
MrBrownCow
Registered User
 
Join Date: Feb 2019
Posts: 29
Quote:
Originally Posted by stax76 View Post
@MrBrownCow

To make it a little easier for us better post the full script as text and obscure the file path if necessary.
I only had this in the profile section:

Code:
[Misc]
Histogram = Histogram("levels", Bits=$select:msg:Select BitDepth;8;10;12$)
MTMode | Prefetch = Prefetch($enter_text:Enter the Number of Threads to Use$)
MTMode | Set Max Memory = SetMemoryMax($enter_text:Enter the Maximum Memory Avisynth Can use$)
MTMode | Set Threads = threads=$enter_text:Enter The Number of Threads to Use$
MTMode | SetMTMode Filter = SetFilterMTMode("$enter_text:Enter The FilterName$",$enter_text:Enter Mode You Wish to Use$)
SplitVertical = Splitvertical=True
HDRtoSDR = DGHDRtoSDR(impl="255",tm=1.0,fulldepth=true,light=300,gamma=0.42,r=1.0,g=1.0,b=1.15)
I dont have any script yet so I guess thats my issue. Looking at the DGHDRtoSDR_1.12.txt document it gives some sample scripts but I dont have too much experience with this. Do I need to make a powershell script with this info somehow for this to work?
MrBrownCow is offline