summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-01-05 20:33:55 +0000
committersr55 <[email protected]>2015-01-05 20:33:55 +0000
commit7faa75a3f684470aaaf52d03fce46a55426c6c53 (patch)
tree89bfdf0af07f0e0049b3770a0240cfa972763c8d /win/CS/HandBrake.ApplicationServices
parentd9b030c21a0b104fb85400d9fc1526e6dc31acc0 (diff)
WinGui: Further fixes to libhb json api filters code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6686 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs b/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs
index eec8f4a8a..c8db8750f 100644
--- a/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs
+++ b/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs
@@ -164,6 +164,8 @@ namespace HandBrake.ApplicationServices.Utilities
profile.CustomDecomb = work.CustomDecomb;
profile.CustomDeinterlace = work.CustomDeinterlace;
profile.CustomDenoise = work.CustomDenoise;
+ profile.DenoisePreset = work.DenoisePreset.ToString().ToLower().Replace(" ", string.Empty);
+ profile.DenoiseTune = work.DenoiseTune.ToString().ToLower().Replace(" ", string.Empty);
profile.CustomDetelecine = work.CustomDetelecine;
if (work.Deblock > 4)
profile.Deblock = work.Deblock;