mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
Audio and video elements with parent-relative paths (e.g. src="../file.wav") are rewritten to hf-ext/ paths by the compiler and copied to the compiled directory, but both the audio mixer and video frame extractor only checked projectDir — silently dropping the media from the rendered MP4. Now checks compiledDir first (matching the file server's resolution order) before falling back to projectDir. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>