chore(deps): bump @remotion/renderer from 4.0.410 to 4.0.441 - #6
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump @remotion/renderer from 4.0.410 to 4.0.441#6dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@remotion/renderer](https://github.com/remotion-dev/remotion) from 4.0.410 to 4.0.441. - [Release notes](https://github.com/remotion-dev/remotion/releases) - [Commits](remotion-dev/remotion@v4.0.410...v4.0.441) --- updated-dependencies: - dependency-name: "@remotion/renderer" dependency-version: 4.0.441 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
This pull request has been inactive for 30 days. If you are still working on it, please leave a comment. Otherwise, it will be closed in 14 days. |
itsPremkumar
added a commit
that referenced
this pull request
Jul 17, 2026
…n, AI music-mood, per-aspect X16, warns 1) ASYNC FFMPEG (hardening): add runFfmpeg() async runner with hard SIGKILL timeout; convert render-hot-path sync execFileSync sites (thumbnail, contact-sheet frame/grid, Remotion video downscale) to async. makeContactSheet now async (caller + test updated). Removes the event-loop-block hang risk on RAM-starved hosts. Unused ffmpeg/execFileSync decls removed. 2) B-LIST AGENTBRAIN (quality): add hookScene(B3), paceScenes(B6), titleVariants(B11), tailorForPlatform(B12) — all null->heuristic fallback, zero extra cost. Wired for real (not dead code): - B3/B6 into applyProEdits (now async, takes optional brain) - B11 into writeOutputArtifacts (A/B title variants in _metadata.txt) - B12 via cfg.platform -> autopilot aspect + caption overrides 3) AI MUSIC-MOOD (audio #5): aiVerifyAsset audio path + acquire.ts now scores music mood-fit at acquire time (proxy transcript = plan mood + track source), dropping mismatched tracks. Previously dead (required speech transcript music lacks). 4) PER-ASPECT X16 (#6): writeOutputArtifacts scores each multi-aspect export when verifyOnRender on, catching subject-loss in crops. 5) OBSERVABILITY (#4): placeholder-copy fallbacks now console.warn instead of silent swallow (the genuinely dangerous silent path). 46 other optional best-effort catches left silent to avoid log spam. Env-var RUN_REAL/RUN_RENDER_E2E was already unified (verified) — no change. Verified: tsc 0, eslint 0 err, 235/0/1; offline E2E GATE PASS X7-X15.
itsPremkumar
added a commit
that referenced
this pull request
Jul 18, 2026
…s, localization, publish, offline word-timing, brain budget - #6 Global disk-backed asset cache (hash->path, TTL) wired into visual-fetcher + free-music - #1 Template engine: VIDEO_TYPE_PROFILES extended with pro-edit fields + listTemplates() - #2 Caption/subtitle localization: localize.ts multi-language SRT sidecars (brain translate, offline fallback) - #8 Publish adapter: publish.ts manifest for 5 platforms + optional YouTube upload helper - #3 Offline word-timing: syllableWordTimings heuristic (word-by-word captions, no native binary) - #4 Brain budget/circuit-breaker: maxCalls/maxFails guards in AgentBrain - docs/VOICE_CLONING_GUIDE.md: license-verified open-source TTS/voice-clone audit - New tests: asset-cache, brain, config, localize, publish, captions, plugins, acquire.fallback, visual-fetcher.free-image Verified: tsc=0, full suite 260 pass / 0 fail / 1 skip (flaky-net stable x3).
itsPremkumar
added a commit
that referenced
this pull request
Jul 25, 2026
The Windows-offline-speech path called runPowerShellEncoded()
(spawnSync({timeout:120000})). On Windows, when powershell.exe
spawns a conhost.exe grandchild that keeps the stdio pipe open,
killing the direct child at the timeout does NOT make spawnSync
return — the await hung FOREVER (observed: 10+ min freeze on
jobs 2-3, no ffmpeg running, stock already acquired).
Added runPowerShellEncodedAsync(): spawns asynchronously and races
a hard timer that KILLS THE PROCESS TREE (taskkill /F /T /PID,
conhost.exe included) at the timeout, plus a 2x-timeout force-
resolve. The await can NEVER hang. Wired the Windows-SAPI
caller to it (handles timedOut + status). Also added a SILENT-
TRACK ultimate fallback in generateSceneVoiceoverWithRetry: when
every voice engine fails, it emits a short silent WAV (via ffmpeg
anullsrc, or a hand-built 44-byte WAV header) so the render
completes instead of aborting. Better a silent video than a hung one.
tsc clean. Added regression test (async runner kills tree, never
hangs; fast command resolves). 2/2 pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @remotion/renderer from 4.0.410 to 4.0.441.
Release notes
Sourced from
@remotion/renderer's releases.... (truncated)
Commits
76d2b0fv4.0.441518bcc1Merge pull request #6914 from remotion-dev/fix/media-player-duration-reinitcc32986fix: prevent MediaPlayer reinit when parent Sequence durationInFrames changes94d9aacMerge pull request #6913 from remotion-dev/copilot/fix-omit-background-webpdffb2f7@remotion/renderer: Fix omitBackground for webp image formatff986b7Initial plan6ebe7d9Merge pull request #6910 from akashcorex/fix/input-disposed-errord484621fix: handle InputDisposedError in useWindowedAudioData to ensure proper rende...236e0b5v4.0.44059cf930@remotion/renderer: add AV1 codec support (#6771)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)