[scoot] Sarazanmai (BD 1080p FLAC HEVC)
Mediainfos, Vapoursynth scripts, and comparison of source and encode and Asenshi.
- Filterchain: AA, deband, graining, cool stuff like that.
After a fair amount of reading, I decided to finally go through with actually encoding something. The BD used can be found at this torrent. I decided not to use Asenshi's subs, as I found that they were a bit off when I tried using them on this encode, and I didn't want to care about it (more is less). If you have any issues with this release, please send a DM on Discord to @c0mp#1860; you're likely to get a quick response there.
This is my first project, and I hope it is found satisfactory!
-
[scoot] Sarazanmai (BD 1080p FLAC HEVC)
- [scoot] Sarazanmai - 01 [BAD81B20].mkv (1.6 GiB)
- [scoot] Sarazanmai - 02 [6F404771].mkv (1.4 GiB)
- [scoot] Sarazanmai - 03 [9D2C35D1].mkv (1.6 GiB)
- [scoot] Sarazanmai - 04 [566B5E0D].mkv (1.5 GiB)
- [scoot] Sarazanmai - 05 [84CC2FAB].mkv (1.6 GiB)
- [scoot] Sarazanmai - 06 [46D19DD1].mkv (1.3 GiB)
- [scoot] Sarazanmai - 07 [276B7475].mkv (1.5 GiB)
- [scoot] Sarazanmai - 08 [A343FE42].mkv (1.1 GiB)
- [scoot] Sarazanmai - 09 [EC6A3D88].mkv (1.2 GiB)
- [scoot] Sarazanmai - 10 [65DE436E].mkv (1.5 GiB)
- [scoot] Sarazanmai - 11 [3DA112DB].mkv (1.4 GiB)
So what subs are you using?
Did you convert this from limited range -> limited range (under the assumption that it was full range)? The colours are noticeably off
src = core.resize.Point(src, matrix=1, matrix_in=1, range=0, range_in=1, primaries=1, primaries_in=1, transfer=1, transfer_in=1, dither_type='error_diffusion')
This marks the original range as full, which is wrong. That's going to result in a more limited range of colors in the final output. You shouldn't set the matrix/range/etc. values in this function unless you know what you're doing. Heck, you shouldn't use this function unless you know what you're doing.
@motbob Yeah, it was something talked over in the IEW discord briefly and with other encoders who sent a DM, I understand.
@StazCherryBlood None.
thanks