[UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) (BDRip 1080p x264 FLACx2) [dual-audio]
Girls' Last Tour
Download the new version instead: https://nyaa.si/view/1314874
-
[UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) (BDRip 1080p x264 FLACx2) [dual-audio]
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 01 (BDRip 1080p x264 FLACx2) [dual-audio] [1A1525F1].mkv (2.1 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 02 (BDRip 1080p x264 FLACx2) [dual-audio] [5F952269].mkv (2.0 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 03 (BDRip 1080p x264 FLACx2) [dual-audio] [86C263D0].mkv (1.8 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 04 (BDRip 1080p x264 FLACx2) [dual-audio] [85F11FE4].mkv (1.7 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 05 (BDRip 1080p x264 FLACx2) [dual-audio] [EED42001].mkv (2.0 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 06 (BDRip 1080p x264 FLACx2) [dual-audio] [C191A071].mkv (1.7 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 07 (BDRip 1080p x264 FLACx2) [dual-audio] [5DB1F8C4].mkv (1.8 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 08 (BDRip 1080p x264 FLACx2) [dual-audio] [4AF0817A].mkv (1.6 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 09 (BDRip 1080p x264 FLACx2) [dual-audio] [8C57A56E].mkv (1.5 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 10 (BDRip 1080p x264 FLACx2) [dual-audio] [D203C68F].mkv (2.1 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 11 (BDRip 1080p x264 FLACx2) [dual-audio] [B8C1C605].mkv (1.9 GiB)
- [UDF] Shoujo Shuumatsu Ryokou (Girls' Last Tour) - 12 (BDRip 1080p x264 FLACx2) [dual-audio] [E4F63C10].mkv (2.5 GiB)
HEVC introduces artifacts into the video. Only the industry knows what they’re doing and even then I doubt it. I once did HEVC and got into a lot of trouble because they were considered mini encodes. I trust what Koby from kametsu has to say on HEVC.
lmfao. Quoting the great Kimiko. In Kametsu we trust.
Thanks for the release. Please consider creating a patch for Asenshi's bd subs as an alternative though since it has sign TS, OP/ED fonts with romaji, and various edits.
Thanks!!!
@giftigheit - What's Koby statement on HEVC then? I'd like to read it!
@Mabby - Sure thing, coming right up!
@Mabby I updated the description, I made the patch files and placed them on top!
Thanks for the patch but you seem to have forgotten to include the fonts with Asenshi.
@Mabby I'll fix it asap, I think I just might as well make a new torrent or just a complete DL else it'll be a mess of patches haha. Thanks for noticing, my mind is a bit scattered lately, hard to keep up with the details.
Okay I updated the description you can get the last version there
@unwanteddubfan
I check the v3 link you give but don't find any google result? How to access it?
@unwanteddubfan hello can u give me the link for v3? I cant search it this code: aHR0cHM6Ly9jdXR0Lmx5L0pmSDdqRGg=
use base64decode.org to decode
have been having some issues with google drive, will make a new updated torrent soon
Update: finished a few last fixes (attachments weren't perfect) and will upload a new torrent, final version won't do anything after uploading that
Oh I just realised that the naming for the two subtitle tracks are not 100% accurate, these subtitles are MiG's edit of Scum's subtitles, instead of the pure Scum subtitles.
If this bothers you just run these two commands (windows / cmd): for /R %f IN (.mkv) DO mkvpropedit "%f" --edit track:s1 --set "name=Signs & Songs (Scum / MiG)" for /R %f IN (.mkv) DO mkvpropedit "%f" --edit track:s2 --set "name=Full Subtitles (Scum / MiG)"
or these (linux / bash): for f in *.mkv; do mkvpropedit "$f" --edit track:s1 --set "name=Signs & Songs (Scum / MiG)"; done for f in *.mkv; do mkvpropedit "$f" --edit track:s2 --set "name=Full Subtitles (Scum / MiG)"; done
Either add mkvpropedit to your environment variables or replace "mkvpropedit" with the absolute path to mkvpropedit.exe