Fix incorrectly-written video rotation metadata even when rotation is baked into the video (fixes #329)

This commit is contained in:
Vanilagy
2026-03-19 14:25:40 +01:00
parent e693765d23
commit 0d50526ff6
5 changed files with 55 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"composite": true,
"noEmit": false,
"paths": {
"mediabunny": ["./src/index.ts"],
//"mediabunny": ["./src/index.ts"], So that the direct source imports are preferred
"@mediabunny/ac3": ["./packages/ac3/src/index.ts"],
"@mediabunny/aac-encoder": ["./packages/aac-encoder/src/index.ts"],
"@mediabunny/flac-encoder": ["./packages/flac-encoder/src/index.ts"],