Opened 15 years ago

Closed 15 years ago

#6215 closed defect (fixed)

nuvexport --transcode - not working because of deprecated argument print_status

Reported by: anonymous Owned by: xris
Priority: major Milestone: unknown
Component: Apps - Nuvexport Version: 0.21
Severity: medium Keywords: nuvexport transcode print_status
Cc: Ticket locked: no

Description

I have OpenSUSE 11.1 64bit, nuvexport 0.5.svn20081227-0.pm.3 and transcode 1.1.0-0.pm.0.

Line

88:    .' --print_status 16'

is no longer walid, because print_status was changed to combination of progress_meter and progress_rate. So if the line is changed to

88:    .' --progress_meter 0 --progress_rate 16'

nuvexport is working, bug progress and time till end is not showing because of changed pattern of progress notifications. I don't know, how to correct this... Value 1 and 2 of progress_meter makes same effect.

Change History (3)

comment:1 Changed 15 years ago by vodicka.petr@…

Sorry, not anonymous :)

comment:2 Changed 15 years ago by vodicka.petr@…

And again, I was talking about this file http://svn.mythtv.org/trac/browser/trunk/mythextras/nuvexport/export/transcode.pm

And argument -V on line 87 is not working too.

comment:3 Changed 15 years ago by xris

Resolution: fixed
Status: newclosed

(In [20332]) fix transcode progress parameters and update status processor to deal with new format. Closes #6215

Note: See TracTickets for help on using tickets.