Registry / other / libsmacker

libsmacker

JSON →
library1.2.0vcpkgunverified

libsmacker is a cross-platform C library which can be used for decoding Smacker Video files produced by RAD Game Tools

vcpkg install libsmacker
INSTALL
IMPORT
SIG · LIBSMACKER
L
libsmacker
othercppv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

smacker.h
#include <smacker.h>

Open and query a Smacker video file

#include "smacker.h" #include <stdio.h> int main() { smk smk = smk_open_file("video.smk"); if (!smk) { fprintf(stderr, "Failed to open Smacker file\n"); return 1; } smk_info_video(smk, NULL, NULL, NULL); smk_close(smk); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libsmacker — pip install libsmacker · libregistry