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
Encoded bitstream (either MJPEG, H264, or H265) from the device can also be **saved directly into .mp4 container**
2
2
with no computational overhead on the host computer. See `demo here <https://github.com/luxonis/depthai-experiments/tree/master/gen2-container-encoding>`__
3
-
for more information.
3
+
for more information.
4
+
5
+
**Matroska**
6
+
7
+
Besides ``ffmpeg`` and ``.mp4`` video container (which is patent encumbered), you could also use the ``mkvmerge``
8
+
(see `MKVToolNix <https://mkvtoolnix.download/doc/mkvmerge.html>`__ for GUI usage) and ``.mkv`` video container
9
+
to mux encoded stream into video file that is supported by all major video players
0 commit comments