question on .csv files

Here you can ask your questions on how to use Comskip for the detection of commercials. Also questions on how to remove commercials are welcome
Post Reply
rocket666
Posts: 14
Joined: Fri May 16, 2008 2:51 am

question on .csv files

Post by rocket666 »

The output of the .csv files has more data fields than headings (first line), for example,

Code: Select all

frame,brightness,scene_change,logo,uniform,sound,minY,MaxY,ar_ratio,goodEdge,isblack,cutscene,2997
1,13,0,0,0,0,78,358,0,500,0,0,62,566,0,0
2,43,485,0,28905,0,78,358,134,500,0,100,62,566,178,640
3,43,495,0,28905,0,78,358,134,500,0,100,62,566,177,639
4,43,490,0,28904,0,78,358,134,500,0,100,62,566,177,640
5,43,490,0,28907,0,78,358,134,500,0,100,62,566,178,639
Is there a more up to date explanation of these values?

Also, what is the 2997 in the first line?
erik
Site Admin
Posts: 3369
Joined: Sun Aug 21, 2005 3:49 pm

Re: question on .csv files

Post by erik »

The full list is

frame,brightness,scene_change,logo,uniform,sound,minY,MaxY,ar_ratio,goodEdge,isblack,cutscenematch, minX, maxX, brightpixelcount, dimpixelcount

2997 is the frame rate times 100
Post Reply