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 was archived by the owner on Jun 30, 2021. It is now read-only.
I have pretty good experience with video/audio formats.
I noticed that you use MKV for stream recording (because MP4 doesn't support it) and then convert MKV to MP4.
Anyway there are issues if you try to copy MKV while recording.
FLV has no such drawbacks: it was developed essentially for streaming. And it's possible to copy a file during recording and watch it later without issues. FLV does support h264 (MP4 default video codec) so its possible to convert FLV to MP4 very fast: ffmpeg -i recrod.flv -c copy record.mp4.
Also since docker-selenium doesn't need anything except for video and audio tracks, FLV also fits for playback.