[mythtv-commits] Ticket #11618: Support playback of externally-produced .srt caption files for in-progress recordings

MythTV noreply at mythtv.org
Mon Jul 1 13:53:19 UTC 2013


#11618: Support playback of externally-produced .srt caption files for in-progress
recordings
-------------------------------+-----------------------------
 Reporter:  stichnot           |          Owner:
     Type:  Developer Task     |         Status:  new
 Priority:  minor              |      Milestone:  0.27
Component:  MythTV - Captions  |        Version:  Master Head
 Severity:  medium             |     Resolution:
 Keywords:                     |  Ticket locked:  0
-------------------------------+-----------------------------

Comment (by stichnot):

 Replying to [comment:3 Jim Stichnoth <jstichnoth@…>]:
 > {{{
 > 3. ccextractor buffers its output, so one needs to be at least 30
 > seconds behind real-time to get .srt captions.  A better solution
 > would be to add the required functionality to mythccextractor.
 > }}}

 The main issue here is actually ccextractor's buffering of input.
 FILEBUFFERSIZE is defined to be 16MB which, at the script's suggested
 bitrate of 4.5Mb/s, takes around 30s to fill.  Changing FILEBUFFERSIZE to
 something smaller, like 1MB, makes it much more practical for Live TV and
 in-progress recordings.

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


More information about the mythtv-commits mailing list