Skip to content

writeRound overwrites the round's pre-fold EDL, so the deterministic pass's own effect cannot be audited afterward #68

Description

@Railly

writeRound (commit.ts:977) writes the round's EDL, then the auto-cut fold rebuilds and writes over the same file. After a commit, the round directory holds only the post-fold EDL.

Consequence: the deterministic pass's own effect is unauditable after the fact. Verifying #66 turned up a 5.615s discrepancy (547.900 - 136.486 = 411.414 expected, 417.029 measured) and it could not be explained, because reconstructing the pre-fold EDL to diff against was no longer possible. The likely cause is the per-segment edge fade re-added on rebuild, but that stays a hypothesis.

auto-cut.json records the cuts it emitted, which is not the same thing as what the EDL looked like before they were folded in.

Keeping the pre-fold EDL under a distinct name would make rounds --diff able to show what the deterministic pass actually removed, and would let a duration mismatch be traced instead of guessed at.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions