[mythtv] [mythtv-commits] mythtv/master commit: 72d437001 by Daniel Thor Kristjansson (daniel-kristjansson)
Daniel Kristjansson
danielk at cuymedia.net
Tue Dec 13 03:54:03 UTC 2011
On Mon, 2011-12-12 at 21:57 -0500, f-myth-users at media.mit.edu wrote:
> > Date: Mon, 12 Dec 2011 23:01:46 +0000 (UTC)
> > From: MythTV <noreply at mythtv.org>
> > Adds 'damaged' video property for poor recordings.
> I'm not running master, so I can't submit code for this yet, but may
> I suggest that another quality metric is whether or not the recording
> contains EAS bursts? This is a -constant- problem on my Comcast feed,
I hate to contradict what was said in the ticket but since this
requires decoding the audio it's probably best done in an external
program managed by mythtv like how real-time mythcommflag works.
That way libav crashes don't take down the backend. Other than that
I think this is a great idea.
PS I wouldn't be opposed to storing recording quality metrics in
the DB, I just didn't do it in those commits because it wasn't
necessary when everything is handled in the recorder. With an
external process that might be the easiest way to handle the
interprocess communication and would be consistent with how
mythcommflag works.
-- Daniel
More information about the mythtv-dev
mailing list