slackbuilds/system/mediaextract
B. Watson d8dd47cd74
system/mediaextract: Fix README.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-31 09:14:51 +07:00
..
README system/mediaextract: Fix README. 2022-12-31 09:14:51 +07:00
compilefix.diff
mediaextract.1
mediaextract.SlackBuild system/mediaextract: Update email address. 2022-06-09 13:19:31 -04:00
mediaextract.info system/mediaextract: Update email address. 2022-06-09 13:19:31 -04:00
mediaextract.rst
slack-desc

README

mediaextract (extract media files that are embedded in other files)

mediaextract extracts known media types such as RIFF, Ogg, etc, from
various 'resource' or 'archive' format files. It works by looking for
'magic' byte sequences (like the file(1) command does). A typical use
case would be extracting resources from a game. mediaextract does not
support compression (zip/rar/7z/etc), so uncompress the file first,
if necessary.