Hi
I have a 2giga mpeg file of people runnig,jogging,walking etc. in it. I will use it in a image classification project but I need to segmentate the video depending on per person an per action.
for example; there are 25 people in video which repeat these actions in order
1st person -runs -walks
2nd person
-runs -walks
and goes on....
and what I want is to have 2 different mpeg file for each person such as; firstperson_runs.mpeg firstperson_waves.mpeg
so I need a tool to split big file into these files. Splitting shall be due to time.
such as; pick t1:start of action pick t2:end of action create a new video from big file for the interval t1 and t2
of course I will select time intervals for each video.
OS:Winxp pro
if it can be done by matlab ,can you describe it? any help???