feat: implement vertical crop, local LLM deepseek-v4-flash, multi-threading, word-level pink box highlight subtitles, and Nextcloud scan sync

This commit is contained in:
Renato
2026-07-02 16:12:23 +02:00
parent 50bdaedebb
commit c7c3c4b74a
154 changed files with 36256 additions and 3 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "openshorts-remotion",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"studio": "remotion studio",
"render": "remotion render",
"build": "tsc --noEmit"
},
"dependencies": {
"@remotion/cli": "^4.0.0",
"@remotion/google-fonts": "^4.0.0",
"@remotion/layout-utils": "^4.0.0",
"@remotion/media": "^4.0.447",
"@remotion/player": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotion": "^4.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"typescript": "^5.4.0"
}
}