Skip to content

File extension for saveAs includes the codec name(s) #553

@thijstriemstra

Description

@thijstriemstra

Description

After recording an audio/video using https://collab-project.github.io/videojs-record/demo/audio-video.html
and saving it using player.record().saveAs({'video': 'foo12'}) it presents the user with a filename of foo12.webm;codecs=vp8,opus. Before it didn't append the ;codecs=vp8,opus part.

Results

Expected

foo12.webm

Actual

foo12.webm;codecs=vp8,opus

Additional Information

Please include any additional information necessary here. Including the following:

versions

videojs

videojs-record 4.2.0, video.js 7.11.4

browsers

Google Chrome 89.0.4389.72

OSes

  • macOS Big Sur
  • Ubuntu 20.04

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions