Opened 15 years ago
Closed 15 years ago
#8788 closed enhancement (fixed)
Patch to add eta timer to nuvexport mencoder jobs
| Reported by: | 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)
Change History (5)
by , 15 years ago
| Attachment: | mencoder.pm.diff added |
|---|
comment:1 by , 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 , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Status: | assigned → accepted |
Please use unified diffs for future patches (diff -u origfile newfile)

Patch to add eta timer to nuvexport mencoder jobs