mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
b997592d92
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
438 B
Text
8 lines
438 B
Text
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.
|