techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

Playable video for elementary streams #13

Closed techyian closed 7 years ago

techyian commented 7 years ago

Currently when recording a video, frames are recorded as a raw elementary stream and are not multiplexed into a container. The user can use VLC via the command line vlc --demux=h264 to allow it to play elementary streams.

This issue is to track a helper method using FFmpeg to convert stdout data frames to a playable file.