Skip to content
Advertisement

Tag: mediainfo

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

Advertisement