搜索 社区服务 统计排行 帮助
  • 40974阅读
  • 35回复

TAK 1.0.4 压缩设置指南(TAK音频格式推广贴)

楼层直达
级别: 精灵王
注册时间:
2002-05-05
在线时间:
4小时
发帖:
2514
原贴地址:http://1.stdcb.com/blog/article.asp?id=24

“TAK (Tom's lossless Audio Kompressor) 汤姆的无损音频压缩器是一个无损音频编码器,该编码器承诺其压缩性能与 Monkey's Audio "High" 相仿,而解码速度与 FLAC 相仿。现在其基本格式已经完成,可以安全使用,其他诸如内部tag信息支持,更多的播放软件支持等功能正在开发中。”

官方网页(德):http://www.thbeck.de/Tak/Tak.html

由于TAK 1.0.4 多了很多压制选项,以下跟据程序的说明文件做一些翻译与推荐设置。

[size=huge]Options 选项设置
The Options dialog lets you choose encoder options like the preset, which determines compression efficiency, encoding and decoding speed. Furthermore you can modify stream properties and specify output options like for instance the destination directory.

该选项对话框可以让你设置编码选项,如选择 预设值(可以决定压缩效率,编码和解码速度)。你甚至可以修改 流选项 和指定 文件输出 的选项,如选择存放输出文件的目录。

[size=huge]Encoder options

Presets 预设值
The table contains 15 rows. Each is representing one encoder preset, which affects compression efficiency, encoding and decoding speed. You select a preset with a mouse click.

该表格有15行。每一行表示一个影响编码效率和编解码速度的预设值。单击所选的预设值即选择该预设值。

Each preset selects a set of internal encoder options. Some of them affect only the encoding speed, the others also the decoding speed.

选择一个预设值即选择一套内置的编码选项,其中一些选项只会影响编码速度,而另外一些选项则会影响解码速度。

Slower decoding usually means higher hardware requirements (memory size and/or cpu power) for a playback device. Some devices may be too weak to support the more demanding internal encoder options. But any option, which only affects the encoding speed and complexity, is always applicable.

更慢的解码速度意味着更高的回放设备硬件要求(内存大小或CPU速度)。一些设备也许支持不了更高要求的内置编码选项。但任何选项只是影响编码的速度和复杂度,总是可适用的。

Therefore each preset consists of two components:

因此任意一个预设值都由两部份组成:

The profile selects internal encoder options which affect both encoding and decoding speed. Profiles are declared as a number from 0 to 5 (fastest to strongest).
预设档(profile)用来选择影响编解码速度的内置编码选项。预设档(profile)被申明为0到5(最快到最强)六个等级。
The evaluation level selects only internal encoder options, which have no effect on the decoding speed. The evaluation levels are named Standard, Extra and Max and abbreviated as s, e and m (fastest to strongest).
评估值(evaluation level)用来选择不影响解码速度的内置编码选项。几个评估值被命名为 标准(Standard), 特强(Extra)和最强(Max),对应缩写s,e和m(最快到最强)。
Presets are beeing declared as a combination of the profile and the abbreviated evaluation level (if not specified Standard is beeing used): 0 is the fastest, 5m the strongest setting.

预设值(preset)被申明为预设档(profile)和评估值(evaluation level)的组合(如果评估值未被申明则默认使用标准(standard)):0对应最快预设值,5m则为最强预设值。

Put a -p in front of the preset and you get the corresponding command line parameter for TAKC, which is also used in the table as name for the preset.

在预设值前加入“-p”即为对应的TAKC命令行参量,也就是表格里使用的预设值名。

A hardware manufacturer supporting TAK has only to specify the strongest profile it's hardware can decode, because the evaluation level does not affect the hardware requirements.

TAK的硬件支持产家只会标明产品所能支持的最强预设档,这是因为评估值并不影响硬件要求。

Hint: If you want higher compression and fast encoding, and are able to accept some decrease in decoding speed, it is usually preferable to select a higher profile instead of increasing the evaluation level.

提示:如果你追求更高的压缩率和更快的压缩速度,而且能够接受牺牲解码速度的前提,通常选择一个更高的预设档(profile)会优于选择更高的评估值(evaluation level)。

Comparison 对照
The table contains results from my primary test file set to give you an idea of the effect of profiles and evaluation levels on compression efficiency, encoding and decoding speed. Depending on your files and system you may get quite different results!

该表格包括了个人原始测试文件的结果,这些结果可以帮助你理解预设档(profile)和评估值(evaluation level)对编码效率和编解码速率的影响。但由于系统和文件的不同你也有可能得到不一样的测试结果。

The data in columns 2 to 4 is always relative to the currently selected preset:

2至4列的数据与当前选择的预设值(preset)有关:

Compression difference tells you, how much better (positive values) or worse (negative values) the other presets performed. Example: if 2 is selected (Default), you can see, that 5 + MAX achieved 1.10 percent better compression on my file set. Percentage values always refer to the original, uncompressed file size.

由压缩比的区别可知其他预设值(preset)在这方面表现得更好(正值)或更差(负值)。例如,如果选择预设值2(默认),你将看到5+MAX在压缩比方面比选择的2强1.10百分点。该百分比值与未压缩前的原始文件相关。

Encoding/Decoding speed: How much faster / slower are the other presets on encoding / decoding.

编码/解码速度:其它预设值比当前预设值 快/慢 多少。

[size=large]既然选择了TAK肯定选择最强的-p5m啦

[size=huge]Details 详细设置
The Details dialog let's you modify some internal encoder options.

详细设置对话框可让你修改某些内置编码选项。



Frame Size Limit 帧大小限制
The Frame size is defined as samples per channel. The encoder first calculates the frame size for the preset's Frame Duration and then compares the resulting sample count with the Frame Size Limit value. If it's bigger, it will be limited. An Example:

帧大小(Frame Size)是指每个声道的采样数量。编码器首先由预设值的帧持续时间计算出帧大小,然后拿结果的采样数与帧大小限定的值作比较。如果结果的采样数比帧大小限定的值大,帧大小将会被限制。例如:

Profile 0 is using a Frame Duration of 94 ms. CD-Audio has a sample rate of 441000. 44100 * 0.094 = 4145 samples. This value is bigger than the profile's Frame Size Limit and will therefore be limited to 4096.

预设档0的帧持续时间为94ms。CD音频的采样率为44100Hz。44100 * 0.094 = 4145 采样数。这个值比预设档的帧大小限定值大所以被限制在4096。

Caution: if you increase the frame size limit, you are breaking the profile's specification! Some hardware players may not have enough memory to decode the bigger frames. Decreasing the frame size usually reduces the compression efficiency.

注意:如果你增加帧大小限制的值,你将破坏预设档的规格!一些硬件播放器可能没有足够的内存去解码比它大的帧。减小帧大小则会降低压缩效率。

There is only one situation where you are adviced to change the frame size limit: If you want to encode files generated by the high quality LossyWav- preprocessor, Tak's frame size has to match the preprocessors frame size (usually 512 samples). For more information about LossyWave please read those threads at Hydrogenaudio.org: Near-lossless / lossy FLAC, An idea & MATLAB implementation and lossyWAV Development, WAV bit reduction by 2BDecided.

只在一种情况下我们建议你修改帧大小:如果你想使用高质量的 LossyWav- 预处理程序 去编码生成文件。Tak 的帧大小必须与该预处理程序的帧大小相符(通常为512采样数)。更多关于 LossyWave 的信息请访问 Hydrogenaudio.org: Near-lossless / lossy FLAC, An idea & MATLAB implementation and lossyWAV Development, WAV bit reduction by 2BDecided。

Another warning: Frame Size Limit's of 512, 1024 and 2048 are not backwards compatible and can not be decoded by TAK applications and libraries prior to V1.0.2!

另一个警告:帧大小限制值为 512, 1024 和 2048 时不能向下兼容即无法被 V1.0.2 版本以前的 TAK 程序和库解码。

Prefilter 预滤器
The prefilter cleans the signal slightly, before it is sent to the linear predictor. It usually gives, on average, 0.15 to 0.20 percent better compression - up to 4 percent on (very) specific files (for instance files that come from lossy compressed sources).

预滤器可以在信号被送去线性预报器之前轻微地过滤信号。通常它可以提高平均 0.15% 到 0.20% 的压缩比,对于一些特别的文件(如一些由有损压缩解压出来的文件)甚至可以提高 4% 的压缩比。

This can significantly reduce the decoding speed (10-20 %).

但这将会大幅地降低解码速度(10-20%)。

The profile specification only permits the Prefilter usage for the profiles 3 to 5. If you enable the Prefilter for the profiles 0 to 2, TAK will regard your configuration as profile 3.

预设档规范只允许预设档等级 3 以上可以使用预滤器。如果你在预设档等级 0 到 2 使用预滤器的话,TAK 将把你的配置当预设档等级 3 看待。

Verify 数据校检
With Verify enabled, any compressed frame is subsequently decompressed and then compared to the original data. This reduces encoding speed, but is useful for the more paranoid among us!

数据校检选项被激活后,任何已被压缩的帧将会被重新解压并与原始数据进行比较。这将会降低编码速率,但对我们当中一些偏执的人来讲很有用。

[size=large]这一段翻译完我自己也不太明白帧大小的原理,不过选好预设值(preset)后就已经自动配置好帧大小限制(Frame Size Limit)和预滤器(Prefilter)的值了,不需要修改,如果有心的话可以勾上数据校检(Verify)

[size=huge]Stream 流选项

Wave file meta data Wave文件元数据
When decompressing TAK always generates a bit identical copy of the audio data of the original wave file. Nevertheless, the resulting wave file may be different from the original!

在解码时 TAK 会生成与原始 WAVE 文件一致的音频数据。但生成的WAVE文件可能与原始文件不一样!

This is because a wave file contains not only raw audio data, but also some header structures describing the audio format, and sometimes additional data which is not needed for the playback - for instance meta information created by the application that created the original wave.

这是因为一个 WAVE 文件不仅包含源音频数据,还包含了一些用来申明音频格式的标题结构,还有其它一些不影响回放的附属信息——例如一些由生成WAVE文件的应用程序所创建的信息。

Even if there is no additional (dropped) information besides the wave header, the wave file created by the decoder can be different from the original. This is because there are several different ways to create a valid wave header describing the same audio format. TAK may use an alternative to the creator of the original wave.

即便除了标题结构外没有其它的附属信息,解码器生成的 WAVE 文件也会与原始文件不一致。这是因为不止一种方法可以有效地创建同一种音频格式的 WAVE 标题。TAK 可针对原始 WAVE 文件生成程序提供各种选择。

All this does not affect the validity of the audio data itself. It will always be bit identical to the original!

所有这些操作不会影响音频数据自身的正确性。音频数据将始终与原始文件一致!

By default TAK will store up to 1 MByte of non-audio data into the compressed file. This guarantees a bit identical reproduction of the whole wave file, including the non-audio data.

在默认下,TAK 将在压缩文件内预置 1MByte 的空间给非音频数据。这可以保障重新生成的WAVE文件与整个原始的WAVE文件完全一致,包括非音频数据在内。

Maximum size 最大值
Specify a maximum size for the meta data. If it is bigger, it will not be be copied into the TAK file.

制定一个元数据的最大值。如果元数据比该值大,将不会被拷贝进 TAK 文件。

[size=large]是否保留元数据和保存多少看个人爱好了,如果重视与原始WAVE文件的一致性就按默认吧。但我一般压缩音频是以保存为目的的,所以选择关闭(off)。

[size=huge]Output 文件输出


Destination 存放于
Where should the compressed files be stored:

指定压缩完的文件存放的目录:

in the same directory as the source files, or
存放到与源文件相同的目录下,或
in a user-specified directory. After selecting this option you can select Browse to select the directory.
存放到用户指定的目录下。在选择这一选项后你可以单击浏览去选择所要存放的目录。
NB: The selection dialog is a bit different from the standard Windows dialogs. The treeview does not show plus symbols, which can usually be clicked to show directories located within the parent folder. Here you have to perform a double click on the directory name to open it.
注意:目录选择对话框与一般 Windows 里的不一样。树状浏览不会显示平时单击后显示子目录的+号。在这里你必须双击目录去浏览它的子目录。
!!! Overwrite existing TAK files !!!
!!!覆盖已存在的 TAK 文件!!!
Enable this option to overwrite already existing TAK files; otherwise they will be skipped. You will not be asked for a confirmation!
激活这一选项将会覆盖已存在的 TAK 文件;否则这些文件将会被跳过。在覆盖前将不会有任何确认信息!

Protocol 记录文件
TAK can save information about the compression process in the protocol file "Tak_Enco_Proto.txt", which will be created in the output directory.

TAK 可以储存压缩进程的信息到一个记录文件“Tak_Enco_Proto.txt”,这个文件存放在文件输出指定的目录下。

Level 等级
What should be stored into the protocol file:
指定被存储进记录文件的信息:

Off: Don't generate a protocol file.
关闭:不生成记录文件。
Result: Save a copy of the screen output.
压缩结果:储存压缩完成后屏幕显示的信息。
Result & Diagnostics: Save results and settings.
压缩结果与诊断信息:储存结果和设置。

Append 附加
Append new protocol data to an existing protocol file, instead of overwriting it.

如果记录文件已经存在的话存储为另外一个文件而不是覆盖掉已存在的记录文件。

Use MMX 使用MMX指令集
Uses MMX-assembler instead of pure Pascal on the most time consuming functions. Increases speed performance.

在运行大多数耗时的功能编译时使用 MMX 汇编指令替代纯 Pascal 语言,加强编译速度表现。

This option affects the Decoder too! It should really be in a new General Options dialog...

这个选项同样影响解码速度!所以出现在一个新的一般选项对话框中。


  被墙毙了的本部       小可研部    11区哨岗    BP机群呼网
级别: 超级版主
注册时间:
2003-03-23
在线时间:
0小时
发帖:
4978
只看该作者 1楼 发表于: 2008-05-20
这个。。。。大概在2年前在foobar里面玩过,foosion还特地出了decoder。。。。但用起来感觉还是没有flac、ape等老牌的无损强,甚至也比不上当时还算比较新的wavepack。。。。。

一个被生活狠狠扇了几耳光随即静下心来锻炼身体不问世事不求进取的大叔
级别: 精灵王
注册时间:
2002-05-05
在线时间:
4小时
发帖:
2514
只看该作者 2楼 发表于: 2008-05-20
两年前?这是个新生儿来的...两年前可能连-p4的参数都达不到
现在和flac比可能还少一些东西,不过ape的话完胜

Wavepack? 个人始终觉得那个合体功能鸡肋~


  被墙毙了的本部       小可研部    11区哨岗    BP机群呼网
级别: 超级版主
注册时间:
2003-03-23
在线时间:
0小时
发帖:
4978
只看该作者 3楼 发表于: 2008-05-20
嘛,看现在的频谱,嗯,的确是。但是,这种需要看图说话才能看出差别的。。。。意义不大咯~

一个被生活狠狠扇了几耳光随即静下心来锻炼身体不问世事不求进取的大叔
级别: 精灵王
注册时间:
2002-05-05
在线时间:
4小时
发帖:
2514
只看该作者 4楼 发表于: 2008-05-20
其实我并不关心频谱图,虽说这个也是TAK的卖点...

只是比较看重压缩率,只要压得够多而解码时又不会像APE INSANE那么卡就可以了


  被墙毙了的本部       小可研部    11区哨岗    BP机群呼网
级别: 新手上路
注册时间:
2007-07-30
在线时间:
0小时
发帖:
10
只看该作者 5楼 发表于: 2008-05-21
之前下的茶太几张CD都是TAK的
这格式支持的软件不太多,我都是转回WAV播放的 - -
级别: 精灵王
注册时间:
2004-07-26
在线时间:
18小时
发帖:
3730
只看该作者 6楼 发表于: 2008-05-21
收無損的人不在乎那1-2m的差距。 在乎那1-2m,收mp3 之類lossy算了。。。

decoder平臺太少。適用度低。



沉默是金................
懂得不多,就单单学会点人家传授的皮毛就一付不得了了的语气的,让人看了就只会觉得他是小丑~ 有本事自创一个有新意的理论..

高手不是挂在嘴上的~~ 挂在嘴上的叫高嘴
谦虚是美德~

  
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
  
========================================
免费诊测你的IP~~ :p :p (看不到说明有RPWT)
级别: 精灵王
注册时间:
2002-05-05
在线时间:
4小时
发帖:
2514
只看该作者 7楼 发表于: 2008-05-21
Foobar 和 Winamp 两大平台支持就足够了

收无损的固然不会在意那一两兆的差别,尽管在参数占尽优势但仍然战胜不了人们的使用习惯而已,就好像APE那样。

新事物要克服那些先入为主的思想总是很坎坷的


  被墙毙了的本部       小可研部    11区哨岗    BP机群呼网
级别: 精灵王
注册时间:
2004-07-26
在线时间:
18小时
发帖:
3730
只看该作者 8楼 发表于: 2008-05-21
引用
最初由 Xusphere 发布
Foobar 和 Winamp 两大平台支持就足够了

收无损的固然不会在意那一两兆的差别,尽管在参数占尽优势但仍然战胜不了人们的使用习惯而已,就好像APE那样。

新事物要克服那些先入为主的思想总是很坎坷的


顯然你這推廣的動機就是偏激的。 附帶的還要強迫人去用腐朽掉的foobar 0.9x
和winamp。

讓我想起了某人的簽名, 你抛出一支飛碟,然後希望有無數的狗去追逐。

另,新事物這詞慎重。 這東西也不是存在1天2天了, 也不是你第一個發現,第一個會用的。

在参数占尽优势,可設置的東西多没,覺得很有成就感嘛。 lame的命令行參數還更多呢。。。 佔盡優勢。 抱歉,支持度偏少就是最大的劣勢。 其他優勢免了。



沉默是金................
懂得不多,就单单学会点人家传授的皮毛就一付不得了了的语气的,让人看了就只会觉得他是小丑~ 有本事自创一个有新意的理论..

高手不是挂在嘴上的~~ 挂在嘴上的叫高嘴
谦虚是美德~

  
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
  
========================================
免费诊测你的IP~~ :p :p (看不到说明有RPWT)
级别: 精灵王
注册时间:
2002-05-05
在线时间:
4小时
发帖:
2514
只看该作者 9楼 发表于: 2008-05-21
[size=large]“顯然你這推廣的動機就是偏激的。 附帶的還要強迫人去用腐朽掉的foobar 0.9x
和winamp。”


不好意思很显然我没有捆绑推销foobar和winamp的意思,我只是希望使用Foobar和Winamp的大多数无损音源用户可以了解一下TAK这一格式而已。

[size=large]“另,新事物這詞慎重。 這東西也不是存在1天2天了, 也不是你第一個發現,第一個會用的。”

我称呼TAK为新事物是因为TAK在当前仍是最新的无损格式,开发代码不是写新闻,就算这个代码开发了两年有多它依然可被看作一个新兴的事物
至于是不是第一个发现和第一个会用,这又有什么关系呢?

[size=large]“在参数占尽优势,可設置的東西多没,覺得很有成就感嘛。 lame的命令行參數還更多呢。。。 佔盡優勢。”

尽管使用说明上写了很多(这也体现了德国人的严谨性),其实TAK的设置量与MAC没多大区别。
参数高当然是一种优势,说成是TAK的成就感也不为过

[size=large]“抱歉,支持度偏少就是最大的劣勢。 其他優勢免了”

任何代码在初期开发过程中其功能和稳定性肯定有所欠佳,TAK的话大概得到1.0.3时基本功能才趋于稳定,也就是说TAK从今年才适合被推广,要知道年初的时候foosion's page的TAK decoder还是beta版的。
所以当前TAK的支持度小是理所当然的,而事实上直到最近几个月网络上才出现TAK的资源。它才刚起步,请不要随便给它贴标签。

当然TAK只是提供多一个选择,它并没有挑战其它无损格式用户使用习惯的意图。
如果您横竖都看不惯TAK,您不是本贴的推广对象,请无视此贴,不要来战。


  被墙毙了的本部       小可研部    11区哨岗    BP机群呼网
级别: 新手上路
注册时间:
2008-05-24
在线时间:
0小时
发帖:
7
只看该作者 10楼 发表于: 2008-05-28
我现在97%的无损是ape
2%是flac
1%是tta

播放器我用千千静听.就图方便
级别: 工作组
注册时间:
2002-08-22
在线时间:
1小时
发帖:
3672
只看该作者 11楼 发表于: 2008-05-28
楼主,我挺你,TAK最近我也有尝试,作为无损格式来说确实很不错
倒是不清楚这样的推广帖何以会有这样不和谐的反对意见
用昨天看到的一句话说
“我带着感情推广,你带着脑子看”
推广归推广,我喜欢,希望更多人来用何错之有,用与不用需要读者自己动脑子思考是否适合自己,是否值得去用
好像写这样一篇推广文就变成了foobar、winamp的恶意推销似的,
请不要侮辱读者的智商啊

回到正题,尝试过多个参数之后,最后我也还是选择了作者TAK作者推荐的-p2
现在也终于支持管道模式,foobar用起来就很方便了,之前不支持管道确实挺麻烦的

falcom同人音乐CD《Far~Tribute to Falcom》
首发定在5.23的上海ComiCup 6上,摊位号: N-11
广州5.30 ADSL,摊位号:33

级别: 精灵王
注册时间:
2002-05-05
在线时间:
4小时
发帖:
2514
只看该作者 12楼 发表于: 2008-05-29
引用
最初由 A502ALARM 发布

回到正题,尝试过多个参数之后,最后我也还是选择了作者TAK作者推荐的-p2
现在也终于支持管道模式,foobar用起来就很方便了,之前不支持管道确实挺麻烦的


可否告知选择-p2的理由呢,编解码速度的问题?
-p2是默认设置,不过我在说明文件里并没有看到任何推荐性的信息。

使用-p5m时也不觉得编码速度特别慢或播放时系统资源占用量大


  被墙毙了的本部       小可研部    11区哨岗    BP机群呼网
级别: 超级版主
注册时间:
2003-10-03
在线时间:
41小时
发帖:
51530
只看该作者 13楼 发表于: 2008-05-30
估计c74就会出现铺天盖地的tak了...

支持lz的推广贴...自己也去尝试下压压看 =口=

如果某些人觉得这个格式不合自己胃口的话,还是飘过吧...

个人意见= =

同人物品打捞中
已收录 1016407.301MB (2010.8.12)


駆け抜けてゆく 人の波 時の流れに
紛れて見つからない わたしの言葉
ゆらりるらいでる 存在によろめきながら
隙間を埋めるように 誰かの音を求めていた

芽生えてく 何かを好きという気持ちから
わらしだけの音の欠片が 輝き始める

ねえ聞こえる?[伝わる]離ればなれの欠片集めたら
想いが重なって生まれる わたしの共鳴(ハーモニー)
ほらまっすぐな[心の]旋律が今 扉を叩く
君に続くこの道は 音楽

出逢いの数だけ 奏で合い繋がってゆく
広がる輪の中で 自分の音に気付いたんだ

不思議だね 誰かと一緒にいる事で
いつのまにか 他の誰でもない“ひとり”になってゆく

さあ歌おう[奏でよう]互いの音に耳を澄まして
それぞれ違うから生まれる ひとつの共鳴(ハーモニー)
ほら想像も[出来ない]煌きが今 笑顔を照らす
導かれた絆から 音楽

ねえ聞かせて[届けて]君の言葉を 寄り添いたいから
いくつも重なって生まれる ひとつの共鳴(ハーモニー)
ほらこの広い[世界の]どこを探しても ここにしかない
奇跡のような瞬間が 音楽

纪念=v=
级别: 工作组
注册时间:
2002-08-22
在线时间:
1小时
发帖:
3672
只看该作者 14楼 发表于: 2008-06-09
引用
最初由 Xusphere 发布


可否告知选择-p2的理由呢,编解码速度的问题?
-p2是默认设置,不过我在说明文件里并没有看到任何推荐性的信息。

使用-p5m时也不觉得编码速度特别慢或播放时系统资源占用量大


当初是挨个将p2~p4试了一遍,
启用了tak自身的log对比压缩速度和实际大小,最后感觉还是p2能够在速度和大小上获得比较大的“速度大小比”

可惜的是当时的log已经被我删了
记忆中p2的压缩速度达到22x时,用p4还是多少只有17x。。。还是影响比较大的,而一整张Album压缩下来,文件大小只是小了一点点,大概5Mb?忘了。。感觉不太划算咯,所以最后还是用了p2

falcom同人音乐CD《Far~Tribute to Falcom》
首发定在5.23的上海ComiCup 6上,摊位号: N-11
广州5.30 ADSL,摊位号:33

快速回复

限150 字节
上一个 下一个