NormH.264 — 4K to 1/4 size, visually identical

NormMAP commutator-norm driven H.264 encoder. Empirical on a real 4K source: 110 MB → 28 MB (-74.3%) at VMAF mean 83.25, visually indistinguishable from the original. Drop-in FFmpeg pipeline; 100% playback compatibility (every H.264 player, hardware decoder, and edit suite works unchanged). 30-day HW-fingerprint locked trial. SlimeCodec Convert v0.3.2.

Why this matters for VOD / surveillance / archives: cut storage and CDN bandwidth to 1/4 without switching to AV1 (no new GPUs, no player upgrades, no transcoding farm overhauls). Every existing H.264 endpoint plays the output unchanged. AV1 catch-up not required.

Visual proof — 4K side-by-side

Same 4K nature frame, original vs NormH.264 slime-1 (1/4 size). Click any image for full resolution.

4K side-by-side comparison: original vs NormH.264 1/4 size

Center crop (zoom on detail to inspect):

Original 4K zoom NormH.264 slime-1 zoom
left: original 110 MB · right: NormH.264 28 MB (-74%, VMAF 83.25)

Download

Windows x64 — GUI + CLI (.zip) (recommended)
slimecodec-gui.exe (GUI, double-click to launch) + slimecodec-convert.exe (CLI) + FFmpeg 7.1 DLLs + README + test_encode.bat
md5: 4f7cb90e6e6f00aa054a7c3043dd64ab  / 60.8 MB
Windows x64 — CLI only (.zip)
slimecodec-convert.exe + FFmpeg 7.1 DLLs + README (lightweight, no GUI)
md5: d112c582d3ed83e280f6232f0338f006  / 59.0 MB
Linux x64 (.tar.gz)
slimecodec-convert (CLI) + README
md5: de24d90e81ba2c2c54e2b037ad8c8582  / 488 KB

4K empirical (real source measurement)

Tested on a 4K nature clip (3840×2160 30fps, 20.4 sec, H.264 AVC):

OutputSizeReductionVMAF meanVMAF minVisual
Original (45 Mbps)110 MB(reference)
NormH.264 slime-1 (recommended)28 MB-74.3%83.2572.31indistinguishable
NormH.264 slime-2 (aggressive)25 MB-77.2%80.4768.90slight loss

VMAF 83 is the threshold below which most viewers notice degradation. slime-1 lands at 83.25 mean — empirically the sweet spot where storage is quartered with no visible quality loss in real-world viewing.

What changed since v0.3.1 stock

v0.3.2 is faster and slightly more aggressive than v0.3.1:

Metricv0.3.1 stockv0.3.2 (this build)Change
4K Pass 1 wall time17.8 s6.9 s2.6× faster ✅
4K full convert wall27.4 s16.6 s1.65× faster ✅
Bitrate savings (4K surveillance, vs plain libx264)-37.1%-45.4%+8.3 pp ✅
VMAF on the above99.289.6−9.6 pts (still >83) ⚠

If you need the v0.3.1 conservative behavior, set --quality-bias +0.02 (see Quality bias section below).

Speed improvements come from:

  • AVX2 + FMA SIMD path for commutator-norm math
  • 12-thread per-block parallelization
  • Frame pipelining (decoder ↔ compute overlap)
  • Content-aware auto-tune (surveillance / shake / sport / nature / generic auto-detection)

Quick start (Windows GUI, recommended)

  1. Download the GUI + CLI zip and extract to any folder
  2. Double-click slimecodec-gui.exe
  3. Click "Browse..." to select a video, then "Convert"
  4. Output is created next to the input as *_slime.mp4

Quick start (Windows CLI)

  1. Extract the zip to any folder
  2. In cmd / PowerShell:
    slimecodec-convert.exe my_video.mp4 -o output.mp4 --auto-tune --keyint 2
  3. Or run the bundled test_encode.bat

Quick start (Linux)

tar -xzf slimecodec-convert-linux-x64-phase4_2026-05-04.tar.gz
cd slimecodec-convert-linux-x64-phase4
./slimecodec-convert input.mp4 -o output.mp4 --auto-tune --keyint 2

Quality bias dial

Fine-tune the size/quality trade-off on top of the auto-tune classifier with a single dial — slider in the GUI, --quality-bias flag in the CLI:

SettingEffectWhen to use
--quality-bias -0.02Higher strength, smaller filesCompression-priority, accept slight quality drop
--quality-bias 0.0 (default)BalancedMost cases
--quality-bias +0.02Lower strength, larger files, higher VMAF floorQuality-priority, distribution use

Range -0.10 .. +0.10, step 0.01 recommended. Only effective with --auto-tune.

Trial spec (Phase 5 license v2): Expires after the earlier of 30 days from first launch or 1000 invocations. Hardware-fingerprint locked (bound to a single machine), encrypted license file (~/.slimecodec/license_v2.dat / 32 bytes XOR + integrity tag). PC date rollback to extend the trial is detected and rejected.
System requirements: Windows 10/11 x64 or Linux x86_64, CPU with AVX2 + FMA support (Intel Haswell or later, AMD Excavator or later — roughly 2014+ x86 CPUs).

AV1 path

For AV1-only delivery (newer GPU / iOS 17+ / browsers with AV1 decode), see NormAV1 — research preview. Note: AV1 hardware playback is still ~50% market reach; NormH.264 is recommended for general use.

Contact

For commercial license / subscription inquiries: sasaki@javatel.co.jp

SlimeCodec is proprietary software. Patent pending JP 2026-046609.