Video Compression

VideoNerd

H.265/HEVC

HEVC Detailed Tutorial x265 open source hevc encoder SVT-HEVC Open Source Codec HEVC Lossless Modes Indication of Interlace Content in HEVC Why So Many Intra Prediction Modes in HEVC? HEVC Transform Dynamic Range Analysis Optimal Integration of SAO Decisions in HEVC Encoding Pipeline Relationship Between CRA and RASL Frames Python Script to Remove SEIs Picture […]

Frame Level Parallelism

Introduction Generally speaking there three level of parallelism that can be exploited  to speedup the video encoding/decoding processes: 1) GOP-level: each core takes its own GOP and processes it. 2) Frame Level:  there are three variants:  a) B-frame parallelism, if GOP structure contains two consecutive B-frames (IPbbPbbPbb…, small letter denotes – not used for reference) […]