Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 666 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 666 Bytes

Hype

HYbrid Parallel Encoder.

Usage

encoder="x264enc threads=1 b-adapt=false byte-stream=true speed-preset=1"
gst-launch-1.0 -ve \
    videotestsrc \
        num-buffers=200 \
    ! hype \
        gop-size=5 \
        encoder-1='${encoder}' \
        encoder-2='${encoder}' \
        encoder-3='${encoder}' \
    ! fakesink

Links