GKRootWire
AI Google Adds 'Preferred Source' Button to Help Publishers Fight AI Traffic LossesGadgets Linkdaze Launches a Smart Calendar Aimed at Running Your Whole HouseholdSecurity Popular Rust Crate arrayref Hijacked to Spread Infostealer MalwareCloud & Sysadmin GitHub Details Cause of August 17 Outage, Outlines Reliability FixesDev Tools Show HN: 'Huzzah' Proposes a Fresh Take on AI-Assisted CodingCloud & Sysadmin The Weird Science of Cooling Data Centers With UrineAI Google Adds 'Preferred Source' Button to Help Publishers Fight AI Traffic LossesGadgets Linkdaze Launches a Smart Calendar Aimed at Running Your Whole HouseholdSecurity Popular Rust Crate arrayref Hijacked to Spread Infostealer MalwareCloud & Sysadmin GitHub Details Cause of August 17 Outage, Outlines Reliability FixesDev Tools Show HN: 'Huzzah' Proposes a Fresh Take on AI-Assisted CodingCloud & Sysadmin The Weird Science of Cooling Data Centers With Urine
Dev Tools

X262 Brings MPEG-2 Encoding to the x264 Codebase

An open-source fork repurposes the battle-tested x264 encoder architecture to handle the decades-old MPEG-2 format.

A developer has released X262, a fork of the widely used x264 video encoder that adds support for MPEG-2, the older compression standard still used in broadcast television, DVDs, and some legacy streaming pipelines.

X264 is one of the most mature and heavily optimized H.264 encoders in existence, prized for its speed and quality tuning built up over nearly two decades of development. By grafting MPEG-2 encoding into that same codebase, X262 aims to bring similar performance engineering and modern tooling to a format that hasn't seen much active open-source development in years.

The project is niche, but for anyone maintaining broadcast or legacy video workflows, having a fast, actively structured encoder based on proven x264 internals could be a meaningful upgrade over dated MPEG-2 tools.

Why it matters: MPEG-2 remains embedded in broadcast infrastructure worldwide, so a modern, well-optimized encoder can meaningfully improve efficiency for facilities still tied to that standard. It's also a good example of how mature open-source codec architecture can be repurposed rather than rebuilt from scratch for adjacent formats.

Sources: Hacker News