This commit is contained in:
Kevin Wong
2026-01-29 17:54:43 +08:00
parent 661a8f357c
commit b74bacb0b5
18 changed files with 3923 additions and 7 deletions

24
remotion/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "vigent-remotion",
"version": "1.0.0",
"description": "Remotion video composition for ViGent2 subtitles and titles",
"scripts": {
"start": "remotion studio",
"build": "remotion bundle",
"render": "npx ts-node render.ts"
},
"dependencies": {
"remotion": "^4.0.0",
"@remotion/renderer": "^4.0.0",
"@remotion/cli": "^4.0.0",
"@remotion/media-utils": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"typescript": "^5.0.0",
"ts-node": "^10.9.0"
}
}