[mythtv-commits] Ticket #11639: Audio lost after transcode

MythTV noreply at mythtv.org
Thu Oct 10 20:44:13 UTC 2013


#11639: Audio lost after transcode
------------------------------------+----------------------------
 Reporter:  oli.henning@…           |          Owner:
     Type:  Bug Report - General    |         Status:  new
 Priority:  minor                   |      Milestone:  0.27.1
Component:  MythTV - Mythtranscode  |        Version:  0.26-fixes
 Severity:  medium                  |     Resolution:
 Keywords:  transcode audio         |  Ticket locked:  0
------------------------------------+----------------------------

Comment (by nicolas.poehlmann@…):

 The timecode patch for frame 2 until end are just one line at 1374 and
 1388 in the patch:

 lastWrittenTime = frame.timecode + timecodeOffset;

 instead of

 lastWrittenTime = frame.timecode;

 BUT in my last post I tried to explain that if the first frame should also
 have an audio frame instead of null, the whole audio code have to be moved
 as in the patch so that it's processed after the video code which
 "generates" the timecode. So I could split it up, but this would make no
 sense for a real fix.

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


More information about the mythtv-commits mailing list