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 |
![]() |
#1122 | Link |
*****
Join Date: Feb 2005
Posts: 5,463
|
The bug is in the subtitle itself. It uses a font that does not contain that music note character, nor has a compatible fallback font.
These renderers do not support replacing missing glyphs and it also can not be added easily.
__________________
MPC-HC 1.9.21 |
![]() |
![]() |
![]() |
#1123 | Link |
李姗倩 Lǐ Shān Qiàn
Join Date: Nov 2002
Posts: 1,335
|
If that's how it is, it's the typesetter's fault. Unfortunately, something like that is not so uncommon...
A quick (possibly ugly) workaround for an XySubFilter user may be "Force Default" in the Main tab of XySubFilter. A pre-set Default font, Arial, does support U+266B ♫. If MPC-HC + Internal sub renderer, then Right-click > Subtitle Tracks > Enable Default. Either way, you may have to tweak the Default style (like font size, or font name if you don't like Arial). Common Windows fonts that support this code point include: Arial & Times New Roman. A real solution is, editing the subtitle data and changing ♫ to {\fnLucida Console}♫{\fn}, for example. There is another solution using {\p}, directly drawing the glyph; but that's rather complicated and not really softsub-friendly, while more flexible (you can draw any symbols, not even in Unicode). |
![]() |
![]() |
![]() |
#1124 | Link |
李姗倩 Lǐ Shān Qiàn
Join Date: Nov 2002
Posts: 1,335
|
"Force Default" potential issue
Even if you enable "Force Default" in the Properties, \r-based user-side styles from SSA/ASS can't be overridden.
Tested: XySubFilter 3.2.0.806 (git) xy-VSFilter. MPC-BE + Internal subtitle renderer can do this overriding perfectly. mpc-hc-test.mkv (sample, 90KB) |
![]() |
![]() |
![]() |
#1125 | Link |
Registered User
Join Date: Feb 2016
Posts: 22
|
I can't make it work for me for the life of me. I've been using the 2.41.322 with the exe installer and that version works fine. I can select it in MPC-HC and MPC-BE. Also have it in the list in the External filters. But when I use this .bat installer nothing happens, like it's not installed. It even says **not installed** in the Subtitle renderer seletion. What am I duing wrong?!
|
![]() |
![]() |
![]() |
#1126 | Link | |
Registered User
Join Date: Aug 2015
Posts: 229
|
From Readme.txt:
Quote:
Also, if you use 32-bit player then you need to install 32-bit filter; if you use 64-bit player then you need to install 64-bit filter. |
|
![]() |
![]() |
![]() |
#1132 | Link |
Registered User
Join Date: Jun 2019
Posts: 3
|
Hello, I have an Avisynth question for VSFilter, I am wondering if it is possible to mask VOBSUB on top of a transparent RGBA clip. I have a very specific use case for it which is to transcode to RGBA cineform from Virtualdub. See this script which works for text based subtitles:
Code:
V=LWLibavVideoSource("00000 - 2 - h264, 1080p24.mkv") MaskSub("subs.ass",V.width,V.height,V.framerate,V.framecount) FlipVertical() ![]() However masksub does not work with VOBSUB picture based subs. I thought to simply use the VobSub filter on top of an RGB32 BlankClip however the resulting clip is completely transparent to Vdub, and the resulting encode has no opaque subs in Premiere Pro either. I don't think this is a Vdub bug as I can encoded the AVS file with FFmpeg with Avisynth support and it also ends up being a transparent clip. Code:
V=LWLibavVideoSource("00000 - 2 - h264, 1080p24.mkv") B=BlankClip(V,pixel_type="RGB32") VobSub(B,"00000 - 2 - h264, 1080p24_Track04._PGS_exp.sub") ![]() Is it possible to overlay VOBSUB over a transparent RGB32/RGBA clip to get the same result as MaskSub in Avisynth+ 3.7? |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|