[mythtv-users] Where can I get some info about recordedmarkup table (context: cutlist)?

Vijay Gill vijay.s.gill at gmail.com
Wed Apr 5 13:57:04 UTC 2006


Thanks for the info. But even though I have the table filled with
marks but there rows which have mark type 0 or 1. All are 6 only. My
source file is MPEG2 file created by PVR350.

On 04/04/06, Boleslaw Ciesielski <bolek-mythtv at curl.com> wrote:
> Vijay Gill wrote:
> > Hi,
> >
> >     Where can I find more information about the contents of
> > recordedmarkup table so that I can use the information for skipping
> > the unwanted areas using the cutlist. I presume the offset column
> > contains the offset in the file. I could not find information on mark
> > column.
>
>  From mythtv/libs/libmythtv/programinfo.h (this is for 0.19.x):
>
> typedef enum {
>      MARK_UNSET = -10,
>      MARK_UPDATED_CUT = -3,
>      MARK_EDIT_MODE = -2,
>      MARK_CUT_END = 0,
>      MARK_CUT_START = 1,
>      MARK_BOOKMARK = 2,
>      MARK_BLANK_FRAME = 3,
>      MARK_COMM_START = 4,
>      MARK_COMM_END = 5,
>      MARK_GOP_START = 6,
>      MARK_KEYFRAME = 7,
>      MARK_SCENE_CHANGE = 8,
>      MARK_GOP_BYFRAME = 9
> } MarkTypes;
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


More information about the mythtv-users mailing list