Opened 21 years ago
Closed 21 years ago
Last modified 21 years ago
#237 closed patch (fixed)
Regenerate keyframe index for MPEG2->MPEG2 transcoding
| Reported by: | Owned by: | jdonavan | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | MPEG2 transcoding |
| Cc: | Ticket locked: | no |
Description
Two problems.
After transcoding mpeg2 recordings the regenerated keyframe index is immediately deleted by the jobqueue code.
Secondly, on some setups the recordedmarkup table contains MARK_GOP_START entries instead of MARK_GOP_BYFRAME. The keyframe index is regenerated if MARK_GOP_BYFRAME entries are not found. This is required on at least one PVRx50 setup.
Attachments (1)
Change History (4)
by , 21 years ago
| Attachment: | mpeg2trans.patch added |
|---|
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [7263]) JobQueue, mythtranscode, and logging related modifications.
Main patches by Robert Tsai & Aaron McCarthy with a little merging by me.
Closes #325 and closes #237.