This commit is contained in:
Mathias Panzenböck 2012-12-29 22:52:14 +01:00
parent a2fcce963b
commit ed897c8a9e
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,8 @@ small, so using the `--min-size` one can hopefully extract only real MPEG files.
-f, --formats=FORMATS Comma separated list of formats (file magics) to extract.
Supported formats:
all all supported formats
default the default set of formats (AIFF, ID3v2, Ogg, RIFF, MIDI, S3M, IT)
default the default set of formats (AIFF, ID3v2, IT, MIDI, MP4,
Ogg, RIFF, S3M)
aiff big-endian (Apple) wave files
id3v2 MP1/2/3 files with ID3v2 tags at the start
it ImpulseTracker files

View File

@ -57,7 +57,8 @@ int usage(int argc, char **argv)
" -f, --formats=FORMATS Comma separated list of formats (file magics) to extract.\n"
" Supported formats:\n"
" all all supported formats\n"
" default the default set of formats (AIFF, ID3v2, Ogg, RIFF, MIDI, S3M, IT)\n"
" default the default set of formats (AIFF, ID3v2, IT, MIDI, MP4,\n"
" Ogg, RIFF, S3M)\n"
" aiff big-endian (Apple) wave files\n"
" id3v2 MP1/2/3 files with ID3v2 tags at the start\n"
" it ImpulseTracker files\n"