Modify ↓
Ticket #9528 (closed Bug Report: fixed)
Opened 2 years ago
Last modified 2 years ago
Mythranscode miscalculation length
| Reported by: | FabriceMG <mgf@…> | Owned by: | mdean |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - Mythtranscode | Version: | 0.24-fixes |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by mdean) (diff)
miscalculation for new length in frame
cutlist: 1 startcut and 1 endcut(start + 10min@25fps)
2011-01-29 20:28:37.466 Honoring the cutlist while transcoding 2011-01-29 20:28:37.469 Cutlist : 12363,27363- 2011-01-29 20:28:37.469 Original Length: 164736 frames 2011-01-29 20:28:37.469 New Length : 152373 frames
total frames with cut : 15000
the new length is 15000 frames not 152373
Attachments
Change History
comment:1 Changed 2 years ago by mdean
- Owner set to mdean
- Status changed from new to accepted
- Description modified (diff)
comment:2 Changed 2 years ago by mdean
- Status changed from accepted to closed
- Resolution set to Fixed
- Milestone changed from unknown to 0.25
In 7ac3fee6fd29760bb2fc38c08f6375e95a73a8b7 :
mythtranscode: update new length for cut-to-end
Include frames cut from the end in the calculation of New Length reported by mythtranscode. Fixes #9528
comment:3 Changed 2 years ago by Michael T. Dean
- Resolution changed from Fixed to fixed
mythtranscode: update new length for cut-to-end
Include frames cut from the end in the New Length reported by mythtranscode. Fixes #9528
Changeset: 7ac3fee6fd29760bb2fc38c08f6375e95a73a8b7
Note: See
TracTickets for help on using
tickets.

Pretty sure this was fixed in trunk in 32839c314e837e1e2644cdeee01af591e1cacc4b .