Opened 11 years ago

Closed 11 years ago

#11470 closed Bug Report - General (Fixed)

slow & pixelized editing in OSD

Reported by: warpme@… Owned by: jpoet
Priority: minor Milestone: 0.27
Component: MythTV - General Version: 0.26-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I'm on v0.26.0-138-g69cd78b-dirty-20130327. Since commit http://code.mythtv.org/cgit/mythtv/commit/?id=e54b9b6fd635df024f81c1d2f33956996c95c379 jumps forward/back during editing program in OSD are much slower making editing quite painful. Also screen during jumps has pixelizations. Commflaging or running commflag --rebuild fixes problem. Commit http://code.mythtv.org/cgit/mythtv/commit/?h=fixes/0.26&id=69cd78b4028b7b585d238713151b684c291158e7 not helping with this issue.

Attachments (4)

fe_playback_no_commflag.log (63.8 KB) - added by warpme@… 11 years ago.
fe_playback_after_commflag.log (59.3 KB) - added by warpme@… 11 years ago.
seek_before_commflag.txt (16.7 KB) - added by warpme@… 11 years ago.
seek_after_commflag.txt (16.7 KB) - added by warpme@… 11 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 11 years ago by jpoet

Owner: set to jpoet
Status: newaccepted

comment:2 Changed 11 years ago by Jim Stichnoth

This sounds like the recorder is identifying fewer keyframes than ffmpeg (i.e. mythcommflag --rebuild). To help verify this, please attach "mythfrontend -v playback" logs for such a recording before and after running "mythcommflag --rebuild".

It would also be helpful if you could attach the seektable contents before and after mythcommflag --rebuild, i.e.:

select * from recordedseek
where chanid=<my_chanid> and starttime=<my_starttime>
order by mark, type;

comment:3 Changed 11 years ago by warpme@…

Jim, Pls find seektable & fe logs for playback before & after commflag --rebuild. If You need - I can also provide You recording file to download from my ftp server. Pls PM me (warpme<at>o2.pl) for ftp details. br

Changed 11 years ago by warpme@…

Attachment: fe_playback_no_commflag.log added

Changed 11 years ago by warpme@…

Changed 11 years ago by warpme@…

Attachment: seek_before_commflag.txt added

Changed 11 years ago by warpme@…

Attachment: seek_after_commflag.txt added

comment:4 Changed 11 years ago by jpoet

Milestone: unknown0.27
Resolution: Fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.