2

I have to capture the stream of several cameras (from 3 to 15) simultaneously so as to have for each camera a separate video file on which to make an automatic and predefined video editing.

The videos must have the same duration, same framerate, start time and end time unless there is a way with FFMPEG to save a synchronization timestamp for each file.

All connections are on the local network as it involves filming events in the same place.

Some cameras have wireless/radio connections as they are moving cameras (I thought I would use GoPro or similar with a video signal transmitter via radio), the other cameras will have a fixed location and can also be wired (in this case I thought I was using cameras IP).

The videos must be in high resolution and of variable size from HD (1280x720) to 4K (4096x2160) because the output of the final edited video will be in HD and in some videos (4K) will be automatically made default crop with pan effect and / or zoom.

QUESTION:

What is the best and fastest solution for managing so many cameras and being able to make a predefined video editing as fast as possible?

I thought of streaming by connecting the cameras to the 'Raspberry Pi' with ffserver, saving the videos on a server that with ffmpeg performs the editing.

Do you have suggestions or alternatives?

Thank you

0 Answers0