kenygia / xy-vsfilter

Automatically exported from code.google.com/p/xy-vsfilter fork:xy-vsfilter-2015-05-04-rc
GNU General Public License v2.0
0 stars 0 forks source link

1920X800 PGS Does not display subtitles #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1920X800 PGS Does not display subtitles, SUB subtitles can display.
use POT PGS  is ok

What is the expected output? What do you see instead?
KMP+LAV splitter+xy-vsfilter

What version of the product are you using? On what operating system?
xy-VSFilter 3.0.0.65,windows7 64

Original issue reported on code.google.com by HXD.X...@gmail.com on 6 Oct 2012 at 4:13

GoogleCodeExporter commented 9 years ago
From the FAQ on the front page:

Q: Why aren't Blu-ray PGS subtitles showing on my cropped/resized video?

A: Blu-ray PGS subtitles often have a fixed resolution of 1920x1080. Unless the 
encoded video frame matches the PGS subtitle resolution, no subtitles will be 
displayed. This is a limitation of the VSFilter 2.40 PGS code we are using. You 
can workaround this problem by padding the video back to 1920x1080. FFDShow 
users can use it's Resize filter to pad the video. LAV Video users can set 
temporarily set xy-VSFilter Vertical Padding to Extend to 16:9 (requires 
xy-VSFilter to be restarted).

When the new subtitle interface discussed in Issue #40 & Issue #91 is 
implemented in a video renderer like madVR, this should be resolved.

Original comment by cyber.sp...@gmail.com on 6 Oct 2012 at 8:00