diff --git a/FFmpeg.AutoGen.Examples.Encode/FFmpeg.AutoGen.Examples.Encode.csproj b/FFmpeg.AutoGen.Examples.Encode/FFmpeg.AutoGen.Examples.Encode.csproj
deleted file mode 100644
index 1dc89c2..0000000
--- a/FFmpeg.AutoGen.Examples.Encode/FFmpeg.AutoGen.Examples.Encode.csproj
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
- Exe
- net6.0
- True
- x64
-
-
-
-
-
-
-
diff --git a/FFmpeg.AutoGen.Examples.Encode/Program.cs b/FFmpeg.AutoGen.Examples.Encode/Program.cs
deleted file mode 100644
index 5c9f7d4..0000000
--- a/FFmpeg.AutoGen.Examples.Encode/Program.cs
+++ /dev/null
@@ -1,213 +0,0 @@
-using System;
-using System.IO;
-
-namespace FFmpeg.AutoGen.Examples.Encode
-{
- internal unsafe class Program
- {
- static int Main(string[] args)
- {
- AVFrame* frame;
- AVPacket* pkt;
- int i, j, k, ret;
- short* samples;
- float t, tincr;
-
- if (args.Length <= 0)
- {
- string executable = Environment.GetCommandLineArgs()[0];
- Console.Error.WriteLine($"Usage: {executable}