Opened 15 years ago

Closed 15 years ago

#8788 closed enhancement (fixed)

Patch to add eta timer to nuvexport mencoder jobs

Reported by: anothersname@… Owned by: beirdo
Priority: minor Milestone: 0.24
Component: Apps - Nuvexport Version: 0.23-fixes
Severity: low Keywords: nuvexport, patch, eta
Cc: Ticket locked: no

Description

The nuvexport mencoder does a good job of transcoding MythTV recordings into compressed files with human readable names files.

However the script doesn't include an eta till the job should finish (currently only a % completed and fps rate). This patch adds an eta to completion based upon the current fps and total frames left.

Users that are running multiple instances of nuvexport simultaneously may find this particularly useful.

Attachments (1)

mencoder.pm.diff (1.1 KB ) - added by anothersname@… 15 years ago.
Patch to add eta timer to nuvexport mencoder jobs

Download all attachments as: .zip

Change History (5)

by anothersname@…, 15 years ago

Attachment: mencoder.pm.diff added

Patch to add eta timer to nuvexport mencoder jobs

comment:1 by anothersname@…, 15 years ago

I haven't added this as a commit myself directly as I've never used either trac or svn before and don't want to end up breaking it.

comment:2 by beirdo, 15 years ago

Owner: changed from xris to beirdo
Status: newassigned

comment:3 by beirdo, 15 years ago

Milestone: unknown0.24
Status: assignedaccepted

Please use unified diffs for future patches (diff -u origfile newfile)

comment:4 by beirdo, 15 years ago

Resolution: fixed
Status: acceptedclosed

(In [25710]) Adds ETA to mencoder jobs in nuvexport.

Patch from anothersname@… Closes #8788

Note: See TracTickets for help on using tickets.