Opened 12 years ago
Closed 12 years ago
#577 closed defect (fixed)
De-noisify video transcoding
Reported by: | spaetz | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.3.3 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
ProgressCallback (which saves media_entry.save() to the db) and _log.info() is called every second during video transcoding informing the user of transcoding progress, even the percentage has not changed at all. For small 10MB videos this means I get about 4 log entries with the same transcoding percentage.
Please consider merging my upcoming de-noisification of the log and database activities, by only logging/save()'ing when things have actually changed.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It's just a small change and has been pushed as commit 0efc4e4dbf6373d5a5b1a4b1fd2e3f9cdc403ab6 to master. Fixed for 0.3.3.
The patch is now in branch 577_denoise_video_transcoding in my repo at: git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git