Tag

H.265

0 views collected around this technical thread.

DaTaobao Tech
DaTaobao Tech
Mar 31, 2023 · Frontend Development

Deploying H.265 Video on the Web: Compatibility, Hardware/Software Requirements, and Playback Strategies

Deploying H.265 on the web is now viable thanks to Chrome 107’s hardware decoding and mature software decoders, but developers must navigate browser support differences, meet specific GPU and OS prerequisites, choose appropriate detection APIs, and implement a fallback hierarchy—from simple video element sources to MSE, WebCodecs, and finally WASM‑based soft decoding—to ensure broad compatibility and optimal performance.

Browser CompatibilityH.265MSE
0 likes · 25 min read
Deploying H.265 Video on the Web: Compatibility, Hardware/Software Requirements, and Playback Strategies
Baidu Geek Talk
Baidu Geek Talk
Jun 9, 2022 · Fundamentals

H.265 Video Encoding Principles and Technical Framework

The article explains H.265 (HEVC) encoding fundamentals, describing its two‑layer VCL/NAL architecture, quad‑tree CTU hierarchy, intra‑ and inter‑frame prediction, DCT/DST transform coding, quantization, CABAC entropy coding, and loop‑filtering techniques that together achieve roughly 50 % bitrate reduction while preserving quality.

H.265HEVCentropy coding
0 likes · 17 min read
H.265 Video Encoding Principles and Technical Framework
Taobao Frontend Technology
Taobao Frontend Technology
Mar 31, 2021 · Frontend Development

How to Build a Web H.265 Decoder with WebAssembly and FFmpeg

This article walks through the complete process of creating a browser‑based H.265 video decoder by compiling a trimmed FFmpeg library to WebAssembly, designing a modular player architecture, and integrating the WASM module with JavaScript workers for real‑time playback of high‑resolution streams.

BrowserH.265JavaScript
0 likes · 22 min read
How to Build a Web H.265 Decoder with WebAssembly and FFmpeg
360 Tech Engineering
360 Tech Engineering
Jul 16, 2019 · Frontend Development

Developing a WebAssembly‑Based H.265 Live Streaming Player for Huajiao Live

This article details the research, design, and implementation of a high‑efficiency H.265 live‑streaming player on the web using WebAssembly‑compiled FFmpeg, custom I/O, Web Workers, and WebGL rendering to achieve low‑latency, high‑quality playback in modern browsers.

H.265Video DecodingWebGL
0 likes · 16 min read
Developing a WebAssembly‑Based H.265 Live Streaming Player for Huajiao Live
Architecture Digest
Architecture Digest
Jun 21, 2017 · Backend Development

Optimizing Billion‑Scale Video Playback: Architecture, Bandwidth, Startup, Buffering, and Success‑Rate Improvements

The talk details Tencent's QQ Space video team’s technical practices for scaling daily video playback from 50 million to over a billion views, covering rapid deployment, bandwidth control, H.265 adoption, startup latency reduction, buffering mitigation, and comprehensive success‑rate monitoring across iOS and Android platforms.

H.265Performance Optimizationbandwidth control
0 likes · 19 min read
Optimizing Billion‑Scale Video Playback: Architecture, Bandwidth, Startup, Buffering, and Success‑Rate Improvements