Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#905 | Link |
Registered User
Join Date: Sep 2011
Posts: 41
|
I'm not sure about 10-bit but you can try AssFilterMod. It can use EVR Custom Presenter and other renderers, not EVR.
https://github.com/Blitzker/assfiltermod https://forum.doom9.org/showthread.php?t=173573
__________________
Win 8.1 -- Core 2 Duo E7300 & Intel Q43 GMA 4500 |
![]() |
![]() |
![]() |
#906 | Link | |
Registered User
Join Date: Mar 2011
Posts: 305
|
Quote:
Last edited by Ryushin; 30th December 2017 at 16:35. |
|
![]() |
![]() |
![]() |
#909 | Link |
Registered User
Join Date: Mar 2011
Posts: 305
|
Well, it looks like I was mistaken. xy-vsfilter did not work after all. I can't seem to find the options for xy-vsfilter for running inside a avs script. Though I have not read all 42 pages of this forum. Is there any other source of documentation I can read?
|
![]() |
![]() |
![]() |
#910 | Link |
Registered User
Join Date: Dec 2002
Posts: 5,570
|
https://avisynth.org.ru/docs/english...s/vsfilter.htm + MaskSub() to render over/with alpha
|
![]() |
![]() |
![]() |
#911 | Link |
Registered User
Join Date: Jan 2014
Posts: 1,796
|
Preliminary: recently modded xy-vsfilter to work natively with YUV420P10 and YUV420P16.
Question: did someone use this filter (3.0.0.306) successfully in a multithreaded way (E.g. Avisynth+ MT_MULTI_INSTANCE)? It's freezing for me and I can neither see the protecting mechanism in the source. |
![]() |
![]() |
![]() |
#913 | Link |
Registered User
Join Date: Jan 2014
Posts: 1,796
|
Two days ago I was playing with the existing source, replaced avisynth header to a current avs+ one, fixed some things to compile under VS2017 and put the 10/16 bit support in it for AVS+. Not published, will put on my git.
|
![]() |
![]() |
![]() |
#918 | Link |
Registered User
Join Date: Jan 2014
Posts: 1,796
|
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.
__________________
My AviSynth+ repo on github, Other repos: RgTools, Masktools2, MvTools2, TIVTC, Average Last edited by pinterf; 6th April 2018 at 07:39. Reason: typo |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|