Closed LifeJustDLC closed 3 months ago
チャットが多い動画で有効な設定項目です。 It is an effective setting for videos with a lot of chatting.
例 / Example: https://www.youtube.com/watch?v=tuWw5EQPGlc
例えば、同時に下記のコメントを読み込んだときの挙動は下表の通りになります。 For example, if the following chat messages are loaded at the same time, the behavior will be as shown in the table below.
Timestamp | Loaded messages |
---|---|
4:45.000 | B B A |
4.45.500 | A B C A B A A B A |
Option | Behavior |
---|---|
全て流す Flush all messages |
全てのメッセージが流れる All messages will be displayed. 4:45.000: B B A 4:45.500: A B C A B A A B A |
読み込む毎に最初のチャットのみ流す Flush only first message per load |
最初のメッセージが流れる First message will be displayed. 4:45.000: B 4:45.500: A |
同じ内容を統合する Merge same messages |
ユニークなメッセージのみ流れる Unique messages loaded at the same time will be displayed. 4:45.000: B A 4:45.500: A B C |
直前を含めて同じ内容を統合する Merge same messages including last one |
直前の読み込みを含めユニークなメッセージのみ流れる Unique messages loaded at the same or last time will be displayed. 4:45.000: B A 4:45.500: B C |
@ys-j Thanks for your explanation.
wikiではこう書かれたけど:
以下4つのオプションの詳細はいまいち分からない: