Skip to content
Advertisement

Tag: webm

Is there a way to get the frame width and frame height properties of a webm via javascript?

Here are the properties I’m trying to access: propertyHelp001 I’ve looked at mediainfo.js (https://github.com/buzz/mediainfo.js?files=1) and honestly I’m not able to figure it out. I’ve also seen people mention that it’s possible to use ‘media info’ (https://mediaarea.net/en/MediaInfo) CLI to accomplish this but I can’t find any instruction on how to accomplish this. I’ve also tried utilising wmic like so: but I

Get data URL from video stream?

I have a video (webm) capture script that works fine. It records video then offers it as a download. The pertinent part of the code is this: This works, as I say. However, the console says that passing media streams to URL.createObjectURL is deprecated, and I should use HTMLMediaElement srcObject instead. So I changed it to: …and although everything still

Advertisement