diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-28 03:22:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:51 +0700 |
commit | d8dd47cd741e33c0366a81eab767bf119de2b752 (patch) | |
tree | f83f7d3450d583b363f90d6e7955a47168edd63e /system/mediaextract | |
parent | dfbbb5108668fb378ab7e5e3d7261a1ef0c067b4 (diff) |
system/mediaextract: Fix README.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mediaextract')
-rw-r--r-- | system/mediaextract/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/mediaextract/README b/system/mediaextract/README index 964261c7a429..0452c5a62437 100644 --- a/system/mediaextract/README +++ b/system/mediaextract/README @@ -1,8 +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. +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. |