Skip to content

woafID/MediainfoGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediainfoGUI

A simple web interface for MediaInfo, allowing you to inspect media file metadata directly in your browser. It uses mediainfo.js (WASM) to process files locally, so no data is uploaded to a server.

Features

  • Drag and drop support
  • Local processing (fast and private)
  • Syntax-highlighted text output
  • Clean, minimal UI

Getting Started

Prerequisites

  • Node.js installed on your system.

Installation

  1. Clone or download this repository.
  2. Install dependencies:
    npm install

Running the App

Start the local server:

node server.js

Open your browser and navigate to http://localhost:3000.

How it works

The application uses the mediainfo.js library, which is a WASM port of the original MediaInfo C++ library. The Express server is only used to serve the static frontend files and the WASM binary. All media analysis happens on the client side.

About

A simple web interface for MediaInfo, allowing you to inspect media file metadata directly in your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors