[mythtv-commits] Ticket #6214: nuvexport - wrong aic and cgop arguments witn new ffmpeg 0.4.9.16851svn

MythTV mythtv at cvs.mythtv.org
Mon Feb 2 18:42:49 UTC 2009


#6214: nuvexport - wrong aic and cgop arguments witn new ffmpeg 0.4.9.16851svn
-----------------------------------+----------------------------------------
 Reporter:  vodicka.petr at email.cz  |       Owner:  xris   
     Type:  defect                 |      Status:  new    
 Priority:  major                  |   Milestone:  unknown
Component:  Apps - Nuvexport       |     Version:  0.21   
 Severity:  low                    |     Mlocked:  0      
-----------------------------------+----------------------------------------
 Nuvexport is broken again because of changed arguments of ffmpeg.

 I have OpenSUSE 11.1 64bit, nuvexport 0.5.svn20081227-0.pm.3 and ffmpeg
 0.4.9.16851svn-20090129.pm.1858.

 To recode recording with nuvexport to Xvid with ffmpeg, it is necessary to
 delete parameters on line 154 and 157, because aic and gcop are not
 separate arguments any more, and add them to line 153 as flags
 (+aic+gcop).

 And second think is to delete flag +trell and add argument trellis 1 - in
 nuvexport from Opensuse this is corrected already, but in svn from
 http://svn.mythtv.org/trac/browser/trunk/mythextras/nuvexport/export/ffmpeg/XviD.pm
 it is not.

 It should look like this:

 153             .' -flags +mv4+loop+aic+cgop'[[BR]]
 154             .' -trellis 1'[[BR]]
 155             .' -mbd 1'[[BR]]
 156             .' -cmp 2 -subcmp 2'[[BR]]


 Unfortunately I don't know when this change in ffmpeg happened. I don't
 understand why they are making this argument hell...

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6214>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list