Opened 16 years ago
Closed 16 years ago
Last modified 16 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)
Changed 16 years ago by
Attachment: | mpeg2trans.patch added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Isaac Richards to jdonavan |
---|
comment:2 Changed 16 years ago by
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.