Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

USE FLV format for screen recording #385

@kokorin

Description

@kokorin

Hello, thank you for this project.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions