Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#1356 closed defect (wontfix)
DTVRecorder::FindKeyframes in 0.19 causes video gltiches in firewire recordings
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | 0.19 |
Severity: | high | Keywords: | firewire |
Cc: | Ticket locked: | no |
Description
In 0.18.1, DCT6200 firewire recordings work fine. In 0.19, a video glitch occurs every few seconds. I replaced the DTVRecorder::FindKeyframes? in 0.19 with the code in 0.18.1 modified to work with the changed signature. The video glitches went away. DVB recordings work fine in both 0.18.1 and 0.19.
Attachments (3)
Change History (7)
Changed 19 years ago by
Attachment: | dtvrecorder_patch added |
---|
Changed 19 years ago by
Attachment: | dtvrecorder_patch.2 added |
---|
Patch to restore FindKeyframes? and HandleKeyframe? from 0.18.1
comment:1 Changed 19 years ago by
The second patch fixes the 0:01 recording length problem with the first patch.
comment:2 Changed 19 years ago by
I see now that the 0.18.1 code never sets _last_gop_seen. I will try to produce a smaller patch when my backend is not in use.
Changed 19 years ago by
Attachment: | dtvrecorder_patch.3 added |
---|
Minimal patch to fix firewire recording glitches
comment:3 Changed 19 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Patch to restore DTVRecorder::FindKeyframes? from 0.18.1