Initial commit: M4 Pro optimized overlay pipeline

This commit is contained in:
Erhan Keseli
2026-01-20 20:20:14 +01:00
commit 98026e0087
8 changed files with 193 additions and 0 deletions

10
ffmpeg-profiles.json Normal file
View File

@@ -0,0 +1,10 @@
{
"m4-youtube": {
"input": [],
"output": [
"-c:v", "h264_videotoolbox",
"-b:v", "50000k",
"-profile:v", "high"
]
}
}