diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-11 12:22:45 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 09:03:29 +0700 |
commit | b997592d92da16a360b530d8c38a7e3c923002cf (patch) | |
tree | f161e59da5df6c025ec48ba79e414db460fffeb2 /system/mediaextract/README | |
parent | d75a925a5e25a2b67864159419a54a42af332bdf (diff) |
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/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/mediaextract/README b/system/mediaextract/README new file mode 100644 index 0000000000000..964261c7a4299 --- /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. |