From 262bf48e2b7e9ace5d5d71449454fec539f5d5b0 Mon Sep 17 00:00:00 2001 From: Orry Verducci Date: Mon, 10 Aug 2020 22:08:04 +0100 Subject: [PATCH] Add bwdif deinterlace option --- src/encodingsettings.html | 1 + src/strings/en-gb.json | 1 + src/strings/en-us.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/encodingsettings.html b/src/encodingsettings.html index 858375b145..2e92c95a68 100644 --- a/src/encodingsettings.html +++ b/src/encodingsettings.html @@ -154,6 +154,7 @@
${DeinterlaceMethodHelp}
diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index 1947dc0c37..7cfaafdf6d 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1475,6 +1475,7 @@ "PathNotFound": "The path could not be found. Please ensure the path is valid and try again.", "YadifBob": "YADIF Bob", "Yadif": "YADIF", + "Bwdif": "BWDIF", "Track": "Track", "Season": "Season", "ReleaseGroup": "Release Group", diff --git a/src/strings/en-us.json b/src/strings/en-us.json index a148ef061f..f4c2ef2494 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1546,6 +1546,7 @@ "XmlTvSportsCategoriesHelp": "Programs with these categories will be displayed as sports programs. Separate multiple with '|'.", "Yadif": "YADIF", "YadifBob": "YADIF Bob", + "Bwdif": "BWDIF", "Yes": "Yes", "Yesterday": "Yesterday", "PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",