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 3rd November 2020, 18:29   #1101  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
ISR could be made compatible with that as well in future. Or madVR could adjust the colors of the subs itself. Or blend them before it applies LUT.
clsid is offline   Reply With Quote
Old 3rd November 2020, 18:55   #1102  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 7,903
what's wrong with the new interface it works with EVR, mpcVR and madVR?

the new interface has support for HDR subs too(at least on a technical level).
huhn is offline   Reply With Quote
Old 11th November 2020, 07:18   #1103  |  Link
gfxnow
Registered User
 
Join Date: Jul 2004
Posts: 45
Quote:
Originally Posted by huhn View Post
what's wrong with the new interface it works with EVR, mpcVR and madVR?

the new interface has support for HDR subs too(at least on a technical level).
Quote:
Originally Posted by clsid View Post
ISR could be made compatible with that as well in future.


🤝🏻
gfxnow is offline   Reply With Quote
Old 6th March 2021, 00:31   #1104  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
Dear all,
I made a new build, took the rc5 branch which was finally vs2019 friendly. I was so happy upon that that I put some effort into implementing new color spaces in the core. (after having my Avisynth filter work again on this new codebase)

https://github.com/pinterf/xy-VSFilt.../tag/3.2.0.804
Tested only from Avisynth TextSub filter, as my primary goal was this. Supports native YV16, YV24, and 10 and 16 bit 4:2:2 formats (internally P210 and P216). What ever it does outside Avisynth, I don't know.
pinterf is offline   Reply With Quote
Old 6th March 2021, 14:01   #1105  |  Link
Warlock
Registered User
 
Join Date: Mar 2012
Posts: 38
Quote:
Originally Posted by pinterf View Post
Dear all,
I made a new build, took the rc5 branch which was finally vs2019 friendly. I was so happy upon that that I put some effort into implementing new color spaces in the core. (after having my Avisynth filter work again on this new codebase)

https://github.com/pinterf/xy-VSFilt.../tag/3.2.0.804
Tested only from Avisynth TextSub filter, as my primary goal was this. Supports native YV16, YV24, and 10 and 16 bit 4:2:2 formats (internally P210 and P216). What ever it does outside Avisynth, I don't know.
Warlock is offline   Reply With Quote
Old 3rd April 2021, 20:56   #1106  |  Link
Sunspark
Registered User
 
Join Date: Nov 2015
Posts: 467
Does the possibility exist that a checkbox could be implemented to disallow transparency?

I.e. if one likes all the other pre-defined subtitle fonts, colors, etc. in the file, just not the transparency which shows on subtitle borders, etc.

The benefit of this would be to visually make everything nice and crisp, and potentially might even improve performance slightly as it wouldn't have to blend anything since at that point it would just be an overlay.
Sunspark is offline   Reply With Quote
Old 13th April 2021, 00:35   #1107  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,153
New ver of xy-VSFilter
https://github.com/pinterf/xy-VSFilter
kedautinh12 is offline   Reply With Quote
Old 22nd April 2021, 12:05   #1108  |  Link
gfxnow
Registered User
 
Join Date: Jul 2004
Posts: 45
Quote:
Originally Posted by kedautinh12 View Post
Is there an official doom9 thread for this new fork of xy by pinterf
gfxnow is offline   Reply With Quote
Old 23rd May 2021, 16:02   #1109  |  Link
GMJCZP
Registered User
 
GMJCZP's Avatar
 
Join Date: Apr 2010
Location: I have a statue in Hakodate, Japan
Posts: 744
Hi, I have used the .bat file to install it but I can't use it with Wmp on w7 x86, what should I do?
__________________
By law and justice!

GMJCZP's Arsenal
GMJCZP is offline   Reply With Quote
Old 24th May 2021, 15:41   #1110  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
Best thing to do is use MPC-HC instead of the terrible WMP.

To use (xy-)VSFilter with WMP you need to do two things:
1) Use Codec Tweak Tool to adjust preferred DirectShow decoders in Windows. The required setting for VSFilter is "Use merit". Anything else will not work.
2a) You need to disable Media Foundation to force WMP to use DirectShow. On Windows 7 that is needed for .mp4/.mov. On Windows 10 it is also needed for .mkv.
2b) Instead of disabling MF, you can also rename your files to an uncommon extension (such as .video). This will bypass the MF codecs. This method is actually preferred, because disabling MF can cause problems with apps/games that need it.

Long story short: don't use WMP.
__________________
MPC-HC 2.1.7.2
clsid is offline   Reply With Quote
Old 24th May 2021, 22:15   #1111  |  Link
GMJCZP
Registered User
 
GMJCZP's Avatar
 
Join Date: Apr 2010
Location: I have a statue in Hakodate, Japan
Posts: 744
Thanks for the bad news

It's curious that in the past i used directvobsub in w xp and Now in W7 with a new program I can't easily
__________________
By law and justice!

GMJCZP's Arsenal
GMJCZP is offline   Reply With Quote
Old 3rd June 2021, 14:20   #1112  |  Link
GMJCZP
Registered User
 
