Skip to content

v1.3.0 — Video (WebM/VP9) + Audio (Ogg/Opus) conversion

Choose a tag to compare

@aronjanosch aronjanosch released this 26 Jun 14:34
· 2 commits to main since this release
4a2018b

Adds backfill conversion for video (MP4/MOV → WebM/VP9) and audio (MP3/WAV/FLAC/M4A/AAC → Ogg/Opus) alongside the existing image path. All in-browser via WebCodecs — no server-side ffmpeg.

New

  • Video → WebM/VP9 and Audio → Ogg/Opus as backfill media types (independent Images/Video/Audio toggles).
  • Per-file selection in the dry-run plan — convert only what you tick.
  • Fast video dry-run — size estimated from metadata; real encode on Apply with progress + cancel.
  • Verified repoints — writes are read back; failures/silent drops are surfaced instead of reported as success.
  • Optional module/system asset conversion (off by default, at your own risk) — converts linked media under modules//systems/ too.

Fixes

  • v14 scene background/foreground repoint (writes now go through Level documents).

Notes

  • Video/audio are backfill-only. Ogg/Opus + WebM/VP9 don't play in Safari — per-media-type toggles let those worlds opt out.
  • Only core Foundry document references are repointed; third-party module state (e.g. Moulinette Soundboard) is out of scope.