spdl.io.utils¶
Overview¶
Utility functions.
API Reference¶
Functions
built_with_cuda¶
Check if SPDL is compiled with CUDA support. |
built_with_nvcodec¶
Check if SPDL is compiled with NVCODEC support. |
built_with_nvjpeg¶
Check if SPDL is compiled with NVJPEG support. |
get_ffmpeg_filters¶
Get the list of available filter names. |
get_ffmpeg_log_level¶
Get the current log level of FFmpeg. |
get_ffmpeg_versions¶
Get the versions of FFmpeg libraries |
set_ffmpeg_log_level¶
Set the log level of FFmpeg. |
trace_counter¶
Trace a counter value. |
trace_event¶
Trace an operation with custom name. |
trace_gc¶
Attach tracer to garbage collection. |
tracing¶
Enable tracing. |