Skip to content
SauliusE edited this page Jan 21, 2015 · 1 revision

Info

We have new tool, which allows us to cut recordings of videos in the intervals we want.

There is two ways to use it, 1) through terminal, 2) through cockpit player interface.

How-To

a) Make sure that you have a recording file and the shared memory dump. Let’s assume the files are named recordingA.rec and recordingA.rec.mem.

b) Update your working copy, build the sources, and install the binaries as usual.

c) Start the supercomponent: ./supercomponent —cid=111

Spliting video in the terminal:

d) Split the recording: ./split —cid=111 —freq=100 —source=recordingA.rec —range=100-400 The tool will create two new files: recordingA.rec_100-400.rec and recordingA.rec_100-400.rec.mem containing all containers from within the interval 100-400.

Spliting video in cockpit:

d) start the cockpit component: ./cockpit --cid=111

e) Select player and load recording you want to split, in the textbox enter values for the starting frame and ending frame.

Clone this wiki locally