Skip to main content

Module rrd

Module rrd 

Source
Expand description

Programmatic access to the .rrd/.rbl manipulations offered by the rerun rrd CLI.

Only optimization is available so far.

Structs§

EncodeStats
What optimize wrote.
OptimizationProfile
Named optimization profile combining chunk-size thresholds with post-processing knobs (extra passes, GoP rebatching, thick/thin split).

Functions§

optimize
Optimize an .rrd/.rbl stream by reshaping its chunks, and write the result to rrd_out.
optimize_file
Optimize the contents of an existing .rrd/.rbl file by reshaping its chunks, and write the result to path_to_output_rrd.