florinandrei
9th May 2009, 22:15
Using tsMuxeR, I muxed a .264 file (1080p), an .ac3 file and a .sup file into a single .m2ts file.
MUXOPT --no-pcr-on-video-pid --new-audio-pes --vbr --vbv-len=500
V_MPEG4/ISO/AVC, "C:\hd\test\video.264", insertSEI, contSPS
A_AC3, "C:\hd\test\audio.ac3", lang=eng
S_HDMV/PGS, "C:\hd\test\subs.sup", fps=23.976, lang=eng
The problem is, the PS3 won't play the subtitles.
Is there a way to add subtitles to an HD file (AVC video, container can be whatever works with a UPnP server such as Mediatomb and is easily doable) in such a way as to be compatible with the PS3?
MUXOPT --no-pcr-on-video-pid --new-audio-pes --vbr --vbv-len=500
V_MPEG4/ISO/AVC, "C:\hd\test\video.264", insertSEI, contSPS
A_AC3, "C:\hd\test\audio.ac3", lang=eng
S_HDMV/PGS, "C:\hd\test\subs.sup", fps=23.976, lang=eng
The problem is, the PS3 won't play the subtitles.
Is there a way to add subtitles to an HD file (AVC video, container can be whatever works with a UPnP server such as Mediatomb and is easily doable) in such a way as to be compatible with the PS3?