diff --git a/VideoNodes/FfmpegBuilderNodes/Video/HardwareEncoders/DisableIntelQSVcs.cs b/VideoNodes/FfmpegBuilderNodes/Video/HardwareEncoders/DisableIntelQsv.cs
similarity index 90%
rename from VideoNodes/FfmpegBuilderNodes/Video/HardwareEncoders/DisableIntelQSVcs.cs
rename to VideoNodes/FfmpegBuilderNodes/Video/HardwareEncoders/DisableIntelQsv.cs
index 8d712f65..920ffee9 100644
--- a/VideoNodes/FfmpegBuilderNodes/Video/HardwareEncoders/DisableIntelQSVcs.cs
+++ b/VideoNodes/FfmpegBuilderNodes/Video/HardwareEncoders/DisableIntelQsv.cs
@@ -3,7 +3,7 @@ namespace FileFlows.VideoNodes.FfmpegBuilderNodes;
///
/// Disabled Intel QSV encoding
///
-public class DisableIntelQSV:DisableEncoder
+public class DisableIntelQsv:DisableEncoder
{
///
/// Gets the encoder variable
diff --git a/VideoNodes/VideoNodes.en.json b/VideoNodes/VideoNodes.en.json
index 2e8342ac..3ff638dc 100644
--- a/VideoNodes/VideoNodes.en.json
+++ b/VideoNodes/VideoNodes.en.json
@@ -7,6 +7,34 @@
"7": { "1": "7.1" },
"Flow": {
"Parts": {
+ "DisableAmd": {
+ "Label": "Disable AMD",
+ "Description": "Disables AMD AMF hardware encoder",
+ "Outputs": {
+ "1": "Disabled"
+ }
+ },
+ "DisableIntelQsv": {
+ "Label": "Disable Intel QSV",
+ "Description": "Disables Intel QSV hardware encoder",
+ "Outputs": {
+ "1": "Disabled"
+ }
+ },
+ "DisableNvidia": {
+ "Label": "Disable NVIDIA",
+ "Description": "Disables NVIDIA hardware encoder",
+ "Outputs": {
+ "1": "Disabled"
+ }
+ },
+ "DisableVaapi": {
+ "Label": "Disable VAAPI",
+ "Description": "Disables VAAPI hardware encoder",
+ "Outputs": {
+ "1": "Disabled"
+ }
+ },
"AudioToVideo": {
"Description": "Converts an audio file into a video file and generates a video based on the audio",
"Fields": {
@@ -530,7 +558,7 @@
}
},
"VideoHasStream": {
- "Title": "Video Has Track",
+ "Label": "Video Has Stream",
"Description": "Tests if a video file contains a track",
"Outputs": {
"1": "Contains the matching track",
@@ -550,7 +578,7 @@
}
},
"VideoExtractAudio": {
- "Title": "Video Extract Audio",
+ "Label": "Video Extract Audio",
"Description": "Extracts audio from a video file and saves it to a file",
"Outputs": {
"1": "Audio extracted and saved to a file",
@@ -576,7 +604,6 @@
"NotMatching": "Not Matching",
"NotMatching-Help": "If an audio track NOT matching the pattern should be extracted"
}
-
}
}
}