How to Control bit rate of recording changes as motion occurs

Nicolas Dufresne nicolas at ndufresne.ca
Mon Jun 18 14:00:57 UTC 2018


Le lun. 18 juin 2018 01:59, Shubham Shrivastava <shubham333vm at gmail.com> a
écrit :

> How to automatically adjust recording bit rate depending on motion & scene
> and during periods of
> negligible motion, the recording bits rate shall drop and when motion
> occurs, the recording bit rate shall return to normal without any
> perceptible delay.
>

It depends on your encoder capabilities. Some of them implements VBR mode,
and will handle this for you. Other have CBR but the bitrate can be adapted
externally. Then you need you own motion filter to measure. Some CODEC like
vaapi/Intel have a very advance method, were you can retrieve the motion
calculated by the encoder. This one isn't integrated into GStreamer
elements yet. It will require vaapi programming for sure.

_______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180618/5a755b61/attachment.html>


More information about the gstreamer-devel mailing list