python:mutagen

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:mutagen [2020/03/24 04:19] – [音楽ファイルフォーマット] ともやんpython:mutagen [2021/10/05 01:13] (現在) ともやん
行 17: 行 17:
 ====== Mutagen ====== ====== Mutagen ======
 {{python:mutaggen_logo.svg?400|Mutagen Logo}}\\ {{python:mutaggen_logo.svg?400|Mutagen Logo}}\\
-本家: [[https://mutagen.readthedocs.org/|Overview — mutagen]]\\+本家: [[https://mutagen.readthedocs.org/|Overview mutagen]]\\
 ソースコード: [[https://github.com/quodlibet/mutagen|quodlibet/mutagen: Python module for handling audio metadata]]\\ ソースコード: [[https://github.com/quodlibet/mutagen|quodlibet/mutagen: Python module for handling audio metadata]]\\
 \\ \\
行 33: 行 33:
 [[http://docs.puddletag.net/|Home — puddletag]]\\ [[http://docs.puddletag.net/|Home — puddletag]]\\
 [[https://github.com/keithgg/puddletag|keithgg/puddletag: Powerful, simple, audio tag editor for GNU/Linux]] - github\\ [[https://github.com/keithgg/puddletag|keithgg/puddletag: Powerful, simple, audio tag editor for GNU/Linux]] - github\\
 +
 +===== インストール =====
 +<WRAP prewrap 100%>
 +<code>
 +$ pip install mutagen
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
 +Collecting mutagen
 +  Downloading https://files.pythonhosted.org/packages/16/b3/f7aa8edf2ff4495116f95fd442b2a346aa55d1d46313143c8814886dbcdb/mutagen-1.45.1-py3-none-any.whl (218kB)
 +    100% |████████████████████████████████| 225kB 226kB/s
 +Installing collected packages: mutagen
 +Successfully installed mutagen-1.45.1
 +</code>
 +</WRAP>
  
 ===== 基礎知識 ===== ===== 基礎知識 =====
 +==== ID3 Tag のネット情報源 ====
 +[[https://musicbrainz.org|MusicBrainz - The Open Music Encyclopedia]]\\
  
 ==== 音楽ファイルフォーマット ==== ==== 音楽ファイルフォーマット ====
行 71: 行 90:
 \\ \\
 [[wpjp>AAC|AAC - Wikipedia]] より\\ [[wpjp>AAC|AAC - Wikipedia]] より\\
-[[https://www.tunemobie.net/resources/aac-m4a-m4b-m4p-m4r.html|AAC、M4A、M4B、M4PとM4Rとは?iTunes音声形式の説明 - TuneMobie]]\\ 
-[[https://align-centre.hatenablog.com/entry/2014/04/28/222154|デジタルオーディオの仕組み - 音声圧縮の原理 MP3, AAC, ATRAC, etc. - White croQuis]]\\ 
- 
 [[wpjp>MP4|MP4 - Wikipedia]] より\\ [[wpjp>MP4|MP4 - Wikipedia]] より\\
 <WRAP prewrap 100% #mincode> <WRAP prewrap 100% #mincode>
行 104: 行 120:
 </code> </code>
 </WRAP> </WRAP>
 +^  ^  .wav  ^  .m4a(ALAC)  ^  .m4a(AAC-LC)  ^
 +^ ビットレート |  1,536.0 kbps |  972.145 kbps |  320.0 kbps |
 +^ サイズ(byte)  |  59,763,244\\ (100%) |  37,853,103\\ (63%) |  13,562,702\\ (22%) |
 +※ビットレート\\
 + 44100Hz × 16bit × 2ch(ステレオ) = 1,411.2kbps\\
 + 48000Hz x 16bit × 2ch(ステレオ) = 1,536.0kbps\\
  
 ===== 参考文献 ===== ===== 参考文献 =====
 +[[https://www.tunemobie.net/resources/aac-m4a-m4b-m4p-m4r.html|AAC、M4A、M4B、M4PとM4Rとは?iTunes音声形式の説明 - TuneMobie]]\\
 +[[https://align-centre.hatenablog.com/entry/2014/04/28/222154|デジタルオーディオの仕組み - 音声圧縮の原理 MP3, AAC, ATRAC, etc. - White croQuis]]\\
 +[[https://blog.goo.ne.jp/jsp_job/e/b2cbf680f1e9fbc374ecb6f0f1837237|サンプリング周波数とビットレート - Smile Engineering blog ( スマイルエンジニアリング・ブログ )]]\\
 +\\
 [[https://stackoverflow.com/questions/44895095/is-it-possible-to-add-id3-tags-to-m4a-files-using-mutagen|python - Is it possible to add ID3 tags to m4a files using mutagen? - Stack Overflow]]\\ [[https://stackoverflow.com/questions/44895095/is-it-possible-to-add-id3-tags-to-m4a-files-using-mutagen|python - Is it possible to add ID3 tags to m4a files using mutagen? - Stack Overflow]]\\
 [[https://python-discid.readthedocs.io/en/latest/|python-discid 1.1 — python-discid 1.1 documentation]]\\ [[https://python-discid.readthedocs.io/en/latest/|python-discid 1.1 — python-discid 1.1 documentation]]\\
  • python/mutagen.1584991178.txt.gz
  • 最終更新: 2020/03/24 04:19
  • by ともやん