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.

 

Go Back   Doom9's Forum > General > Subtitles

Reply
 
Thread Tools Search this Thread Display Modes
Old 19th August 2017, 17:34   #901  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
With MPC-HC's internal subtitle renderer start the movie, then "Play">"Subtitle Track">"Default Style". You can set default style in options. (I don't remember if possible with xy-vsfilter.)
sneaker_ger is offline   Reply With Quote
Old 19th August 2017, 21:28   #902  |  Link
vivan
/人 ◕ ‿‿ ◕ 人\
 
Join Date: May 2011
Location: Russia
Posts: 643
"Force Default" in the main tab.
It won't help if they are using style override tags (\c), sadly.
vivan is offline   Reply With Quote
Old 29th December 2017, 07:11   #903  |  Link
gfxnow
Registered User
 
Join Date: Jul 2004
Posts: 45
Is there an alternate for this considering that this has been abandoned?
gfxnow is offline   Reply With Quote
Old 29th December 2017, 18:44   #904  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 431
I'm trying to find a solution that will fix vsfilter's issue with 10 bit color. Will xy-VSFilter handle 10 bit color without having to dither down to 8 bit color? Shame that this software has been abandoned.
Ryushin is offline   Reply With Quote
Old 29th December 2017, 19:20   #905  |  Link
Skibicki
Registered User
 
Skibicki's Avatar
 
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
Skibicki is offline   Reply With Quote
Old 30th December 2017, 14:52   #906  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 431
Quote:
Originally Posted by Skibicki View Post
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
I'll look into those. Forgot to mention that I need it to work with avisynth scripts to render vobsub/pgs subtitles directly into the video.

Last edited by Ryushin; 30th December 2017 at 16:35.
Ryushin is offline   Reply With Quote
Old 30th December 2017, 19:34   #907  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Render the subtitles over alpha, then overlay them onto 10 bit video. Shouldn't be too hard.
sneaker_ger is offline   Reply With Quote
Old 30th December 2017, 21:27   #908  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 431
Actually, it looks like xy-vsfilter worked perfectly for me. I plugged it into the Ripbot264 avs script and it rendered the subtitles for a 4K UHD Disc.
Ryushin is offline   Reply With Quote
Old 22nd January 2018, 22:24   #909  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 431
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?
Ryushin is offline   Reply With Quote
Old 22nd January 2018, 22:30   #910  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
https://avisynth.org.ru/docs/english...s/vsfilter.htm + MaskSub() to render over/with alpha
sneaker_ger is offline   Reply With Quote
Old 26th February 2018, 10:02   #911  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
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.
pinterf is offline   Reply With Quote
Old 26th February 2018, 10:20   #912  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Which recently modded version are you referring to?
madshi is offline   Reply With Quote
Old 26th February 2018, 10:39   #913  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
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.
pinterf is offline   Reply With Quote
Old 26th February 2018, 10:50   #914  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Ah, I see!
madshi is offline   Reply With Quote
Old 1st April 2018, 22:16   #915  |  Link
amayra
Quality Checker
 
amayra's Avatar
 
Join Date: Aug 2013
Posts: 284
where can i get that ?
__________________
I love Doom9
amayra is offline   Reply With Quote
Old 2nd April 2018, 11:42   #916  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
Quote:
Originally Posted by amayra View Post
where can i get that ?
I will do a small clean up and put it to git when I have time. Or PM for test build.
pinterf is offline   Reply With Quote
Old 5th April 2018, 02:09   #917  |  Link
iakoboss7
Registered User
 
iakoboss7's Avatar
 
Join Date: Sep 2015
Posts: 13
cant you post it here?
iakoboss7 is offline   Reply With Quote
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
Old 10th April 2018, 15:49   #919  |  Link
iakoboss7
Registered User
 
iakoboss7's Avatar
 
Join Date: Sep 2015
Posts: 13
thank you for your work, any chance you can integrate that into "XySubFilter Beta3" ( 3.1.0.746 ) that is the latest version?
iakoboss7 is offline   Reply With Quote
Old 10th April 2018, 23:54   #920  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 7,903
most of the changes are basic for xy subfilter because it don't render the subs on the frame the renderer is doing that.
huhn is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:16.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.