diff --git a/recipes/wip/graphics/derive-rs/recipe.toml b/recipes/wip/graphics/derive-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..354a2f681bc327bd2d0fa65571b60b0b3793d2cc
--- /dev/null
+++ b/recipes/wip/graphics/derive-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO very outdated crates
+[source]
+git = "https://github.com/erik/derive.rs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/pixsort/recipe.toml b/recipes/wip/graphics/pixsort/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9ba2b060dd06b85260475a68a39b8e8c9938f5ca
--- /dev/null
+++ b/recipes/wip/graphics/pixsort/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/1jz/pixsort"
+[build]
+template = "cargo"
diff --git a/recipes/wip/science/vidoxide/recipe.toml b/recipes/wip/science/vidoxide/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..396e3923baa9ac53bc74da9d775bf6c473e2487b
--- /dev/null
+++ b/recipes/wip/science/vidoxide/recipe.toml
@@ -0,0 +1,8 @@
+#TODO require camera drivers, see https://github.com/GreatAttractor/vidoxide#3-building
+[source]
+git = "https://github.com/GreatAttractor/vidoxide"
+[build]
+template = "cargo"
+dependencies = [
+    "gtk3",
+]
diff --git a/recipes/wip/tools/gptube-cli/recipe.toml b/recipes/wip/tools/gptube-cli/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..098bdd20ff2924bdd438e8e014f60faabccb1285
--- /dev/null
+++ b/recipes/wip/tools/gptube-cli/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Seems to search for yt-dlp, see https://github.com/ZmoleCristian/gptube-cli/blob/main/Makefile
+[source]
+git = "https://github.com/ZmoleCristian/gptube-cli"
+[build]
+template = "cargo"
diff --git a/recipes/wip/video/streamlib/recipe.toml b/recipes/wip/video/streamlib/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a8508b7dc628637db39415bdd13731d9a1e35c6b
--- /dev/null
+++ b/recipes/wip/video/streamlib/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/streamlib/streamlib"
+[build]
+template = "cargo"
diff --git a/recipes/wip/video/sub-batch/recipe.toml b/recipes/wip/video/sub-batch/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..40b48c276a45a42719949c0ea989c7b6e4edae04
--- /dev/null
+++ b/recipes/wip/video/sub-batch/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/kl/sub-batch"
+rev = "a63ba33c6d0fdcb0e7a83da1c16bd8a19a43472b"
+[build]
+template = "cargo"
diff --git a/recipes/wip/video/teres/recipe.toml b/recipes/wip/video/teres/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8387be1f3c4f8e83f00bbab2021b60461506fdac
--- /dev/null
+++ b/recipes/wip/video/teres/recipe.toml
@@ -0,0 +1,8 @@
+#TODO missing dependencies, see https://github.com/animafps/teres/blob/main/CONTRIBUTING.md
+[source]
+git = "https://github.com/animafps/teres"
+[build]
+template = "cargo"
+dependencies = [
+    "ffmpeg6",
+]
diff --git a/recipes/wip/video/yt-chanvids/recipe.toml b/recipes/wip/video/yt-chanvids/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b97f2d9972f96e4b625bfc4fe72f597e53a9a9ad
--- /dev/null
+++ b/recipes/wip/video/yt-chanvids/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/daniel-araujo/yt-chanvids"
+[build]
+template = "cargo"