okamibl / xy-vsfilter

Automatically exported from code.google.com/p/xy-vsfilter
0 stars 0 forks source link

Subtitle rendering incorrectly #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Subtitle not showing correctly, not sure why. Works fine with regular VSfilter, 
MPC-HC's ISR, and LibASS in mplayer2.
Attatched a screenshot of how xy-vs renders it, a screenshot of how it's 
supposed to look, and the section of the .ass file with the problem.

What version of the product are you using? On what operating system?

3.0.0.2

Win7 x64

Original issue reported on code.google.com by Konoek...@gmail.com on 7 Mar 2012 at 4:30

Attachments:

GoogleCodeExporter commented 8 years ago
The problem is the same as in issue 78. Each line has two instances of \fad in 
it, removing any of them fixes the problem. You can open in in a text editor 
and automatically replace \fad(1000,0) or \fad(943,1000) with an empty string 
as a temporary hotfix.

Original comment by tp7...@gmail.com on 7 Mar 2012 at 6:53

GoogleCodeExporter commented 8 years ago
Ah ok,  sorry for that. Thanks for the reply

Original comment by Konoek...@gmail.com on 7 Mar 2012 at 12:19