You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
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.