Skip to content

ISCC - Tools#

Manage SDK binary media file handling tools.

install() #

Install binary tools for content extraction and metadata handling.

run_ffmpeg(args: List[str]) #

Run ffmpeg command with args. Install ffmpeg if not found.

run_fpcalc(args: List[str]) #

Run fpcalc command with args. Installs fpcalc if not found.

run_exiv2(args: List[str]) #

Run exiv2 command with args. Install exiv2 if not found.

run_exiv2json(args: List[str]) #

Run exiv2json command with args. Install exiv2json if not found.

run_ipfs(args: List[str]) #

Run ipfs command with args. Install ipfs if not found.

run_tika(args: List[str]) #

Run tika command with args. Install tika if not found.