🎬 GuessIt JS (WASM)

Extract metadata from video filenames with JavaScript & WebAssembly

🏠 All Demos ⚡ WASM Performance

🚀 Try It Now

📝 Example Filenames (click to try):

The.Matrix.1999.1080p.BluRay.x264-GROUP.mkv
Game.of.Thrones.S01E01.Winter.Is.Coming.HDTV.x264-LOL.mkv
Breaking.Bad.S03E07.One.Minute.720p.HDTV.XviD-FQM.avi
Avengers.Endgame.2019.2160p.UHD.BluRay.x265.10bit.HDR.mkv

🎯 Results:

Click "Parse Filename" to see results...

🚀 High Performance

WebAssembly provides native-speed parsing, up to 8x faster than pure JavaScript implementation.

🌐 Universal

Works in all modern browsers and Node.js environments with the same API and results.

📱 Lightweight

Only 38KB WASM binary + 11KB JS loader. No external dependencies required.

🎯 Compatible

Same API and parsing results as the original Python GuessIt library.