h26forge

Creates syntactically valid but semantically spec-noncompliant H.26x videos

brewmacoslinux
Try with needOr install directly
Source

About

Tool for making syntactically valid but semantically spec-noncompliant videos

Commands

h26forge

Examples

Generate a non-compliant H.264 video file with custom parameters$ h26forge -o output.h264 --width 1920 --height 1080
Create a malformed H.265/HEVC video for fuzzing or testing$ h26forge --codec hevc --invalid-sei -o test.hevc
Generate video with intentional violations for decoder robustness testing$ h26forge --codec h264 --violation-type constraint-set -o fuzzing.h264