level 13
对于高级用户,给出工具使用说明,如下 EA Layer 3 Stream Extractor/Decoder 0.7.0. Copyright (C) 2010-11, Ben Moench. Usage: ealayer3 InputFilename [Options] -i, --offset Offset Specify the offset in the file to begin at.
-o, --output File Specify the output filename (.mp3).
-s, --stream Index Specify which stream to extract, or all.
-m, --mp3 Output to MP3 (no information loss!).
-w, --wave Output to Microsoft WAV.
-mc, --multi-wave Output to a multi-channel Microsoft WAV.
--parser5 Force using the version 5 parser.
--parser6 Force using the version 6/7 parser.
-n, --info Output information about the file.
-v, --verbose Be verbose (useful when streams won't convert).
-b-, --no-banner Don't show the banner. Encoding: ealayer3 -E InputFile [InputFile2 ...] [Options]
--single-block Create a stream to be loaded in memory.
--header-b Create a stream in the header B format. If multiple input files are given, they will be be interleaved into multiple str
eams Supported formats:
* Asf GSTR Header
- EAL3 for SCx blocks
* Asf PT Header
- EAL3 for SCx blocks
* Single Block Header
- EAL3 ver. 5
- EAL3 ver. 6 and 7
* Header B
- EAL3 ver. 5
- EAL3 ver. 6 and 7
* Headerless
- EAL3 ver. 5
- EAL3 ver. 6 and 7
2012年02月09日 16点02分