Files
OpenMontage/remotion-composer
Prasanth Sasikumar 9c9b1beeb5 fix(remotion): correct file:// slash count for POSIX absolute paths
resolveAsset() built `file:///` + a POSIX absolute path (which already
starts with /), yielding `file:////Users/...` (four slashes). Split the
branch: POSIX paths get `file://` + path (three slashes total), Windows
drive paths keep the explicit extra slash. Same fix across the five
compositions that share resolveAsset().

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
(cherry picked from commit 226a52d1e9b56b9da8b94e8e95ef6b753666abb0)
2026-07-11 22:33:05 -04:00
..