Field report 1 3 - #62
Merged
Merged
Conversation
assemble-and-score and dissolve-between-shots ran every shot through stabilize_video with smooth 0 under a description that said it only re-encoded them. smooth 0 is a full first-frame lock: on a shot with a deliberate camera move it fights the move, crops and rescales every frame, and nothing downstream notices because duration, size and sample rate all survive (measured 13-20 dB PSNR against the source vs 45 dB for a plain cut). The hold steps are gone; the shots go straight into the join, as one 'shots' list variable so a diptych is two entries and a reel is however many the cut needs. concat_videos and dissolve_videos now refuse shots of different sizes by name, which is the check the hold steps were imagined to be. The catalog shape rule counts a variable-fed or asset-fed cut as a sequence that needs input media, so the templates keep their listing. audio_bleed_ms and seam_fade_ms are variables in dialogue-short, music-video and assemble-and-score, so a seam is re-tuned with an argument rather than an inline copy of the workflow; dialogue-short defaults to 1800 ms, where a five-shot H3 cut measured best (700 ms left a 44 dB hole at the worst seam, 1800 brought it to 32, 2500 gained almost nothing). validate_workflow warns when concat_videos is given a crossfade_ms with nothing trimmed - the crossfade is drawn from the trimmed material, so at a hard cut it reads as active and does nothing. The concat_videos and stabilize_video docs say all of this. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
No description provided.