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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: