[mythtv-commits] Ticket #11415: video seeking and bookmarks do not work properly for some .avi files

MythTV noreply at mythtv.org
Tue Sep 24 02:03:04 UTC 2013


#11415: video seeking and bookmarks do not work properly for some .avi files
-------------------------------------+----------------------------
 Reporter:  myth@…                   |          Owner:  stichnot
     Type:  Bug Report - General     |         Status:  accepted
 Priority:  minor                    |      Milestone:  0.27.1
Component:  MythTV - Video Playback  |        Version:  0.26-fixes
 Severity:  medium                   |     Resolution:
 Keywords:                           |  Ticket locked:  0
-------------------------------------+----------------------------
Changes (by stichnot):

 * owner:   => stichnot
 * status:  new => accepted
 * milestone:  unknown => 0.27.1


Comment:

 The intention here is to ignore any seektable for video formats that don't
 allow timestamp discontinuities, and use ffmpeg functionality instead.  My
 notes from a while back, which may be inaccurate:

 Don't use a seektable unless necessary - "ic->iformat->flags &
 AVFMT_TS_DISCONT".  Use display timecode "picframe->disp_timecode =
 NormalizeVideoTimecode(stream, temppts);".

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11415#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list