Git Product home page Git Product logo

jimaku-player's People

Contributors

dependabot[bot] avatar sheodox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jimaku-player's Issues

Subtitles misaligned in fullscreen mode

I've noticed strange behaviour: subtitles are moved to the right in fullscreen mode. I tried to use auto and force 16:9 aspect ratio but it didn't help. Is there any fix?

Normal mode:
Screenshot 2023-09-11 at 00 32 52

Fullscreen mode:
Screenshot 2023-09-11 at 00 33 27

It's just completely broken on crunchyroll

I try to go to any video on crunchyroll and it just doesn't work. The prompt to select a subtitle shows up but clicking it does nothing. Even more interesting is how the video continues to play but won't let you go fullscreen.

Shadow size

Hey!!

Just want to ask a new option that allows us to customize the SHADOW size.
It is still too white.

Look at the official crunchyroll - The shadow is strong and we can see it clearly.
Tho using the subtitle from Jimaku Player, when there is too much whiteness on screen we cant see the subtitle clearly

Please make the subtitle shadow bigger or do a setting for us that allow us to change the subtitle shadow...
Ex: The one from Jimaku https://i.imgur.com/FFb4YUS.jpeg
The one from Crunch: https://i.imgur.com/0J5DDIp.jpg

Thank you very much!

Docker Error during migration run

Hello,
I'm trying to setup this project on my machine but I can't get it to work.

I'm new to Docker and this is my first time using it but here is my attempt:
When I run docker-compose up I get an error:

[+] Running 9/9
 - postgres Pulled                                                                                                17.1s
   - 59bf1c3509f3 Already exists                                                                                   0.0s
   - c50e01d57241 Pull complete                                                                                    0.8s
   - a0646b0f1ead Pull complete                                                                                    0.9s
   - 08018e47fc43 Pull complete                                                                                   12.0s
   - 6014f2775635 Pull complete                                                                                   12.1s
   - 85760f97d4b8 Pull complete                                                                                   12.2s
   - 3e07f59f91db Pull complete                                                                                   12.3s
   - 3f86c399b0a1 Pull complete                                                                                   12.5s
[+] Building 1.1s (11/11) FINISHED
 => [internal] load build definition from Dockerfile                                                               0.0s
 => => transferring dockerfile: 32B                                                                                0.0s
 => [internal] load .dockerignore                                                                                  0.1s
 => => transferring context: 34B                                                                                   0.0s
 => [internal] load metadata for docker.io/library/node:12-alpine                                                  0.8s
 => [dev 1/6] FROM docker.io/library/node:12-alpine@sha256:8fad09b7620b2bc715cbba92e3313c64a797e453f560118576f174  0.0s
 => [internal] load build context                                                                                  0.0s
 => => transferring context: 72B                                                                                   0.0s
 => CACHED [dev 2/6] RUN apk add --no-cache ffmpeg                                                                 0.0s
 => CACHED [dev 3/6] WORKDIR /usr/src/app                                                                          0.0s
 => CACHED [dev 4/6] RUN npm i -g typeorm                                                                          0.0s
 => CACHED [dev 5/6] COPY package*.json ./                                                                         0.0s
 => CACHED [dev 6/6] RUN npm install                                                                               0.0s
 => exporting to image                                                                                             0.1s
 => => exporting layers                                                                                            0.0s
 => => writing image sha256:33969ca22b78682d2587143698196cd5c8d48a7290f0514f5b5b91762ef5f182                       0.0s
 => => naming to docker.io/library/jimaku-player_app                                                               0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
[+] Running 4/4
 - Network jimaku-player_default       Created                                                                     0.8s
 - Volume "jimaku-player_postgres"     Created                                                                     0.0s
 - Container jimaku-player_postgres_1  Created                                                                     1.7s
 - Container jimaku-player_app_1       Created                                                                     0.2s
Attaching to app_1, postgres_1
postgres_1  | The files belonging to this database system will be owned by user "postgres".
postgres_1  | This user must also own the server process.
postgres_1  |
postgres_1  | The database cluster will be initialized with locale "en_US.utf8".
postgres_1  | The default database encoding has accordingly been set to "UTF8".
postgres_1  | The default text search configuration will be set to "english".
postgres_1  |
postgres_1  | Data page checksums are disabled.
postgres_1  |
postgres_1  | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgres_1  | creating subdirectories ... ok
postgres_1  | selecting dynamic shared memory implementation ... posix
postgres_1  | selecting default max_connections ... 100
postgres_1  | selecting default shared_buffers ... 128MB
postgres_1  | selecting default time zone ... UTC
postgres_1  | creating configuration files ... ok
postgres_1  | running bootstrap script ... ok
postgres_1  | performing post-bootstrap initialization ... sh: locale: not found
postgres_1  | 2021-12-21 11:18:42.037 UTC [30] WARNING:  no usable system locales were found
postgres_1  | ok
postgres_1  | syncing data to disk ... initdb: warning: enabling "trust" authentication for local connections
postgres_1  | You can change this by editing pg_hba.conf or using the option -A, or
postgres_1  | --auth-local and --auth-host, the next time you run initdb.
postgres_1  | ok
postgres_1  |
postgres_1  |
postgres_1  | Success. You can now start the database server using:
postgres_1  |
postgres_1  |     pg_ctl -D /var/lib/postgresql/data -l logfile start
postgres_1  |
postgres_1  | waiting for server to start....2021-12-21 11:18:43.144 UTC [36] LOG:  starting PostgreSQL 13.5 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20211027) 10.3.1 20211027, 64-bit
postgres_1  | 2021-12-21 11:18:43.150 UTC [36] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1  | 2021-12-21 11:18:43.177 UTC [37] LOG:  database system was shut down at 2021-12-21 11:18:42 UTC
postgres_1  | 2021-12-21 11:18:43.188 UTC [36] LOG:  database system is ready to accept connections
postgres_1  |  done
postgres_1  | server started
postgres_1  | CREATE DATABASE
postgres_1  |
postgres_1  |
postgres_1  | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
postgres_1  |
postgres_1  | waiting for server to shut down...2021-12-21 11:18:43.515 UTC [36] LOG:  received fast shutdown request
postgres_1  | .2021-12-21 11:18:43.520 UTC [36] LOG:  aborting any active transactions
postgres_1  | 2021-12-21 11:18:43.521 UTC [36] LOG:  background worker "logical replication launcher" (PID 43) exited with exit code 1
postgres_1  | 2021-12-21 11:18:43.521 UTC [38] LOG:  shutting down
postgres_1  | 2021-12-21 11:18:43.549 UTC [36] LOG:  database system is shut down
postgres_1  |  done
postgres_1  | server stopped
postgres_1  |
postgres_1  | PostgreSQL init process complete; ready for start up.
postgres_1  |
postgres_1  | 2021-12-21 11:18:43.676 UTC [1] LOG:  starting PostgreSQL 13.5 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20211027) 10.3.1 20211027, 64-bit
postgres_1  | 2021-12-21 11:18:43.676 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
postgres_1  | 2021-12-21 11:18:43.676 UTC [1] LOG:  listening on IPv6 address "::", port 5432
postgres_1  | 2021-12-21 11:18:43.690 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1  | 2021-12-21 11:18:43.706 UTC [50] LOG:  database system was shut down at 2021-12-21 11:18:43 UTC
postgres_1  | 2021-12-21 11:18:43.717 UTC [1] LOG:  database system is ready to accept connections
app_1       | Error during migration run:
app_1       | TypeORMError: No connection options were found in any orm configuration files.
app_1       |     at new TypeORMError (/usr/local/lib/node_modules/typeorm/error/TypeORMError.js:9:28)
app_1       |     at ConnectionOptionsReader.<anonymous> (/usr/local/lib/node_modules/typeorm/connection/ConnectionOptionsReader.js:38:35)
app_1       |     at step (/usr/local/lib/node_modules/typeorm/node_modules/tslib/tslib.js:143:27)
app_1       |     at Object.next (/usr/local/lib/node_modules/typeorm/node_modules/tslib/tslib.js:124:57)
app_1       |     at fulfilled (/usr/local/lib/node_modules/typeorm/node_modules/tslib/tslib.js:114:62)
app_1 exited with code 1

It says: TypeORMError: No connection options were found in any orm configuration files.

I have tried building an image myself and running it but then I don't have a postgres image and I get the following error when I run it:

Error during migration run:
Error: getaddrinfo EAI_AGAIN postgres
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'postgres'
}

I have created the following .env file in my project root:

PGUSER=user
PGPASSWORD=password
PGDATABASE=jimaku-player

I don't know what to do now. Any help is very much appreciated!

Buttons unclickable on crunchyroll

The 'skip subtitling for this episode' and 'select a subtitle file to begin' buttons suddenly became unclickable on crunchyroll (I didn't change/modify/update anything it just suddenly occurred, everything still works on VRV tho). The buttons appear when i open a new video like normal, only problem is they aren't working (fullscreen same thing). I tried reinstalling the script no luck though

clip.mov

Can you help change the font

image
image
I'm using it to show my Vietnamese subtitile on Crunchryroll, but it font make subtitile look so funny. Or how can I add custom font for a better showing substiltle. Thank you so much

ASS subtitle fails to load if it references undefined style

I have an ass subtitle which failed to be loaded. The console says

[Jimaku Player] ASS parse error TypeError: i is undefined
t moz-extension://e38ae3e1-e749-444b-b424-b00840fc2185/userscripts/字幕プレーヤー.user.js?id=2d653c48-832e-45c1-a650-911e8d7e8e86:188
parseSubOverrideTags moz-extension://e38ae3e1-e749-444b-b424-b00840fc2185/userscripts/字幕プレーヤー.user.js?id=2d653c48-832e-45c1-a650-911e8d7e8e86:187
rs moz-extension://e38ae3e1-e749-444b-b424-b00840fc2185/userscripts/字幕プレーヤー.user.js?id=2d653c48-832e-45c1-a650-911e8d7e8e86:185
u moz-extension://e38ae3e1-e749-444b-b424-b00840fc2185/userscripts/字幕プレーヤー.user.js?id=2d653c48-832e-45c1-a650-911e8d7e8e86:196
onload moz-extension://e38ae3e1-e749-444b-b424-b00840fc2185/userscripts/字幕プレーヤー.user.js?id=2d653c48-832e-45c1-a650-911e8d7e8e86:196
字幕プレーヤー.user.js:185:199
[Jimaku Player] Error occurred parsing this line
Object { dataType: "dialogue", layer: "0", start: "0:00:44.85", end: "0:00:46.85", style: "ED11", name: "", marginL: "0", marginR: "0", marginV: "0", effect: "", … }

I realized the reason is that the style referenced at this line ("ED11") is not defined.

Although the file is problematic, at least we should still load the subtitle (maybe with the default / fallback style?), I think.

Sub position

Was wondering if there was a way to change the location of the subs to be centered/drag to position. Some subs I was using were automatically aligned with the corner of the screen. I downloaded different subs for the same show which were automatically centered, so it was just those specific subs that were aligned that way. Just a suggestion though, I like your script it's very helpful (don't have to download all eps of one piece now)

