mirror of
https://github.com/panzi/mediaextract
synced 2025-02-01 13:21:30 +00:00
updated help/README
This commit is contained in:
parent
a794d3058e
commit
8329cdf5b3
@ -94,9 +94,9 @@ files.
|
||||
all all supported formats
|
||||
default the default set of formats (AIFF, ASF, AU, BINK, BMP,
|
||||
GIF, ID3v2, IT, JPEG, MPEG 1, MPEG PS, MIDI, MP4, Ogg,
|
||||
PNG, RIFF, S3M, SMK, XM)
|
||||
PNG, RIFF, S3M, SMK, XM, XMIDI)
|
||||
audio all audio files (AIFF, ASF, AU, ID3v2, IT, MIDI, MP4,
|
||||
Ogg, RIFF, S3M, XM)
|
||||
Ogg, RIFF, S3M, XM, XMIDI)
|
||||
text all text files (ASCII, UTF-8, UTF-16LE, UTF-16BE,
|
||||
UTF-32LE, UTF-32BE)
|
||||
image all image files (BMP, PNG, JPEG, GIF)
|
||||
@ -133,6 +133,7 @@ files.
|
||||
utf-32be big-endian UTF-32 files (only printable code points)
|
||||
utf-32le little-endian UTF-32 files (only printable code points)
|
||||
xm Extended Module files
|
||||
xmidi XMIDI files
|
||||
|
||||
WARNING: Because MP1/2/3 files do not have a nice file magic, using
|
||||
the 'mpg123' format may cause *a lot* of false positives. Nowadays
|
||||
@ -149,5 +150,5 @@ files.
|
||||
If '-' is written before a format name the format will be
|
||||
removed from the set of formats to extract. E.g. extract
|
||||
everything except tracker files:
|
||||
|
||||
|
||||
mediaextract --formats=all,-tracker data.bin
|
||||
|
@ -191,7 +191,7 @@ static int usage(int argc, char **argv)
|
||||
" ogg Ogg files (Vorbis, Opus, Theora, etc.)\n"
|
||||
" png Portable Network Graphics files\n"
|
||||
" riff Resource Interchange File Format files (ANI, AVI, MMM,\n"
|
||||
" PAL, RDI, RMI, SGT, STY, WAV and more)\n"
|
||||
" PAL, RDI, RMI, SGT, STY, WAV, WEBP and more)\n"
|
||||
" s3m ScreamTracker III files\n"
|
||||
" smk Smaker files\n"
|
||||
" utf-8 7-bit ASCII and UTF-8 files (only printable code points)\n"
|
||||
|
Loading…
Reference in New Issue
Block a user