Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#10863 closed Patch - Bug Fix (fixed)
[PATCH] transcode: Tolerate mpeg errors when re-encoding to I-frames around cut points
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.26 |
Component: | MythTV - Mythtranscode | Version: | Master Head |
Severity: | medium | Keywords: | cutlist transcode |
Cc: | Ticket locked: | no |
Description
If a recording has a cutlist and is transcoded using that cutlist then if there are MPEG decoding errors around the cut point the process of re-coding to I frames can fail and the whole transcoding fails.
This patch makes the function MPEG2fixup::ConvertToI tolerant to decoding errors and just skips the offending frames.
The bug and patch also apply to fixes/0.2[45]
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | 0001-transcode-Tolerate-mpeg-errors-when-re-encoding-to-I.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | set to beirdo |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Milestone: | unknown → 0.26 |
---|
Note: See
TracTickets for help on using
tickets.
In 067ebe942a5ca1519d09a2b7b80da48abbd4bf51/mythtv: