Audio file format | Extension | Audio coding format | Metadata (Tag) |
---|---|---|---|
MP3 | .mp3 | MP3 | ID3v2 |
MP4 | .m4a,.mp4 | AAC | MP4 |
FLAC | .flac | FLAC | VorbisComment |
# | mode of B | Source | Encode B | Output | |||
---|---|---|---|---|---|---|---|
A | B | file format | coding format | metadata (tag) | |||
1 | Folder-B mode | .mp3 | .mp3 | No Encode | .mp3 | MP3 | ID3v2(as is) |
2 | CD-Image mode | .mp3 | CD-Image | Lame | .mp3 | MP3 | ID3v2(as is) |
3 | .mp3/.m4a/.flac | qaac | .m4a | AAC | MP4 | ||
4 | .mp3/.m4a/.flac | libFLAC | .flac | FLAC | Vorbis |
Frame ID | Description | 説明 | 引用 | ||||
---|---|---|---|---|---|---|---|
ID3v2.3 | ID3v2.2 | FLAC (VorbisComment) | MP4 ilst | qaac Tagging | |||
TALB | TAL | ALBUM | ©alb | album | Album title | アルバム | A |
TPE1 | TP1 | ARTIST | ©ART | artist | Artist | アーティスト | A |
TPE2 | TP2 | ALBUMARTIST | aART | band | Album artist | アルバムアーティスト | A |
TIT2 | TT2 | TITLE | ©nam | title | Title | タイトル | A |
TRCK | TRK | TRACKNUMBER | trkn | track | Track | トラック番号 | A |
TPOS | TPA | DISCNUMBER | disk | disk | Part of a set | ディスク番号 | A |
TYER | TYE | DATE | ©day | date | Year | リリース年 | A |
TCON | TCO | GENRE | ©gen | genre | Genre | ジャンル | A |
COMM | COM | COMMENT | ©cmt | comment | Comment | コメント | A |
TCOM | TCM | COMPOSER | ©wrt | composer | Composer | 作曲者 | A |
TENC | TEN | ENCODER | ©too | Encoded by | エンコードした者 | B | |
TSSE | TSS | Encoder settings | エンコーダ設定 | B | |||
TLEN | TLE | Length | 演奏時間(ミリ秒単位) | B | |||
APIC | PIC | (Type-6:Picture) | covr | artwork | Attached picture | ジャケット画像 | A |
MCDI | MCI | CDTOC | CD identifier | 音楽CD識別子 | B |
よって、フレーム内の文字列の文字コードもそのまま継承されます。
Preset | 相当コマンド | Bitrate方式 | kbps |
---|---|---|---|
(No preset) | VBR/ABR/CBR | ||
--preset medium | -V 4 | VBR | 165 |
--preset fast medium | -V 4 --vbr-new | ||
--r3mix | -V 3 | 175 | |
--preset standard | -V 2 | 190 | |
--preset fast standard | -V 2 --vbr-new | ||
--preset extreme | -V 0 | 245 | |
--preset fast extreme | -V 0 --vbr-new | ||
--preset insane | -b 320 | CBR | 320 |
ABR | --abr num | ABR | num |
CBR | -b num | CBR | num |
Low Quality(q9) | -q 9 | VBR/ABR/CBR | |
Normal Quality(q3) | -q 3 | ||
High Quality(q2) | -q 2 | ||
Very High Quality(q0) | -q 0 |
CD ripper | TOC data in MCDI of ID3v2 | TagReplc | ||
---|---|---|---|---|
data | structure | |||
1 | CDex | Binary | uint32LE ※1 | 対応可 |
2 | fre:ac | Binary | uint32BE | 対応可 |
3 | Exact Audio Copy | Binary | uint32BE | 対応可 |
4 | Windows Media Player 12 | Text(UTF16LE) | Hexadecimal LBAs concatenated by '+' | 対応可 |
5 | Windows Media Player 2022 | MCDI,UFID 無し | 非対応 | |
6 | iTunes | MCI(MCDI)無し ※2 | 非対応 | |
7 | Music Center for PC | MCDI無し。UFIDはある | 非対応 |
TagReplc.exe | :実行ファイル |
TagReplc_help.htm | :このソフトウェア取扱説明書 |
readme.txt | :はじめにお読みください |
LICENSE_oss.txt | :利用オープンソースソフトウェアのライセンス条項 |
LICENSE_unbundled.txt | :インストールアーカイブには同梱されていないバイナリコードのライセンス条項 |
Format | Encoder | Binary code | Module type | Download | Developer | License | Documentation | |
---|---|---|---|---|---|---|---|---|
MP3 | LAME | LAME Ain't an Mp3 Encoder | lame_enc.dll | DLL(32bit) | LAME Bundles | The LAME Project | LGPL | Introduction |
FLAC | FLAC | Free Lossless Audio Codec | libFLAC.dll | DLL(32bit) | flac-x.x.x-win.zip | Xiph.Org Foundation | BSD license | Documentation |
AAC | qaac | CLI QuickTime AAC/ALAC encoder | qaac.exe qaac64.exe | EXE(32bit) EXE(64bit) | qaac_x.xx.zip | nu774 | Public Domain | Installation Command Line Options |
イメージファイル形式 | MP3 encoding | FLAC encoding | AAC encoding | |
---|---|---|---|---|
CDex | .wav + .cue | lame_enc.dll | libFLAC_dynamic.dll | libfaac.dll |
fre:ac | .wav + .cue | (LAME.dll) | (FLAC.dll) | (FAAC.dll,FDK-AAC.dll) |
Exact Audio Copy | .wav + .cue | lame.exe | flac.exe | |
ImgBurn | .bin + .cue | N.A. | ||
CD Manipulator | .img + .cue | N.A. |
名称 | ライセンス形式 | 開発者 | Keiroku での用途 | 利用形態 | |
---|---|---|---|---|---|
libguess (Gauche) | BSD-3-Clause | permissive | Shiro Kawai | SJIS/UTF-8判定 | ソースコード部分埋込み |
Copyright © 2021-2024 Kinjo-no-Jijii (KinJ).