4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Amazon Prime Musicのコーデック/ビットレート

Last updated at Posted at 2016-04-28

Web版ではMPEG2-TSに入ったAACで、

  • 低=HE-AAC 130k
  • 中=HE-AAC 149k
  • 高=LC-AAC 342k
    と推測されます。
    曲によって違うかもしれないのでABR/CVBRかもしれません。

※最近見ると MPEG-DASH に入った HE-AAC でした。

ソース

AAC-LC "mp4a.40.2"
HE-AAC "mp4a.40.5"

amazonlow.PNG
amazonmed.PNG
amazonhigh.PNG

おまけ

まだ聴いていますか?みたいなのが出た時に自動で押してくれるスクリプト。

amazon_intv = setInterval(function(){
//document.querySelector("#inactivityView > .infoContainer > button");
document.querySelector("#inactivityView").querySelector(".button").click()
},60000);
4
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?