Hi,
I need to transcode ".mpg" h.264(mpeg4) files to mpeg2.
The h.264 file has embedded subtitles (I think they called dvb subs?)

Currently I am using ProCoder3 for the transcoding but when is done the subtitles are not included in the new mpeg2 file (.m2t)
Is there a program for transcoding, that can keep the embeded subtitles ?



I tried also to use tsMuxeR to mux the converted .m2t file with external .srt subtitles file (specification of the tsMuxer says that transport stream is supported)
The m2t file is not supported by the tsMuxer but if I rename it to .ts the tsMuxer can open it.
I run the tsmux, the audio and video are there but no subtitles.

Any ideas ?

Thanks

(p.s I prefer to not hardcode the subs on top of the video but keep them inside the transport stream as dvb subs)