aboutsummaryrefslogtreecommitdiff
path: root/system/mediaextract/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-01-11 12:22:45 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-17 09:03:29 +0700
commitb997592d92da16a360b530d8c38a7e3c923002cf (patch)
treef161e59da5df6c025ec48ba79e414db460fffeb2 /system/mediaextract/README
parentd75a925a5e25a2b67864159419a54a42af332bdf (diff)
downloadslackbuilds-b997592d92da16a360b530d8c38a7e3c923002cf.tar.xz
system/mediaextract: Added (extract embedded media files)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mediaextract/README')
-rw-r--r--system/mediaextract/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/mediaextract/README b/system/mediaextract/README
new file mode 100644
index 000000000000..964261c7a429
--- /dev/null
+++ b/system/mediaextract/README
@@ -0,0 +1,8 @@
+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. 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.