-
Notifications
You must be signed in to change notification settings - Fork 34
Frequently asked questions
Confession: This is largely a place where I can dump info I've learned about MMAL and various niggles throughout my time with MMALSharp.
The videos produced by the MMAL Video Encoder component are in a raw format i.e. they are not within a H.264/MJPEG container. There is a fair bit of info surrounding this on the web, but in order to successfully open a video file produced by MMALSharp, you can do the following:
vlc --demux=mjpeg /path/to/your/video.mjpeg
vlc --demux=h264 /path/to/your/video.avi
You will experience issues when using the Video renderer if you have the OpenGL driver enabled. Firstly, it won't display anything to the HDMI output, and second you will likely cause your Pi to freeze. If you intend on using the Video renderer, please use the legacy (non-GL) desktop environment.