Opened 15 years ago

Closed 15 years ago

#6214 closed defect (fixed)

nuvexport - wrong aic and cgop arguments witn new ffmpeg 0.4.9.16851svn

Reported by: vodicka.petr@… Owned by: xris
Priority: major Milestone: unknown
Component: Apps - Nuvexport Version: 0.21
Severity: low Keywords: nuvexport ffmpeg
Cc: Ticket locked: no

Description

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'
154 .' -trellis 1'
155 .' -mbd 1'
156 .' -cmp 2 -subcmp 2'

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

Change History (2)

comment:1 Changed 15 years ago by anonymous

I forgot to mention, that this change must be made in file /nuvexport/export/ffmpeg/XviD.pm

comment:2 Changed 15 years ago by xris

Resolution: fixed
Status: newclosed

(In [20330]) fix aic and cgop ffmpeg parameters. Closes #6214

Note: See TracTickets for help on using tickets.