[mythtv-commits] Ticket #11118: Lossless transcode fail with "avcodec_encode_video failed"

MythTV noreply at mythtv.org
Mon Sep 24 07:00:17 UTC 2012


#11118: Lossless transcode fail with "avcodec_encode_video failed"
------------------------------------+-----------------------------
 Reporter:  stuartm                 |          Owner:  beirdo
     Type:  Bug Report - General    |         Status:  closed
 Priority:  blocker                 |      Milestone:  0.26
Component:  MythTV - Mythtranscode  |        Version:  Master Head
 Severity:  medium                  |     Resolution:  fixed
 Keywords:                          |  Ticket locked:  0
------------------------------------+-----------------------------
Changes (by Gavin Hurlbut <ghurlbut@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:8611c6e6873b21fb53217146a9f790c3721833be/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="8611c6e6873b21fb53217146a9f790c3721833be"
 Fix video encode in MPEG2 "lossless" transcoding

 Fixes #11118

 It seems that the new video encode API call pipelines the encoding,
 returning
 after each input frame, but not returning a packet the first time around
 in all
 cases.  This change makes it encode the packet, and then keep calling the
 API
 until a packet has actually been encoded (flushing the output).
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11118#comment:4>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list