Subtitles text go outside of video aspect ratio window

Hello, i use a 3440:1440p monitor which have 21:9 aspect ratio and when using jimaku extension text eventually go outside of video window to black boxes on right and left (because all modern anime have 16:9 aspect and older ones 4:3) Is it possible to lock jimaku to video aspect ratio so subs won't go outside video range? On 21:9 monitor it happened all the time and for most people using 16:9 i believe it happens when they watch older anime prior to about 2006 -2007 year when anime was still shot in 4:3 aspect ratio mostly.

In pictures below as example i used both a 4:3 and 16:9 aspect ratio video . As you can see subs go way outside of video window all the way to the corners.
Screenshot_3

Screenshot_4

Subtitles don't scale

Watching Angel Beats Episode 1 with "Angel Beats! 01 (BD 720p)(Hi10).ja.ass" results in very small subtitles. Overriding subtitle scaling has no effect.
image

How to make extension popup appear a bit lower on screen ?

Hello, is there any way to move extension popup a bit lower. The thing is i use a theater mode extension (https://chrome.google.com/webstore/detail/crunchyroll-theater/dpggfkaifdajfnfkogccmpfinnffbjgo) which hide header and make it appear when you hover mouse on top of the screen. And because of that i cant either click on "select subtitle file you begin" or "cancel" button. Maybe i can edit some lines in tampermonkey script editor myself ?

A few images below for better understanding :

This header prevents me from choosing any option on jimaku pop up
Screenshot_12

If somehow i could move this pop up a bit lower to red zone at least like in picture below i could click these options.
Screenshot_14

Naruto and other Anime - no subtitles?

I'll leave this comment here as I'm trying to figure out why the subtitles worked in some anime on VRV, but not Naruto or others I'm trying. I'm using subtitles from :https://www.kitsunekko.net/

Please let me know if there may be anything I'm doing wrong with your tools.
Again, it seemed to work with the Kimetsu show, but not some others.

I used an SRT file for the 1st episode and didn't receive any subtitles to play with.

problem with ASS subtitles

The following file gives me an error that it is unparsable for https://www.crunchyroll.com/watch/GY9VZ5K9R/an-encounter-with-the-unknown:

同居人はひざ、時々、頭のうえ - 01.jp.ass

[Script Info]
; Script generated by Aegisub v2.1.2 RELEASE PREVIEW (SVN r1987, amz)
; http://www.aegisub.net
; 
Title: Default Aegisub file
ScriptType: v4.00+
WrapStyle: 0
PlayResX: 1920
PlayResY: 1080
ScaledBorderAndShadow: yes
Video Aspect Ratio: 0
Video Zoom: 6
Video Position: 0
[V4+ Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
Style: Default,MS UI Gothic,90,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,5,0,1,2,2,1,10,10,10,0
//
Style: Rubi,MS UI Gothic,50,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,2,1,10,10,10,0
//
[Events]
Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:06.27,0:00:09.77,Default,,0000,0000,0000,,{\pos(580,1020)}ご旅行先のバス事故ですって。
Dialogue: 0,0:00:09.77,0:00:13.11,Default,,0000,0000,0000,,{\pos(500,1020)}ご両親ともなんてねぇ…。
Dialogue: 0,0:00:13.11,0:00:16.11,Default,,0000,0000,0000,,{\pos(380,900)}息子さん
Dialogue: 0,0:00:13.11,0:00:16.11,Default,,0000,0000,0000,,{\pos(420,1020)}1人残されちゃったんでしょ?
Dialogue: 0,0:00:16.11,0:00:18.61,Default,,0000,0000,0000,,{\pos(340,1020)}(田辺)ええ。
Dialogue: 0,0:00:18.61,0:00:22.11,Default,,0000,0000,0000,,{\pos(380,1020)}《田辺:素晴くん 大丈夫かしら》
Dialogue: 0,0:00:24.79,0:00:26.79,Default,,0000,0000,0000,,{\pos(1060,1020)}(大翔)素晴…。
Dialogue: 0,0:00:28.79,0:00:31.29,Default,,0000,0000,0000,,{\pos(1300,1020)}あっ…。
Dialogue: 0,0:02:11.32,0:02:14.32,Default,,0000,0000,0000,,{\pos(420,900)}《素晴:この世は
Dialogue: 0,0:02:11.32,0:02:14.32,Default,,0000,0000,0000,,{\pos(540,1020)}わずらわしいことばかり》
Dialogue: 0,0:02:14.32,0:02:16.66,Default,,0000,0000,0000,,{\pos(340,1020)}(にぎわう声)
Dialogue: 0,0:02:16.66,0:02:20.16,Default,,0000,0000,0000,,{\pos(340,900)}(河瀬)はいこれ。
Dialogue: 0,0:02:16.66,0:02:20.16,Default,,0000,0000,0000,,{\pos(420,1020)}頼まれていた資料です。
Dialogue: 0,0:02:20.16,0:02:22.83,Default,,0000,0000,0000,,{\pos(500,1020)}(素晴)ありがとうございます。
Dialogue: 0,0:02:22.83,0:02:27.17,Default,,0000,0000,0000,,{\pos(380,900)}(河瀬)いや~ 朏くんは
Dialogue: 0,0:02:22.83,0:02:27.17,Default,,0000,0000,0000,,{\pos(460,1020)}本当にたくさん本を読むなぁ。
Dialogue: 0,0:02:27.17,0:02:29.17,Default,,0000,0000,0000,,{\pos(580,1020)}(河瀬)で どうかな?
Dialogue: 0,0:02:29.17,0:02:31.67,Default,,0000,0000,0000,,{\pos(340,1020)}新作のネタは 見つかりそうですか?
Dialogue: 0,0:02:31.67,0:02:33.67,Default,,0000,0000,0000,,{\pos(1060,1020)}いえ まだ…。
Dialogue: 0,0:02:33.67,0:02:36.51,Default,,0000,0000,0000,,{\pos(1140,840)}はぁ…。
Dialogue: 0,0:02:33.67,0:02:36.51,Default,,0000,0000,0000,,{\pos(340,1020)}(大きな笑い声)
Dialogue: 0,0:02:36.51,0:02:38.51,Default,,0000,0000,0000,,{\pos(380,1020)}まぁ 本もいいけど➡
Dialogue: 0,0:02:38.51,0:02:43.35,Default,,0000,0000,0000,,{\pos(340,900)}外に出ると また違った刺激が
Dialogue: 0,0:02:38.51,0:02:43.35,Default,,0000,0000,0000,,{\pos(420,1020)}あるんじゃないかなぁ?
Dialogue: 0,0:02:43.35,0:02:46.35,Default,,0000,0000,0000,,{\pos(340,900)}ちなみにここ
Dialogue: 0,0:02:43.35,0:02:46.35,Default,,0000,0000,0000,,{\pos(380,1020)}今すごい人気なんですよ。
Dialogue: 0,0:02:46.35,0:02:48.86,Default,,0000,0000,0000,,{\pos(340,900)}次の打ち合わせは
Dialogue: 0,0:02:46.35,0:02:48.86,Default,,0000,0000,0000,,{\pos(380,1020)}絶対ここでやろうって➡
Dialogue: 0,0:02:48.86,0:02:51.36,Default,,0000,0000,0000,,{\pos(340,840)}決めてたんで…。
Dialogue: 0,0:02:48.86,0:02:51.36,Default,,0000,0000,0000,,{\pos(1220,1020)}河瀬さん。
Dialogue: 0,0:02:54.13,0:02:57.80,Default,,0000,0000,0000,,{\pos(380,900)}あなたは僕の邪魔をするために
Dialogue: 0,0:02:54.13,0:02:57.80,Default,,0000,0000,0000,,{\pos(420,1020)}担当になったんですか?
Dialogue: 0,0:02:57.80,0:02:59.80,Default,,0000,0000,0000,,{\pos(700,1020)}えっ?
Dialogue: 0,0:02:59.80,0:03:01.80,Default,,0000,0000,0000,,{\pos(780,840)}こんな…。
Dialogue: 0,0:02:59.80,0:03:01.80,Default,,0000,0000,0000,,{\pos(340,1020)}(にぎわう声)
Dialogue: 0,0:03:01.80,0:03:04.47,Default,,0000,0000,0000,,{\pos(420,840)}人がうじゃうじゃいる場所…。
Dialogue: 0,0:03:01.80,0:03:04.47,Default,,0000,0000,0000,,{\pos(340,1020)}(にぎわう声)
Dialogue: 0,0:03:04.47,0:03:08.81,Default,,0000,0000,0000,,{\pos(500,1020)}思考の妨げにしかならないっ。
Dialogue: 0,0:03:08.81,0:03:12.65,Default,,0000,0000,0000,,{\pos(380,1020)}あぁ…。
Dialogue: 0,0:03:12.65,0:03:15.98,Default,,0000,0000,0000,,{\pos(340,840)}そういうことで 失礼します。
Dialogue: 0,0:03:12.65,0:03:15.98,Default,,0000,0000,0000,,{\pos(1140,1020)}あっ はい!
Dialogue: 0,0:03:15.98,0:03:18.28,Default,,0000,0000,0000,,{\pos(340,1020)}本 ありがとうございます。
Dialogue: 0,0:03:24.83,0:03:28.13,Default,,0000,0000,0000,,{\pos(540,1020)}う~ん 想像以上だなぁ。
Dialogue: 0,0:03:31.17,0:03:34.67,Default,,0000,0000,0000,,{\pos(460,1020)}(河瀬)朏素晴。 ミステリー作家。
Dialogue: 0,0:03:34.67,0:03:37.17,Default,,0000,0000,0000,,{\pos(700,1020)}偏屈で人嫌い。
Dialogue: 0,0:03:37.17,0:03:41.68,Default,,0000,0000,0000,,{\pos(380,1020)}前担当編集 胃炎にて先月移動。
Dialogue: 0,0:03:41.68,0:03:45.35,Default,,0000,0000,0000,,{\pos(620,1020)}取り扱い 要注意。
Dialogue: 0,0:03:45.35,0:03:50.35,Default,,0000,0000,0000,,{\pos(420,900)}《素晴:あぁ いっそ無人島で
Dialogue: 0,0:03:45.35,0:03:50.35,Default,,0000,0000,0000,,{\pos(540,1020)}本に埋もれて生活したい》
Dialogue: 0,0:03:52.45,0:03:55.46,Default,,0000,0000,0000,,{\pos(380,900)}《素晴:そういえば
Dialogue: 0,0:03:52.45,0:03:55.46,Default,,0000,0000,0000,,{\pos(500,1020)}うちの両親もなにかと僕を➡
Dialogue: 0,0:03:55.46,0:03:58.96,Default,,0000,0000,0000,,{\pos(460,1020)}外に連れ出したがってたな。
Dialogue: 0,0:03:58.96,0:04:02.76,Default,,0000,0000,0000,,{\pos(580,1020)}でも 外に出れば人に会う》
Dialogue: 0,0:04:05.47,0:04:08.47,Default,,0000,0000,0000,,{\pos(420,1020)}⦅あっ! その本 俺も読んだ!
Dialogue: 0,0:04:08.47,0:04:10.47,Default,,0000,0000,0000,,{\pos(900,1020)}ふ~ん どんな話?
Dialogue: 0,0:04:10.47,0:04:13.64,Default,,0000,0000,0000,,{\pos(340,1020)}それさ 結局主人公の友達が…。
Dialogue: 0,0:04:13.64,0:04:15.64,Default,,0000,0000,0000,,{\pos(620,1020)}《素晴:やめろっ。
Dialogue: 0,0:04:15.64,0:04:18.98,Default,,0000,0000,0000,,{\pos(540,900)}うるさい…
Dialogue: 0,0:04:15.64,0:04:18.98,Default,,0000,0000,0000,,{\pos(580,1020)}うるさい うるさい!
Dialogue: 0,0:04:18.98,0:04:22.78,Default,,0000,0000,0000,,{\pos(420,900)}想像する楽しみを
Dialogue: 0,0:04:18.98,0:04:22.78,Default,,0000,0000,0000,,{\pos(460,1020)}僕から奪わないでくれ!》⦆
Dialogue: 0,0:04:24.99,0:04:27.99,Default,,0000,0000,0000,,{\pos(340,1020)}《もう 誰にも邪魔されたくない》
Dialogue: 0,0:04:33.99,0:04:36.33,Default,,0000,0000,0000,,{\pos(620,1020)}《父さん 母さん。
Dialogue: 0,0:04:36.33,0:04:40.67,Default,,0000,0000,0000,,{\pos(460,900)}幸いこうして想像の世界で
Dialogue: 0,0:04:36.33,0:04:40.67,Default,,0000,0000,0000,,{\pos(580,1020)}食べていけてます。
Dialogue: 0,0:04:40.67,0:04:44.17,Default,,0000,0000,0000,,{\pos(700,900)}だからもう
Dialogue: 0,0:04:40.67,0:04:44.17,Default,,0000,0000,0000,,{\pos(740,1020)}心配しないでください。
Dialogue: 0,0:04:44.17,0:04:47.67,Default,,0000,0000,0000,,{\pos(460,900)}そのためにも
Dialogue: 0,0:04:44.17,0:04:47.67,Default,,0000,0000,0000,,{\pos(500,1020)}新作のネタを考えないとな。
Dialogue: 0,0:04:47.67,0:04:50.87,Default,,0000,0000,0000,,{\pos(340,1020)}河瀬さんにまた何かされる前に》
Dialogue: 0,0:04:52.78,0:04:54.78,Default,,0000,0000,0000,,{\pos(780,1020)}《なんか釣れたっ!》
Dialogue: 0,0:04:57.12,0:04:59.95,Default,,0000,0000,0000,,{\pos(1100,1020)}って ネコか…。
Dialogue: 0,0:04:59.95,0:05:02.95,Default,,0000,0000,0000,,{\pos(380,900)}墓から
Dialogue: 0,0:04:59.95,0:05:02.95,Default,,0000,0000,0000,,{\pos(420,1020)}飛び出してきたのかと思った…。
Dialogue: 0,0:05:06.29,0:05:09.99,Default,,0000,0000,0000,,{\pos(340,900)}《こころなしか
Dialogue: 0,0:05:06.29,0:05:09.99,Default,,0000,0000,0000,,{\pos(460,1020)}口元が母さんに似ている?》
Dialogue: 0,0:05:12.63,0:05:16.03,Default,,0000,0000,0000,,{\pos(580,900)}《いやいや
Dialogue: 0,0:05:12.63,0:05:16.03,Default,,0000,0000,0000,,{\pos(700,1020)}そんな荒唐無稽な話…》
Dialogue: 0,0:05:19.64,0:05:22.84,Default,,0000,0000,0000,,{\pos(500,840)}《はっ! ネタが来た~っ!》
Dialogue: 0,0:05:19.64,0:05:22.84,Default,,0000,0000,0000,,{\pos(340,1020)}(ネコの鳴き声)
Dialogue: 0,0:05:25.48,0:05:29.15,Default,,0000,0000,0000,,{\pos(420,1020)}⦅物陰から わずかな隙間から➡
Dialogue: 0,0:05:29.15,0:05:31.99,Default,,0000,0000,0000,,{\pos(580,1020)}暗闇の向こうから…。
Dialogue: 0,0:05:31.99,0:05:36.09,Default,,0000,0000,0000,,{\pos(340,900)}その鋭く光る双眸に
Dialogue: 0,0:05:31.99,0:05:36.09,Default,,0000,0000,0000,,{\pos(380,1020)}気づけば捕らわれていた。
Dialogue: 0,0:05:38.16,0:05:40.83,Default,,0000,0000,0000,,{\pos(780,1020)}僕は今…。
Dialogue: 0,0:05:40.83,0:05:43.13,Default,,0000,0000,0000,,{\pos(620,1020)}ネコに命を狙われている⦆
Dialogue: 0,0:05:45.33,0:05:48.34,Default,,0000,0000,0000,,{\pos(500,900)}(河瀬)もしもし
Dialogue: 0,0:05:45.33,0:05:48.34,Default,,0000,0000,0000,,{\pos(580,1020)}こぐま出版の河瀬です。
Dialogue: 0,0:05:48.34,0:05:50.27,Default,,0000,0000,0000,,{\pos(580,1020)}メール読みましたよ~。
Dialogue: 0,0:05:50.27,0:05:54.44,Default,,0000,0000,0000,,{\pos(620,900)}ネコが絡むミステリー!
Dialogue: 0,0:05:50.27,0:05:54.44,Default,,0000,0000,0000,,{\pos(660,1020)}面白そうじゃないですか。
Dialogue: 0,0:05:54.44,0:05:57.44,Default,,0000,0000,0000,,{\pos(660,900)}それもまさか
Dialogue: 0,0:05:54.44,0:05:57.44,Default,,0000,0000,0000,,{\pos(700,1020)}ネコに命を狙われるとは!
Dialogue: 0,0:05:57.44,0:06:00.61,Default,,0000,0000,0000,,{\pos(340,840)}[℡](河瀬)アッハッハッハッハ!
Dialogue: 0,0:05:57.44,0:06:00.61,Default,,0000,0000,0000,,{\pos(500,1020)}そうですか どうも。
Dialogue: 0,0:06:00.61,0:06:04.28,Default,,0000,0000,0000,,{\pos(340,900)}[℡](河瀬)じゃあこれが朏くんの
Dialogue: 0,0:06:00.61,0:06:04.28,Default,,0000,0000,0000,,{\pos(500,1020)}待望の新作ということで!
Dialogue: 0,0:06:04.28,0:06:07.12,Default,,0000,0000,0000,,{\pos(340,900)}[℡]1話目の締め切りは
Dialogue: 0,0:06:04.28,0:06:07.12,Default,,0000,0000,0000,,{\pos(460,1020)}今月中になるけど➡
Dialogue: 0,0:06:07.12,0:06:09.12,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]大丈夫ですか?
Dialogue: 0,0:06:09.12,0:06:12.13,Default,,0000,0000,0000,,{\pos(380,1020)}はい 構想は大体出来てますから。
Dialogue: 0,0:06:12.13,0:06:14.33,Default,,0000,0000,0000,,{\pos(940,1020)}それでは。
Dialogue: 0,0:06:18.80,0:06:21.30,Default,,0000,0000,0000,,{\pos(340,1020)}《これが殺意の波動!
Dialogue: 0,0:06:21.30,0:06:23.30,Default,,0000,0000,0000,,{\pos(580,1020)}さすが殺し屋だな》
Dialogue: 0,0:06:28.48,0:06:30.48,Default,,0000,0000,0000,,{\pos(860,1020)}《仲間への合図か》
Dialogue: 0,0:06:30.48,0:06:32.98,Default,,0000,0000,0000,,{\pos(340,1020)}(犬の鳴き声)
Dialogue: 0,0:06:32.98,0:06:37.48,Default,,0000,0000,0000,,{\pos(340,1020)}(田辺)ダメよタロウ 静かにしなさい。
Dialogue: 0,0:06:37.48,0:06:41.49,Default,,0000,0000,0000,,{\pos(500,900)}あら 素晴くん?
Dialogue: 0,0:06:37.48,0:06:41.49,Default,,0000,0000,0000,,{\pos(540,1020)}何やってるのかしら…。
Dialogue: 0,0:06:41.49,0:06:44.16,Default,,0000,0000,0000,,{\pos(1300,1020)}シャー!
Dialogue: 0,0:06:44.16,0:06:47.16,Default,,0000,0000,0000,,{\pos(580,1020)}《アジトへの連絡通路。
Dialogue: 0,0:06:47.16,0:06:51.36,Default,,0000,0000,0000,,{\pos(500,900)}きっかけがあれば
Dialogue: 0,0:06:47.16,0:06:51.36,Default,,0000,0000,0000,,{\pos(540,1020)}想像の翼は一気に広がる!》
Dialogue: 0,0:06:55.27,0:06:58.11,Default,,0000,0000,0000,,{\pos(420,1020)}《本以外に こんなにも想像を➡
Dialogue: 0,0:06:58.11,0:07:00.94,Default,,0000,0000,0000,,{\pos(340,1020)}かきたてられるものがあるなんて。
Dialogue: 0,0:07:00.94,0:07:03.44,Default,,0000,0000,0000,,{\pos(700,1020)}知らなかった》
Dialogue: 0,0:07:03.44,0:07:05.45,Default,,0000,0000,0000,,{\pos(500,1020)}(大翔)お~い! 素晴~!
Dialogue: 0,0:07:05.45,0:07:08.45,Default,,0000,0000,0000,,{\pos(740,1020)}ん… んっ?
Dialogue: 0,0:07:08.45,0:07:10.45,Default,,0000,0000,0000,,{\pos(820,1020)}あむあむ…。
Dialogue: 0,0:07:12.45,0:07:14.45,Default,,0000,0000,0000,,{\pos(500,1020)}大翔…。
Dialogue: 0,0:07:14.45,0:07:18.13,Default,,0000,0000,0000,,{\pos(380,1020)}お前んち 魚肉ソーセージしかねえの?
Dialogue: 0,0:07:18.13,0:07:20.63,Default,,0000,0000,0000,,{\pos(940,1020)}ん… その前に…。
Dialogue: 0,0:07:20.63,0:07:24.97,Default,,0000,0000,0000,,{\pos(340,900)}大翔お前! 当たり前のように
Dialogue: 0,0:07:20.63,0:07:24.97,Default,,0000,0000,0000,,{\pos(380,1020)}人の家に無断で入り込むなっ!
Dialogue: 0,0:07:24.97,0:07:27.30,Default,,0000,0000,0000,,{\pos(340,1020)}勝手に冷蔵庫をあさって食うな!
Dialogue: 0,0:07:27.30,0:07:30.30,Default,,0000,0000,0000,,{\pos(380,1020)}お前の実家 3軒隣にあるだろ!
Dialogue: 0,0:07:30.30,0:07:35.81,Default,,0000,0000,0000,,{\pos(340,900)}いやいやそれがさ
Dialogue: 0,0:07:30.30,0:07:35.81,Default,,0000,0000,0000,,{\pos(380,1020)}聞いてくれよ俺の話をさ 素晴~。
Dialogue: 0,0:07:35.81,0:07:39.65,Default,,0000,0000,0000,,{\pos(500,900)}旅先で財布すられて
Dialogue: 0,0:07:35.81,0:07:39.65,Default,,0000,0000,0000,,{\pos(540,1020)}何とか帰国したと思ったら➡
Dialogue: 0,0:07:39.65,0:07:42.82,Default,,0000,0000,0000,,{\pos(660,900)}マンションの上の階で
Dialogue: 0,0:07:39.65,0:07:42.82,Default,,0000,0000,0000,,{\pos(700,1020)}ボヤ騒ぎがあったとかで➡
Dialogue: 0,0:07:42.82,0:07:45.15,Default,,0000,0000,0000,,{\pos(420,1020)}俺の部屋 水浸しになってんの!
Dialogue: 0,0:07:45.15,0:07:49.32,Default,,0000,0000,0000,,{\pos(460,900)}金はねえわ 腹減るわで
Dialogue: 0,0:07:45.15,0:07:49.32,Default,,0000,0000,0000,,{\pos(500,1020)}帰ってきたのに実家は留守。
Dialogue: 0,0:07:49.32,0:07:51.43,Default,,0000,0000,0000,,{\pos(1140,1020)}参ったよ!
Dialogue: 0,0:07:51.43,0:07:53.53,Default,,0000,0000,0000,,{\pos(1100,1020)}あむっ んっ。
Dialogue: 0,0:07:56.43,0:07:58.53,Default,,0000,0000,0000,,{\pos(1020,1020)}あっ! そうだ。
Dialogue: 0,0:08:00.77,0:08:03.94,Default,,0000,0000,0000,,{\pos(940,1020)}これ 土産!
Dialogue: 0,0:08:03.94,0:08:05.94,Default,,0000,0000,0000,,{\pos(340,1020)}すごくいらない…。
Dialogue: 0,0:08:05.94,0:08:08.94,Default,,0000,0000,0000,,{\pos(620,1020)}それより素晴 あれ なに?
Dialogue: 0,0:08:08.94,0:08:11.61,Default,,0000,0000,0000,,{\pos(1020,1020)}んっ? ネコだよ。
Dialogue: 0,0:08:11.61,0:08:15.28,Default,,0000,0000,0000,,{\pos(340,900)}いやいやいや
Dialogue: 0,0:08:11.61,0:08:15.28,Default,,0000,0000,0000,,{\pos(380,1020)}ネコだってのはわかるっつの。
Dialogue: 0,0:08:15.28,0:08:17.45,Default,,0000,0000,0000,,{\pos(380,1020)}(素晴)ちょっと前に拾ったんだ。
Dialogue: 0,0:08:17.45,0:08:21.12,Default,,0000,0000,0000,,{\pos(340,1020)}んっ? 飼ってんのか!? 素晴が!?
Dialogue: 0,0:08:21.12,0:08:23.79,Default,,0000,0000,0000,,{\pos(340,900)}バカみたいに本しか
Dialogue: 0,0:08:21.12,0:08:23.79,Default,,0000,0000,0000,,{\pos(380,1020)}興味のないお前が➡
Dialogue: 0,0:08:23.79,0:08:26.13,Default,,0000,0000,0000,,{\pos(780,840)}ネコを!?
Dialogue: 0,0:08:23.79,0:08:26.13,Default,,0000,0000,0000,,{\pos(1060,1020)}うるさいな…。
Dialogue: 0,0:08:26.13,0:08:31.97,Default,,0000,0000,0000,,{\pos(340,1020)}ほ~ へぇ お前がね~。
Dialogue: 0,0:08:31.97,0:08:34.13,Default,,0000,0000,0000,,{\pos(500,840)}うぅっ…。
Dialogue: 0,0:08:31.97,0:08:34.13,Default,,0000,0000,0000,,{\pos(940,1020)}なんで泣くんだ!?
Dialogue: 0,0:08:34.13,0:08:38.97,Default,,0000,0000,0000,,{\pos(340,1020)}いや なんか… うれしくてさ。
Dialogue: 0,0:08:38.97,0:08:41.64,Default,,0000,0000,0000,,{\pos(340,900)}ネコちゃん!
Dialogue: 0,0:08:38.97,0:08:41.64,Default,,0000,0000,0000,,{\pos(380,1020)}今度差し入れ持ってくるからな!
Dialogue: 0,0:08:41.64,0:08:44.14,Default,,0000,0000,0000,,{\pos(460,900)}ちゃんと素晴に
Dialogue: 0,0:08:41.64,0:08:44.14,Default,,0000,0000,0000,,{\pos(500,1020)}かわいがってもらうんだぞ~。
Dialogue: 0,0:08:44.14,0:08:47.04,Default,,0000,0000,0000,,{\pos(460,1020)}(素晴)お前もう 帰れよ~!
Dialogue: 0,0:09:01.93,0:09:08.10,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]
Dialogue: 0,0:09:08.10,0:09:12.44,Default,,0000,0000,0000,,{\pos(340,900)}[℡](河瀬)あっ もしもし 河瀬です。
Dialogue: 0,0:09:08.10,0:09:12.44,Default,,0000,0000,0000,,{\pos(500,1020)}ネコの資料届きましたか?
Dialogue: 0,0:09:12.44,0:09:14.78,Default,,0000,0000,0000,,{\pos(460,1020)}(素晴)あ はい ちょうど今。
Dialogue: 0,0:09:14.78,0:09:17.94,Default,,0000,0000,0000,,{\pos(340,900)}[℡]いや~ ネコ関係の資料って
Dialogue: 0,0:09:14.78,0:09:17.94,Default,,0000,0000,0000,,{\pos(460,1020)}多いですよね~。
Dialogue: 0,0:09:17.94,0:09:19.95,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]また追加でお送りしますよ。
Dialogue: 0,0:09:19.95,0:09:22.45,Default,,0000,0000,0000,,{\pos(340,900)}[℡]あっ そうだ知ってますか?
Dialogue: 0,0:09:19.95,0:09:22.45,Default,,0000,0000,0000,,{\pos(460,1020)}ネコって…。
Dialogue: 0,0:09:22.45,0:09:24.79,Default,,0000,0000,0000,,{\pos(540,900)}(素晴)余計なことは
Dialogue: 0,0:09:22.45,0:09:24.79,Default,,0000,0000,0000,,{\pos(620,1020)}言わないでください。
Dialogue: 0,0:09:24.79,0:09:26.79,Default,,0000,0000,0000,,{\pos(340,1020)}[℡](河瀬)えっ?
Dialogue: 0,0:09:26.79,0:09:30.96,Default,,0000,0000,0000,,{\pos(380,900)}僕はそうやって想像を
Dialogue: 0,0:09:26.79,0:09:30.96,Default,,0000,0000,0000,,{\pos(340,1020)}断ち切られるのが大嫌いなんです。
Dialogue: 0,0:09:30.96,0:09:34.13,Default,,0000,0000,0000,,{\pos(340,900)}[℡](河瀬)そ そうなんですね!
Dialogue: 0,0:09:30.96,0:09:34.13,Default,,0000,0000,0000,,{\pos(500,1020)}すみませ…。
Dialogue: 0,0:09:34.13,0:09:36.63,Default,,0000,0000,0000,,{\pos(340,900)}[℡](素晴)以後気をつけて
Dialogue: 0,0:09:34.13,0:09:36.63,Default,,0000,0000,0000,,{\pos(500,1020)}いただければそれでいいです。
Dialogue: 0,0:09:36.63,0:09:39.97,Default,,0000,0000,0000,,{\pos(820,840)}あぁ…。
Dialogue: 0,0:09:36.63,0:09:39.97,Default,,0000,0000,0000,,{\pos(340,1020)}(通話が切れる音)
Dialogue: 0,0:09:39.97,0:09:42.64,Default,,0000,0000,0000,,{\pos(340,1020)}今の 朏さんか?
Dialogue: 0,0:09:42.64,0:09:48.31,Default,,0000,0000,0000,,{\pos(580,900)}いやぁ 彼 かわいい顔して
Dialogue: 0,0:09:42.64,0:09:48.31,Default,,0000,0000,0000,,{\pos(620,1020)}バッサリいくよな~ 容赦ない。
Dialogue: 0,0:09:48.31,0:09:51.65,Default,,0000,0000,0000,,{\pos(340,900)}扱いづらくても
Dialogue: 0,0:09:48.31,0:09:51.65,Default,,0000,0000,0000,,{\pos(380,1020)}人気作家だからなぁ。
Dialogue: 0,0:09:51.65,0:09:54.98,Default,,0000,0000,0000,,{\pos(340,900)}ヘソまげて他社に
Dialogue: 0,0:09:51.65,0:09:54.98,Default,,0000,0000,0000,,{\pos(380,1020)}行かれるようなことするなよ。
Dialogue: 0,0:09:54.98,0:09:57.98,Default,,0000,0000,0000,,{\pos(940,1020)}あ… う~ん…。
Dialogue: 0,0:09:57.98,0:09:59.99,Default,,0000,0000,0000,,{\pos(340,1020)}あっ そうだ あの人➡
Dialogue: 0,0:09:59.99,0:10:02.66,Default,,0000,0000,0000,,{\pos(340,900)}締め切り前だけは
Dialogue: 0,0:09:59.99,0:10:02.66,Default,,0000,0000,0000,,{\pos(380,1020)}見張っておいたほうがいいぞ。
Dialogue: 0,0:10:02.66,0:10:04.66,Default,,0000,0000,0000,,{\pos(1100,1020)}んっ?
Dialogue: 0,0:10:04.66,0:10:07.83,Default,,0000,0000,0000,,{\pos(420,1020)}《はぁ~ 油断も隙もないな。
Dialogue: 0,0:10:07.83,0:10:10.16,Default,,0000,0000,0000,,{\pos(540,1020)}自分で考えたいのに。
Dialogue: 0,0:10:10.16,0:10:12.16,Default,,0000,0000,0000,,{\pos(620,1020)}これだから人間は》
Dialogue: 0,0:10:16.84,0:10:19.51,Default,,0000,0000,0000,,{\pos(700,1020)}んっ?
Dialogue: 0,0:10:19.51,0:10:23.01,Default,,0000,0000,0000,,{\pos(700,1020)}《んっ! スパイ!?》
Dialogue: 0,0:10:23.01,0:10:25.01,Default,,0000,0000,0000,,{\pos(1220,1020)}イッテテッ!
Dialogue: 0,0:10:25.01,0:10:27.11,Default,,0000,0000,0000,,{\pos(620,1020)}《素晴:ネコのエサ?》
Dialogue: 0,0:10:31.69,0:10:33.69,Default,,0000,0000,0000,,{\pos(420,1020)}ニャー!
Dialogue: 0,0:10:33.69,0:10:35.69,Default,,0000,0000,0000,,{\pos(1100,840)}なんだ!?
Dialogue: 0,0:10:33.69,0:10:35.69,Default,,0000,0000,0000,,{\pos(940,1020)}ニャー!
Dialogue: 0,0:10:37.69,0:10:40.09,Default,,0000,0000,0000,,{\pos(500,1020)}お前は何がしたいんだ…。
Dialogue: 0,0:10:42.53,0:10:45.37,Default,,0000,0000,0000,,{\pos(580,1020)}んっ! これはトラップ!
Dialogue: 0,0:10:45.37,0:10:49.37,Default,,0000,0000,0000,,{\pos(460,900)}《不意をついて ターゲットを
Dialogue: 0,0:10:45.37,0:10:49.37,Default,,0000,0000,0000,,{\pos(580,1020)}しとめるトラップなんだ!》
Dialogue: 0,0:10:49.37,0:10:52.87,Default,,0000,0000,0000,,{\pos(1260,840)}⦅ニャ!⦆
Dialogue: 0,0:10:49.37,0:10:52.87,Default,,0000,0000,0000,,{\pos(980,1020)}《いいネタだ》
Dialogue: 0,0:10:54.98,0:10:59.15,Default,,0000,0000,0000,,{\pos(340,900)}いいなお前は…
Dialogue: 0,0:10:54.98,0:10:59.15,Default,,0000,0000,0000,,{\pos(380,1020)}人間みたいに邪魔してこないし➡
Dialogue: 0,0:10:59.15,0:11:01.15,Default,,0000,0000,0000,,{\pos(660,1020)}想像をかきたてられるし。
Dialogue: 0,0:11:01.15,0:11:03.15,Default,,0000,0000,0000,,{\pos(1020,1020)}最高だよ フッ…。
Dialogue: 0,0:11:05.65,0:11:08.15,Default,,0000,0000,0000,,{\pos(420,900)}《素晴:なんて
Dialogue: 0,0:11:05.65,0:11:08.15,Default,,0000,0000,0000,,{\pos(540,1020)}思っていた僕はバカだった》
Dialogue: 0,0:11:10.16,0:11:12.49,Default,,0000,0000,0000,,{\pos(540,1020)}もういいよこのネタは。
Dialogue: 0,0:11:12.49,0:11:14.99,Default,,0000,0000,0000,,{\pos(420,1020)}なんなんだよ はぁ!
Dialogue: 0,0:11:25.84,0:11:28.84,Default,,0000,0000,0000,,{\pos(860,1020)}ボスへの 貢ぎ物?
Dialogue: 0,0:11:28.84,0:11:30.84,Default,,0000,0000,0000,,{\pos(900,1020)}はっ…。
Dialogue: 0,0:11:33.18,0:11:36.18,Default,,0000,0000,0000,,{\pos(820,1020)}あっ…。
Dialogue: 0,0:11:36.18,0:11:38.85,Default,,0000,0000,0000,,{\pos(420,1020)}⦅ボス よろしくお願いしやす⦆
Dialogue: 0,0:11:38.85,0:11:42.05,Default,,0000,0000,0000,,{\pos(340,1020)}《何を期待されているんだろう》
Dialogue: 0,0:11:47.69,0:11:51.39,Default,,0000,0000,0000,,{\pos(340,1020)}《無視しよう… 今は締め切り前》
Dialogue: 0,0:11:59.47,0:12:01.98,Default,,0000,0000,0000,,{\pos(540,1020)}《余計な時間はないんだ!》
Dialogue: 0,0:12:01.98,0:12:05.28,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]
Dialogue: 0,0:12:07.65,0:12:09.82,Default,,0000,0000,0000,,{\pos(340,1020)}(ネコの鳴き声)
Dialogue: 0,0:12:09.82,0:12:14.49,Default,,0000,0000,0000,,{\pos(740,840)}ニャー! ニャー!
Dialogue: 0,0:12:09.82,0:12:14.49,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]
Dialogue: 0,0:12:14.49,0:12:18.66,Default,,0000,0000,0000,,{\pos(660,900)}《誰だよ 邪魔してこない
Dialogue: 0,0:12:14.49,0:12:18.66,Default,,0000,0000,0000,,{\pos(860,1020)}なんて言ったのは!
Dialogue: 0,0:12:18.66,0:12:20.66,Default,,0000,0000,0000,,{\pos(740,1020)}僕だ~!》
Dialogue: 0,0:12:23.00,0:12:28.34,Default,,0000,0000,0000,,{\pos(500,900)}《あぁ 結局 人もネコも
Dialogue: 0,0:12:23.00,0:12:28.34,Default,,0000,0000,0000,,{\pos(620,1020)}関わるとロクなことがない》
Dialogue: 0,0:12:28.34,0:12:30.34,Default,,0000,0000,0000,,{\pos(780,840)}ニャー!
Dialogue: 0,0:12:28.34,0:12:30.34,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]
Dialogue: 0,0:12:35.51,0:12:39.51,Default,,0000,0000,0000,,{\pos(660,1020)}あぁ… よし あと少し。
Dialogue: 0,0:12:39.51,0:12:42.35,Default,,0000,0000,0000,,{\pos(340,1020)}(引きずる音)
Dialogue: 0,0:12:42.35,0:12:45.35,Default,,0000,0000,0000,,{\pos(340,1020)}うっ!? なんか 近づいてくる!?
Dialogue: 0,0:12:48.86,0:12:51.29,Default,,0000,0000,0000,,{\pos(700,1020)}皿ごと来た!
Dialogue: 0,0:12:51.29,0:12:53.29,Default,,0000,0000,0000,,{\pos(900,1020)}お前 なんなんだ?
Dialogue: 0,0:12:53.29,0:12:57.46,Default,,0000,0000,0000,,{\pos(620,1020)}これ以上僕の邪魔… えっ。
Dialogue: 0,0:12:57.46,0:13:01.47,Default,,0000,0000,0000,,{\pos(580,1020)}や やばい ちょっと待て…。
Dialogue: 0,0:13:01.47,0:13:04.27,Default,,0000,0000,0000,,{\pos(620,1020)}原稿が… ま だ…。
Dialogue: 0,0:13:08.14,0:13:12.81,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]
Dialogue: 0,0:13:12.81,0:13:17.51,Default,,0000,0000,0000,,{\pos(540,840)}《力が… 入ら ない》
Dialogue: 0,0:13:12.81,0:13:17.51,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]
Dialogue: 0,0:13:23.16,0:13:27.49,Default,,0000,0000,0000,,{\pos(700,1020)}ん… んん…。
Dialogue: 0,0:13:27.49,0:13:30.66,Default,,0000,0000,0000,,{\pos(340,840)}(河瀬)朏くん…。
Dialogue: 0,0:13:27.49,0:13:30.66,Default,,0000,0000,0000,,{\pos(860,1020)}んっ…。
Dialogue: 0,0:13:30.66,0:13:33.67,Default,,0000,0000,0000,,{\pos(340,1020)}よかった 気がつきました?
Dialogue: 0,0:13:33.67,0:13:36.34,Default,,0000,0000,0000,,{\pos(540,1020)}河瀬さん どうしてここに…。
Dialogue: 0,0:13:36.34,0:13:41.51,Default,,0000,0000,0000,,{\pos(340,900)}いや 電話しても全然出ないし
Dialogue: 0,0:13:36.34,0:13:41.51,Default,,0000,0000,0000,,{\pos(380,1020)}心配で様子見にきたら➡
Dialogue: 0,0:13:41.51,0:13:44.84,Default,,0000,0000,0000,,{\pos(620,900)}朏くんが廊下で
Dialogue: 0,0:13:41.51,0:13:44.84,Default,,0000,0000,0000,,{\pos(660,1020)}倒れてるのが見えたから。
Dialogue: 0,0:13:44.84,0:13:47.01,Default,,0000,0000,0000,,{\pos(340,1020)}いやぁ 驚いたよ~!
Dialogue: 0,0:13:47.01,0:13:49.02,Default,,0000,0000,0000,,{\pos(1340,1020)}んっ?
Dialogue: 0,0:13:49.02,0:13:50.95,Default,,0000,0000,0000,,{\pos(380,1020)}なんてことしてくれるんですか!
Dialogue: 0,0:13:50.95,0:13:53.79,Default,,0000,0000,0000,,{\pos(340,1020)}ガラス屋には電話しておいたから…。
Dialogue: 0,0:13:53.79,0:13:56.46,Default,,0000,0000,0000,,{\pos(820,1020)}はぁ…。
Dialogue: 0,0:13:56.46,0:13:58.46,Default,,0000,0000,0000,,{\pos(620,1020)}そうだ! 原稿っ。
Dialogue: 0,0:13:58.46,0:14:01.80,Default,,0000,0000,0000,,{\pos(380,900)}あぁ ラストは
Dialogue: 0,0:13:58.46,0:14:01.80,Default,,0000,0000,0000,,{\pos(420,1020)}このメモどおりでいいんですか?
Dialogue: 0,0:14:01.80,0:14:04.63,Default,,0000,0000,0000,,{\pos(1340,840)}えっ?
Dialogue: 0,0:14:01.80,0:14:04.63,Default,,0000,0000,0000,,{\pos(580,1020)}落ちてましたよ。
Dialogue: 0,0:14:04.63,0:14:08.30,Default,,0000,0000,0000,,{\pos(540,1020)}《いつの間に書いたんだ?》
Dialogue: 0,0:14:08.30,0:14:11.47,Default,,0000,0000,0000,,{\pos(340,900)}(河瀬)しかし没頭すると
Dialogue: 0,0:14:08.30,0:14:11.47,Default,,0000,0000,0000,,{\pos(420,1020)}寝食を忘れると聞いて➡
Dialogue: 0,0:14:11.47,0:14:13.47,Default,,0000,0000,0000,,{\pos(340,1020)}来てみてよかったです。
Dialogue: 0,0:14:13.47,0:14:17.31,Default,,0000,0000,0000,,{\pos(340,1020)}あんまりムリしちゃダメですよ。
Dialogue: 0,0:14:17.31,0:14:19.31,Default,,0000,0000,0000,,{\pos(740,1020)}そんな力…。
Dialogue: 0,0:14:22.15,0:14:24.15,Default,,0000,0000,0000,,{\pos(500,1020)}《食べたのか?》
Dialogue: 0,0:14:26.15,0:14:28.15,Default,,0000,0000,0000,,{\pos(340,1020)}み… 朏くん!?
Dialogue: 0,0:14:28.15,0:14:32.33,Default,,0000,0000,0000,,{\pos(460,900)}《いくら偶然 目の前に
Dialogue: 0,0:14:28.15,0:14:32.33,Default,,0000,0000,0000,,{\pos(580,1020)}エサがあったからって…。
Dialogue: 0,0:14:32.33,0:14:38.50,Default,,0000,0000,0000,,{\pos(460,900)}あ… 偶然?
Dialogue: 0,0:14:32.33,0:14:38.50,Default,,0000,0000,0000,,{\pos(500,1020)}本当に偶然なんだろうか》
Dialogue: 0,0:14:38.50,0:14:42.00,Default,,0000,0000,0000,,{\pos(340,1020)}あの 朏くん 一応病院に…。
Dialogue: 0,0:14:42.00,0:14:47.34,Default,,0000,0000,0000,,{\pos(380,900)}もう大丈夫です。 寝不足と
Dialogue: 0,0:14:42.00,0:14:47.34,Default,,0000,0000,0000,,{\pos(420,1020)}ご飯食べてなかっただけなんで。
Dialogue: 0,0:14:47.34,0:14:50.78,Default,,0000,0000,0000,,{\pos(580,1020)}そう?
Dialogue: 0,0:14:50.78,0:14:54.28,Default,,0000,0000,0000,,{\pos(620,1020)}ところで その…。
Dialogue: 0,0:14:54.28,0:14:57.62,Default,,0000,0000,0000,,{\pos(420,900)}何度も自分の食べ物を
Dialogue: 0,0:14:54.28,0:14:57.62,Default,,0000,0000,0000,,{\pos(460,1020)}持って来てくれる理由って➡
Dialogue: 0,0:14:57.62,0:14:59.62,Default,,0000,0000,0000,,{\pos(620,1020)}何だと思いますか?
Dialogue: 0,0:14:59.62,0:15:02.46,Default,,0000,0000,0000,,{\pos(340,1020)}なんだ 朏くん彼女いたんだぁ!
Dialogue: 0,0:15:02.46,0:15:04.96,Default,,0000,0000,0000,,{\pos(1300,840)}えっ?
Dialogue: 0,0:15:02.46,0:15:04.96,Default,,0000,0000,0000,,{\pos(340,1020)}手料理とか のろけるねぇ!
Dialogue: 0,0:15:04.96,0:15:06.96,Default,,0000,0000,0000,,{\pos(940,1020)}いやっ ちょっ…。
Dialogue: 0,0:15:06.96,0:15:09.46,Default,,0000,0000,0000,,{\pos(380,1020)}それは 朏くんを➡
Dialogue: 0,0:15:09.46,0:15:11.76,Default,,0000,0000,0000,,{\pos(340,900)}心配してくれてるって
Dialogue: 0,0:15:09.46,0:15:11.76,Default,,0000,0000,0000,,{\pos(380,1020)}ことじゃないですか?
Dialogue: 0,0:15:14.13,0:15:18.97,Default,,0000,0000,0000,,{\pos(380,900)}気になるなら ちゃんと本人に
Dialogue: 0,0:15:14.13,0:15:18.97,Default,,0000,0000,0000,,{\pos(340,1020)}聞いてみたほうがいいと思うなぁ。
Dialogue: 0,0:15:18.97,0:15:23.07,Default,,0000,0000,0000,,{\pos(380,900)}想像だけじゃ
Dialogue: 0,0:15:18.97,0:15:23.07,Default,,0000,0000,0000,,{\pos(340,1020)}たどりつけない答えもありますよ。
Dialogue: 0,0:15:33.99,0:15:36.32,Default,,0000,0000,0000,,{\pos(460,1020)}《ネコ:ステキな人間との出会いが➡
Dialogue: 0,0:15:36.32,0:15:40.49,Default,,0000,0000,0000,,{\pos(700,900)}運命を大きく変えるって
Dialogue: 0,0:15:36.32,0:15:40.49,Default,,0000,0000,0000,,{\pos(900,1020)}聞いたことがある。
Dialogue: 0,0:15:40.49,0:15:44.59,Default,,0000,0000,0000,,{\pos(340,900)}だったら
Dialogue: 0,0:15:40.49,0:15:44.59,Default,,0000,0000,0000,,{\pos(380,1020)}私の運命はどうなるの?》
Dialogue: 0,0:15:47.33,0:15:49.84,Default,,0000,0000,0000,,{\pos(340,1020)}《ネコ:今日も ず~っとああしてる。
Dialogue: 0,0:15:49.84,0:15:52.94,Default,,0000,0000,0000,,{\pos(340,900)}こんなに動かない人間って
Dialogue: 0,0:15:49.84,0:15:52.94,Default,,0000,0000,0000,,{\pos(380,1020)}いるんだ。
Dialogue: 0,0:15:52.94,0:15:55.44,Default,,0000,0000,0000,,{\pos(580,900)}食べ物につられて
Dialogue: 0,0:15:52.94,0:15:55.44,Default,,0000,0000,0000,,{\pos(660,1020)}来ちゃったけど➡
Dialogue: 0,0:15:55.44,0:15:57.78,Default,,0000,0000,0000,,{\pos(460,1020)}こんな人間だったなんて》
Dialogue: 0,0:15:57.78,0:16:00.78,Default,,0000,0000,0000,,{\pos(340,1020)}[℡]
Dialogue: 0,0:16:00.78,0:16:03.28,Default,,0000,0000,0000,,{\pos(340,1020)}《ネコ:でも ひどいことしないし➡
Dialogue: 0,0:16:03.28,0:16:05.58,Default,,0000,0000,0000,,{\pos(620,1020)}食べ物だって毎日くれる》
Dialogue: 0,0:16:09.62,0:16:13.13,Default,,0000,0000,0000,,{\pos(460,900)}《あの人間は
Dialogue: 0,0:16:09.62,0:16:13.13,Default,,0000,0000,0000,,{\pos(580,1020)}ちっとも食べないのに》
Dialogue: 0,0:16:13.13,0:16:16.30,Default,,0000,0000,0000,,{\pos(340,900)}⦅ハチ:お姉ちゃん
Dialogue: 0,0:16:13.13,0:16:16.30,Default,,0000,0000,0000,,{\pos(460,1020)}おなかすいたよぉ~⦆
Dialogue: 0,0:16:16.30,0:16:18.80,Default,,0000,0000,0000,,{\pos(380,900)}《ネコ:たくさんおなかがすいたら
Dialogue: 0,0:16:16.30,0:16:18.80,Default,,0000,0000,0000,,{\pos(540,1020)}死んじゃうってこと➡
Dialogue: 0,0:16:18.80,0:16:20.97,Default,,0000,0000,0000,,{\pos(700,1020)}知らないの?
Dialogue: 0,0:16:20.97,0:16:25.31,Default,,0000,0000,0000,,{\pos(340,900)}あのときも
Dialogue: 0,0:16:20.97,0:16:25.31,Default,,0000,0000,0000,,{\pos(380,1020)}自分は全然食べてなかったし…。
Dialogue: 0,0:16:25.31,0:16:30.31,Default,,0000,0000,0000,,{\pos(420,900)}よくわかんないけど
Dialogue: 0,0:16:25.31,0:16:30.31,Default,,0000,0000,0000,,{\pos(460,1020)}昔お世話になったトラ姉さんが》
Dialogue: 0,0:16:30.31,0:16:33.65,Default,,0000,0000,0000,,{\pos(460,900)}⦅トラ姉:お返しは
Dialogue: 0,0:16:30.31,0:16:33.65,Default,,0000,0000,0000,,{\pos(580,1020)}きっちりしてやんな!⦆
Dialogue: 0,0:16:33.65,0:16:36.48,Default,,0000,0000,0000,,{\pos(580,1020)}《って 言ってたし》
Dialogue: 0,0:16:36.48,0:16:38.49,Default,,0000,0000,0000,,{\pos(820,1020)}あ~む。
Dialogue: 0,0:16:38.49,0:16:41.32,Default,,0000,0000,0000,,{\pos(460,900)}《ちゃ~んと
Dialogue: 0,0:16:38.49,0:16:41.32,Default,,0000,0000,0000,,{\pos(580,1020)}「しかえし」しなきゃね。
Dialogue: 0,0:16:41.32,0:16:44.82,Default,,0000,0000,0000,,{\pos(500,900)}しかたないから
Dialogue: 0,0:16:41.32,0:16:44.82,Default,,0000,0000,0000,,{\pos(540,1020)}私の食べ物を少し分けて…》
Dialogue: 0,0:16:47.83,0:16:49.83,Default,,0000,0000,0000,,{\pos(700,1020)}《ぎゃっ!》
Dialogue: 0,0:16:55.60,0:16:59.27,Default,,0000,0000,0000,,{\pos(500,900)}《う 動いた!
Dialogue: 0,0:16:55.60,0:16:59.27,Default,,0000,0000,0000,,{\pos(620,1020)}あの人間動いたわっ!
Dialogue: 0,0:16:59.27,0:17:03.44,Default,,0000,0000,0000,,{\pos(340,900)}とっ 突然だったから ちょっと
Dialogue: 0,0:16:59.27,0:17:03.44,Default,,0000,0000,0000,,{\pos(380,1020)}ビックリしただけなんだからね》
Dialogue: 0,0:17:03.44,0:17:05.45,Default,,0000,0000,0000,,{\pos(340,1020)}(素晴)イッテテッ!
Dialogue: 0,0:17:05.45,0:17:09.05,Default,,0000,0000,0000,,{\pos(460,1020)}《ほら 早く食べな… えっ?》
Dialogue: 0,0:17:14.62,0:17:17.96,Default,,0000,0000,0000,,{\pos(700,1020)}《ぎゃ~!》
Dialogue: 0,0:17:17.96,0:17:22.13,Default,,0000,0000,0000,,{\pos(340,900)}《たったった たたた
Dialogue: 0,0:17:17.96,0:17:22.13,Default,,0000,0000,0000,,{\pos(460,1020)}食べ物を粗末にするなんて!
Dialogue: 0,0:17:22.13,0:17:25.30,Default,,0000,0000,0000,,{\pos(420,1020)}コイツ 悪い人間だ~!》
Dialogue: 0,0:17:25.30,0:17:27.30,Default,,0000,0000,0000,,{\pos(1300,840)}う~ん。
Dialogue: 0,0:17:25.30,0:17:27.30,Default,,0000,0000,0000,,{\pos(340,1020)}うぬぬぬぬ!
Dialogue: 0,0:17:27.30,0:17:30.47,Default,,0000,0000,0000,,{\pos(1100,840)}はっ! おお。
Dialogue: 0,0:17:27.30,0:17:30.47,Default,,0000,0000,0000,,{\pos(340,1020)}ぬぬぬぬっ!
Dialogue: 0,0:17:30.47,0:17:34.14,Default,,0000,0000,0000,,{\pos(540,1020)}《し… 信じられない》
Dialogue: 0,0:17:34.14,0:17:36.98,Default,,0000,0000,0000,,{\pos(340,1020)}(子猫の鳴き声)
Dialogue: 0,0:17:36.98,0:17:41.81,Default,,0000,0000,0000,,{\pos(340,900)}《私たちにとって ごはんを食べて
Dialogue: 0,0:17:36.98,0:17:41.81,Default,,0000,0000,0000,,{\pos(620,1020)}生きていくことが➡
Dialogue: 0,0:17:41.81,0:17:45.15,Default,,0000,0000,0000,,{\pos(540,1020)}どんなに大変だったか。
Dialogue: 0,0:17:45.15,0:17:49.32,Default,,0000,0000,0000,,{\pos(340,1020)}なによ。 やっぱり人間なんて…。
Dialogue: 0,0:17:49.32,0:17:52.12,Default,,0000,0000,0000,,{\pos(860,900)}早く「しかえし」して
Dialogue: 0,0:17:49.32,0:17:52.12,Default,,0000,0000,0000,,{\pos(1100,1020)}出て行こう》
Dialogue: 0,0:18:04.44,0:18:06.44,Default,,0000,0000,0000,,{\pos(700,1020)}《むっ ニャア~!
Dialogue: 0,0:18:06.44,0:18:09.94,Default,,0000,0000,0000,,{\pos(580,900)}なんで食べないのよ!
Dialogue: 0,0:18:06.44,0:18:09.94,Default,,0000,0000,0000,,{\pos(620,1020)}食べなさいよ~!》
Dialogue: 0,0:18:12.11,0:18:16.78,Default,,0000,0000,0000,,{\pos(420,1020)}《うぬぬぬ… これならどう!?
Dialogue: 0,0:18:16.78,0:18:19.29,Default,,0000,0000,0000,,{\pos(340,1020)}んっ? やっと出てきたわね》
Dialogue: 0,0:18:19.29,0:18:21.79,Default,,0000,0000,0000,,{\pos(660,1020)}(素晴)お前 なんなんだ?
Dialogue: 0,0:18:21.79,0:18:23.96,Default,,0000,0000,0000,,{\pos(340,1020)}《ちゃんとごはんを食べないと➡
Dialogue: 0,0:18:23.96,0:18:26.29,Default,,0000,0000,0000,,{\pos(340,1020)}いざって時 動けないでしょ》
Dialogue: 0,0:18:26.29,0:18:28.80,Default,,0000,0000,0000,,{\pos(740,1020)}これ以上僕の邪魔…。
Dialogue: 0,0:18:28.80,0:18:31.80,Default,,0000,0000,0000,,{\pos(780,1020)}《えっ?
Dialogue: 0,0:18:31.80,0:18:35.13,Default,,0000,0000,0000,,{\pos(340,1020)}ねぇ ちょっと どうしたの?》
Dialogue: 0,0:18:35.13,0:18:37.53,Default,,0000,0000,0000,,{\pos(340,1020)}(カラスの鳴き声)
Dialogue: 0,0:18:40.14,0:18:42.14,Default,,0000,0000,0000,,{\pos(980,1020)}⦅《どうして…。
Dialogue: 0,0:18:42.14,0:18:44.64,Default,,0000,0000,0000,,{\pos(420,1020)}どうして 目を開けないの?》
Dialogue: 0,0:18:47.81,0:18:49.81,Default,,0000,0000,0000,,{\pos(780,1020)}《やだ》⦆
Dialogue: 0,0:18:52.75,0:18:56.76,Default,,0000,0000,0000,,{\pos(540,900)}《ほら ここに
Dialogue: 0,0:18:52.75,0:18:56.76,Default,,0000,0000,0000,,{\pos(660,1020)}ちゃんとごはんあるから。
Dialogue: 0,0:18:56.76,0:19:00.96,Default,,0000,0000,0000,,{\pos(420,900)}私のごはん
Dialogue: 0,0:18:56.76,0:19:00.96,Default,,0000,0000,0000,,{\pos(460,1020)}全部食べたっていいんだから》
Dialogue: 0,0:19:05.93,0:19:08.73,Default,,0000,0000,0000,,{\pos(1020,1020)}ミャオ~!
Dialogue: 0,0:19:15.94,0:19:18.74,Default,,0000,0000,0000,,{\pos(660,1020)}《たべ… てる》
Dialogue: 0,0:19:21.95,0:19:24.95,Default,,0000,0000,0000,,{\pos(340,1020)}《おっ?》
Dialogue: 0,0:19:24.95,0:19:27.12,Default,,0000,0000,0000,,{\pos(1060,1020)}《えっ えっ》
Dialogue: 0,0:19:27.12,0:19:30.52,Default,,0000,0000,0000,,{\pos(660,1020)}でっ! き た…。
Dialogue: 0,0:19:32.46,0:19:35.96,Default,,0000,0000,0000,,{\pos(460,1020)}《えっ… な なんなの?》
Dialogue: 0,0:19:35.96,0:19:40.47,Default,,0000,0000,0000,,{\pos(340,1020)}(寝息)
Dialogue: 0,0:19:40.47,0:19:43.47,Default,,0000,0000,0000,,{\pos(740,1020)}《眠ってる… だけ?》
Dialogue: 0,0:19:51.98,0:19:55.31,Default,,0000,0000,0000,,{\pos(660,1020)}《ちゃんとあったかい…。
Dialogue: 0,0:19:55.31,0:19:57.51,Default,,0000,0000,0000,,{\pos(780,1020)}よかったぁ》
Dialogue: 0,0:20:01.49,0:20:04.82,Default,,0000,0000,0000,,{\pos(340,1020)}《怪しい人間 やっと帰った》
Dialogue: 0,0:20:04.82,0:20:06.83,Default,,0000,0000,0000,,{\pos(1020,1020)}ふぅ…。
Dialogue: 0,0:20:06.83,0:20:10.16,Default,,0000,0000,0000,,{\pos(340,1020)}《もう 歩いて平気なの?》
Dialogue: 0,0:20:10.16,0:20:15.00,Default,,0000,0000,0000,,{\pos(500,1020)}ん… お前 どこ行ってたんだ。
Dialogue: 0,0:20:15.00,0:20:18.17,Default,,0000,0000,0000,,{\pos(340,900)}《ネコ:これで無事
Dialogue: 0,0:20:15.00,0:20:18.17,Default,,0000,0000,0000,,{\pos(460,1020)}「しかえし」も済んだから➡
Dialogue: 0,0:20:18.17,0:20:21.51,Default,,0000,0000,0000,,{\pos(380,1020)}私もう出て行くからね。
Dialogue: 0,0:20:21.51,0:20:25.01,Default,,0000,0000,0000,,{\pos(340,900)}いい? ちゃんと
Dialogue: 0,0:20:21.51,0:20:25.01,Default,,0000,0000,0000,,{\pos(380,1020)}ごはんは食べなさいよ》
Dialogue: 0,0:20:25.01,0:20:27.01,Default,,0000,0000,0000,,{\pos(980,840)}はぁ…。
Dialogue: 0,0:20:25.01,0:20:27.01,Default,,0000,0000,0000,,{\pos(1180,1020)}《ぎゃ~!?
Dialogue: 0,0:20:27.01,0:20:29.31,Default,,0000,0000,0000,,{\pos(340,1020)}ちょっと しっかりしなさいよ!》
Dialogue: 0,0:20:31.52,0:20:34.19,Default,,0000,0000,0000,,{\pos(580,1020)}《んもう 人間のくせに…。
Dialogue: 0,0:20:34.19,0:20:36.69,Default,,0000,0000,0000,,{\pos(380,1020)}なんかほっとけないんだからぁ》
Dialogue: 0,0:20:38.86,0:20:42.36,Default,,0000,0000,0000,,{\pos(420,900)}ええっと
Dialogue: 0,0:20:38.86,0:20:42.36,Default,,0000,0000,0000,,{\pos(460,1020)}確かまだ1つあるはず…。
Dialogue: 0,0:20:45.87,0:20:48.53,Default,,0000,0000,0000,,{\pos(340,1020)}⦅それは 朏くんを➡
Dialogue: 0,0:20:48.53,0:20:50.83,Default,,0000,0000,0000,,{\pos(340,900)}心配してくれてるって
Dialogue: 0,0:20:48.53,0:20:50.83,Default,,0000,0000,0000,,{\pos(380,1020)}ことじゃないですか?⦆
Dialogue: 0,0:20:53.31,0:20:56.11,Default,,0000,0000,0000,,{\pos(500,1020)}《いやいや ネコがそんな》
Dialogue: 0,0:20:58.31,0:21:01.65,Default,,0000,0000,0000,,{\pos(700,1020)}お… あった!
Dialogue: 0,0:21:01.65,0:21:04.15,Default,,0000,0000,0000,,{\pos(620,900)}《ネコ:それ! 昔に1度だけ
Dialogue: 0,0:21:01.65,0:21:04.15,Default,,0000,0000,0000,,{\pos(860,1020)}もらったことある!
Dialogue: 0,0:21:04.15,0:21:06.32,Default,,0000,0000,0000,,{\pos(780,1020)}すごくおいしいやつ!
Dialogue: 0,0:21:06.32,0:21:08.99,Default,,0000,0000,0000,,{\pos(540,1020)}食べてもいいの~!?》
Dialogue: 0,0:21:08.99,0:21:10.99,Default,,0000,0000,0000,,{\pos(540,1020)}えっ!? なんだ 突然。
Dialogue: 0,0:21:10.99,0:21:13.66,Default,,0000,0000,0000,,{\pos(340,900)}《素晴:もう
Dialogue: 0,0:21:10.99,0:21:13.66,Default,,0000,0000,0000,,{\pos(460,1020)}さっぱりわからない》
Dialogue: 0,0:21:13.66,0:21:19.50,Default,,0000,0000,0000,,{\pos(340,900)}お前そんなに腹減ってるくせして
Dialogue: 0,0:21:13.66,0:21:19.50,Default,,0000,0000,0000,,{\pos(380,1020)}どうして 僕に…。
Dialogue: 0,0:21:19.50,0:21:22.67,Default,,0000,0000,0000,,{\pos(700,1020)}わぁああ~!
Dialogue: 0,0:21:22.67,0:21:26.84,Default,,0000,0000,0000,,{\pos(660,840)}にゃぁあ~!
Dialogue: 0,0:21:22.67,0:21:26.84,Default,,0000,0000,0000,,{\pos(380,1020)}《やっぱりここにいてあげるぅ》
Dialogue: 0,0:21:26.84,0:21:31.68,Default,,0000,0000,0000,,{\pos(340,900)}こ 今度 原稿の邪魔したら…
Dialogue: 0,0:21:26.84,0:21:31.68,Default,,0000,0000,0000,,{\pos(380,1020)}追い出すん だからな。
Dialogue: 0,0:21:31.68,0:21:33.88,Default,,0000,0000,0000,,{\pos(660,1020)}《おいし~!》
Dialogue: 0,0:21:35.85,0:21:38.68,Default,,0000,0000,0000,,{\pos(340,900)}<素晴:想像だけじゃ
Dialogue: 0,0:21:35.85,0:21:38.68,Default,,0000,0000,0000,,{\pos(660,1020)}たどりつけない真実は➡
Dialogue: 0,0:21:38.68,0:21:41.19,Default,,0000,0000,0000,,{\pos(540,1020)}いったいどんなものだろう>
Dialogue: 0,0:21:41.19,0:21:43.19,Default,,0000,0000,0000,,{\pos(660,1020)}<ネコ:大きな変化を生む➡
Dialogue: 0,0:21:43.19,0:21:46.69,Default,,0000,0000,0000,,{\pos(340,1020)}運命の出会いって どんなもの?>
Dialogue: 0,0:21:46.69,0:21:51.30,Default,,0000,0000,0000,,{\pos(460,1020)}<素晴:今 新しい世界の扉が>
Dialogue: 0,0:21:51.30,0:21:55.00,Default,,0000,0000,0000,,{\pos(340,900)}<素晴/ネコ:少しだけ
Dialogue: 0,0:21:51.30,0:21:55.00,Default,,0000,0000,0000,,{\pos(940,1020)}開いた気がした>

Change Subtitle Size

Is it possible to resize the subtitle?
I have a ultra wide monitor and the subtitles on the site are too small. I would like to resize and make it bigger...
Is that possible?

Download Subtitle from video

Hi.

Could you implement a function to download the video subtitle?
Or to change the size of the subtitle of the video itself without uploading it.

But if its not possible to change the size of the subtitle in the video, let us download the official SRT from Crunchyroll so we can upload using the extension and then change the size.

Im watching Attack on Titan on Crunchroll and it does have the subtitle in my language but i cant find a way to download the srt subtitle...
It would be nice to download the subtitle from the video so i can upload via Jimaku Player...

Fine Alignment Adjustment hotkeys switch option.

Hi, can you add an option to change/switch X and Z hotkeys so Z will hasten subtitles and X will delay subtitles ? This is more comfortable that way especially for those of us who use same feature on players like VLC and MPV where this hotkeys work that way and its kinda hard to adjust now to reverse values...

Сhange subtitle position

Hello!

Is it possible to add option to change subs position a bit higher like Crunchyroll subs which a think an ideal screen positioning or make that a default position in extension with future updates ?

Support for any website

Hey man, I was wondering if you could adapt this script to be used with any website that has an html5 player in it, instead of being tied to a specific platform. Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.