[mythtv-commits] Ticket #5923: -flags trell not valid in current ffmpeg

MythTV mythtv at cvs.mythtv.org
Sun Dec 14 19:30:58 UTC 2008


#5923: -flags trell not valid in current ffmpeg
------------------------------------------+---------------------------------
 Reporter:  Joel <mythtv at ebel.mybox.org>  |        Owner:  xris    
     Type:  defect                        |       Status:  assigned
 Priority:  minor                         |    Milestone:  unknown 
Component:  perl / nuvexport              |      Version:  head    
 Severity:  medium                        |   Resolution:          
  Mlocked:  0                             |  
------------------------------------------+---------------------------------

Comment(by disafan at aim.com):

 The below patch should work for newer FFMPEGs.

 diff -Naur nuvexport/export/ffmpeg/MP4.pm nuvexport-
 new/export/ffmpeg/MP4.pm
 --- nuvexport/export/ffmpeg/MP4.pm      2008-04-11 07:46:31.000000000
 -0300
 +++ nuvexport-new/export/ffmpeg/MP4.pm  2008-12-12 22:09:57.000000000
 -0200
 @@ -237,7 +237,8 @@
                             ;
          }
          else {
 -           $ffmpeg_xtra .= ' -flags +mv4+trell+loop'
 +           $ffmpeg_xtra .= ' -flags +mv4+loop'
 +                          .' -trellis 1'
                            .' -aic 1'
                            .' -mbd 1'
                            .' -cmp 2 -subcmp 2'
 diff -Naur nuvexport/export/ffmpeg/XviD.pm nuvexport-
 new/export/ffmpeg/XviD.pm
 --- nuvexport/export/ffmpeg/XviD.pm     2008-04-11 07:46:31.000000000
 -0300
 +++ nuvexport-new/export/ffmpeg/XviD.pm 2008-12-12 22:08:48.000000000
 -0200
 @@ -150,7 +150,8 @@
                               . $self->param('bit_rate_tolerance', 32)
                               . ' -bufsize 65535'
                              : '')
 -                          .' -flags +mv4+trell+loop'
 +                          .' -flags +mv4+loop'
 +                          .' -trellis 1'
                            .' -aic 1'
                            .' -mbd 1'
                            .' -cmp 2 -subcmp 2'

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5923#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list