[mythtv] [PATCH] Fix thumbnail creation

Mark Edwards irish at irishmark.co.uk
Tue Oct 28 12:50:23 EST 2003


I said: (apologies for replying to myself)
> I get the same problem, seems to be down to the transcoding not clearing
the
> recordedmarkup table after a transcode.
> I looked into the code briefly and seems to be to do with some of the
> commercial flagging options, but I haven't finished my investigation yet.
>
> also, I've had this problem since I first started doing autotranscode, so
> it's not new.
> I suspect it has to do with the commercial flagging settings in your DB
may
> have changed.

It seems the code will only clear the recorded markup tables of records of
type "MARK_KEYFRAME"
if the flag "USE_CUTLIST" is not set. (transcode.cpp lines 268-303)
I'm not clear on the different types of records in the recordedmarkup table,
can someone explain to me please?
Shouldn't this table be cleared of *all* records for this file and the
commflag thread rerun if the transcode has actually
completed succesfully to a different format?

i.e. if the existing data for this file relates to the original (in my case
MJPEG) format, then isn't all the recordedmarkup data invalid for the
resulting mpeg4 file?

If anybody can confirm this I'll submit a patch.

thanks
Mark.



More information about the mythtv-dev mailing list