GMJCZP's Avatar
 
Join Date: Apr 2010
Location: I have a statue in Hakodate, Japan
Posts: 744
I was testing VSFilter 3.2.0.806 as a plugin for Avs+ and I noticed that an "é" (third line of subtitles) is showing it to me as an Asian character, if I use version 3.0.0.306 it does show up correctly, here I leave the file of Subtitle :

Here

And this is the script:

textsub("PruebaSSA.ssa")
__________________
By law and justice!

GMJCZP's Arsenal
GMJCZP is offline   Reply With Quote
Old 16th July 2021, 14:54   #1113  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 1,959
Is it possible to modify the XySubFilter code (c++17) to avoid using boost?

I found the following dependencies:
boost::scoped_ptr
boost::shared_ptr
boost::flyweights
boost::shared_array
boost::dynamic_pointer_cast

Last edited by v0lt; 16th July 2021 at 14:56.
v0lt is offline   Reply With Quote
Old 16th July 2021, 15:42   #1114  |  Link
菜姬
Registered User
 
Join Date: Jul 2020
Posts: 2
Quote:
Originally Posted by v0lt View Post
Is it possible to modify the XySubFilter code (c++17) to avoid using boost?

I found the following dependencies:
boost::scoped_ptr
boost::shared_ptr
boost::flyweights
boost::shared_array
boost::dynamic_pointer_cast
As far as I know, there is no substitute for flyweight in C++ 's standard library.
菜姬 is offline   Reply With Quote
Old 17th July 2021, 11:36   #1115  |  Link
nokicheru
Registered User
 
Join Date: Jul 2021
Posts: 3
Hi! Recently, i've found some mkv files with .ass subtitles that clearly don't work as intended with xySubFilter in MPC-BE and madvr (i've also tried playing them using EVR, no changes). When playing them, I experience huge framedrops, and I can see on the OSD of madVR, that the subtitle queue and all other rendering queues momentarily go to 0 when some new lines come on screen. This mostly happens with scripts with many effects and when a new line comes on to the screen and the problem is isolated to very few files. I have tried playing those files with mpv (which uses libass, i believe) and they worked just fine, no framedrops. I have also tried reinstalling xySubfilter, resetting its' settings and installing the new build recently posted here (https://github.com/pinterf/xy-VSFilter), sadly with no success. Does anyone have any suggestions?
nokicheru is offline   Reply With Quote
Old 17th July 2021, 11:50   #1116  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 7,903
you can try the option "more" -> "render to original video size" if you are on UHD or QHD.

in general vsfilter has started to fall behind in terms of high res rendering performance.
huhn is offline   Reply With Quote
Old 17th July 2021, 15:46   #1117  |  Link
nokicheru
Registered User
 
Join Date: Jul 2021
Posts: 3
Quote:
Originally Posted by huhn View Post
you can try the option "more" -> "render to original video size" if you are on UHD or QHD.

in general vsfilter has started to fall behind in terms of high res rendering performance.
I actually tried that too, but it weirdly seemed to make almost no difference.

It really seems as if the problem isn't the rendering of the subtitles, but the parsing of some specific effects. I might try to tinker with the subtitle files and try to find if there's any specific effects that mess with xySubfilter.

If anyone wants to try it themselves, I've attached a sample subtitle file that causes the problems that I've described (They start at around second 43). Maybe some of you guys can replicate the problem and figure something out. Would appreciate the help!
Attached Files
File Type: zip Sample.zip (136.6 KB, 17 views)
nokicheru is offline   Reply With Quote
Old 17th July 2021, 17:57   #1118  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
Please use an external file host. It can take a long time before attachments are approved.

Slow rendering can also be due to a font that is used. A couple months ago I discovered that issue for a font called "Splatter". As a fix in MPC-HC internal subtitle renderer, I now use Arial as a replacement when that specific font is used in a style.

The splatter font is the only one so far that is known to me to cause this issue.
__________________
MPC-HC 2.1.7.2
clsid is offline   Reply With Quote
Old 17th July 2021, 18:08   #1119  |  Link
nokicheru
Registered User
 
Join Date: Jul 2021
Posts: 3
Quote:
Originally Posted by clsid View Post
Please use an external file host. It can take a long time before attachments are approved.

Slow rendering can also be due to a font that is used. A couple months ago I discovered that issue for a font called "Splatter". As a fix in MPC-HC internal subtitle renderer, I now use Arial as a replacement when that specific font is used in a style.

The splatter font is the only one so far that is known to me to cause this issue.
Thanks for the tip! Here are the files: https://files.catbox.moe/qy6ijn.zip
nokicheru is offline   Reply With Quote
Old 20th July 2021, 21:20   #1120  |  Link
ikarad
Registered User
 
Join Date: Apr 2008
Posts: 546
I have found a bug with subtitles.

At the left, sub renderer by vlc.
At the right, same problem with mpc-hc sub renderer and xysubfilter
ikarad 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 09:30.


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