Opened 16 years ago
Closed 16 years ago
Last modified 15 years ago
#9528 closed Bug Report (fixed)
Mythranscode miscalculation length
| Reported by: | Owned by: | sphery | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - Mythtranscode | Version: | 0.24-fixes |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by )
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
Change History (3)
comment:2 by , 16 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → Fixed |
| Status: | accepted → closed |
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 by , 15 years ago
| Resolution: | Fixed → 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

Pretty sure this was fixed in trunk in 32839c314e837e1e2644cdeee01af591e1cacc4b .