diff --git a/README.md b/README.md
index 1fcf6c6..947ffbe 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ encoders supported by your FFmpeg install will show up.
- [ ] av1_nvenc
- [ ] av1_qsv
- [ ] av1_vaapi
-- [ ] DNxHD
+- [x] DNxHD (Does not provide options to deal with its pickiness yet)
- [ ] H.264
- [x] libx264
- [x] libx264rgb (Untested, but _should_ work)
diff --git a/solid-src/src/App.tsx b/solid-src/src/App.tsx
index 9fab9e5..a78912a 100644
--- a/solid-src/src/App.tsx
+++ b/solid-src/src/App.tsx
@@ -27,6 +27,7 @@ import { generateRandomString } from "./util/string";
import "./css/icons.css";
import BreezeIcon from "./components/BreezeIcon";
import AV1Options from "./components/AV1Options";
+import DNxHDOptions from "./components/DNxHDOptions";
const commonCodecs = new Set(["h264", "hevc", "vp8", "vp9", "av1", "dnxhd"]);
@@ -540,7 +541,9 @@ function App() {
0
}
>
-
+
+