View Single Post
Old 5th April 2018, 19:11   #918  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
O.k., here comes my mod. If it works for you, enjoy.

Download xy-VSFilter 3.0.0.400

Code:
- Origin of mod source: https://github.com/Cyberbeing/xy-VSFilter/releases/tag/3.0.0.306
- This project: https://github.com/pinterf/xy-VSFilter/
- Forum: https://forum.doom9.org/showthread.php?t=168282
- Rebuilt with Visual Studio 2017
- Avisynth+ headers
- Native support for YUV420P10 and YUV420P16 formats in Avisynth filter TextSub
  Internal conversion to and from P010 and P016 with SSE2 support
- Still doesn't work in any MT mode (I think): automatically registers itself as MT_SERIALIZED to prevent troubles
- Avisynth filter MaskSub: new pixel_type (default: "RGB32") parameter. Can be set to "YUV420P10" or "YUV420P16"
- Versioning: 3.0.0 prefix is kept, build number goes from 400 and up for my mod, set manually in src/filters/transform/vsfilter/version_in.h
- All credits to the previous authors.

Last edited by pinterf; 6th April 2018 at 07:39. Reason: typo
pinterf is offline   Reply With Quote