1 repository
Parallelization strategy that divides video frames into independent strips for simultaneous encoding.
Distinct from Parallel Encoding and Decoding: Specifically covers spatial slicing of frames, distinct from general thread distribution for codec operations.
Explore 1 awesome GitHub repository matching graphics & multimedia · Slicing-Based Parallelism. Refine with filters or upvote what's useful.
OpenH264 is a library for encoding and decoding video using the H.264 standard. It provides tools to transform raw video frames into compressed byte streams and decompress those streams back into raw pixel frames. The project includes a simulcast video stream generator that produces multiple resolutions from a single source. This capability supports adaptive bitrate streaming and real-time video communication across varying network conditions. The system implements video processing workflows including adaptive rate control, slicing-based parallel encoding, and YUV planar buffer management. I
Divides video frames into horizontal strips to enable simultaneous compression across multiple CPU cores.