If I had a *.ts file & a *.srt file, how can I add the srt(subtitle) permanent into the ts file?
i.e. I do not need any soft to load the subtitle, I can direct play the ts file c/w the subtitle display
Would it be possible??
+ Reply to Thread
Results 1 to 9 of 9
-
-
If you want to hardcode into the video stream (i.e not use DirectVobSub), you would have to extract the video stream (using something like TsMuxeR), reencode the video stream with the subs, then reassemble the .ts with TsMuxeR
What software you use to hardcode the video stream depends on what kind of stream you have (i.e. it might be h.264, VC-1, or MPEG-2 stream)
Either way, you will lose quality since you are re-encoding using a non lossless codec.
You can include subtitles with TsMuxeR into the transport stream (in the container, not hardcoded into the video stream), but I think you still need software to load the subtitle (like DirectVobSub) -
Actually, I had used TsMuxeR & add the TS & SUB file (Converted from the SRT file) together for TS muxing. Afterwards, I have the result TS file shown it contain a PGS(subtitle) read from TsMuxeR, but the subtitle cannot be loaded directly through that TS file?
I want to hardcode the subtitle into the video as I want to play it through the Digital TVB receiver/decoder -
Originally Posted by elmc
To hardcode the subtitle into the video stream, follow the instructions above. You have to provide more information (on the type of codec) if you want more instructions. Use mediainfo (view=>text) -
Thanks for your reply, & I have tried to use mediainfo & see that the format is in 'Advanced Video Codec', then how can I do to achieve the hardcoded subtitle??
Hence, I've use mediainfo to check the files supported with my Digital TVB receiver/decoder, the ts file subtitle format is 'DVB Subtitles', can I do something to encode the TS file (subtitle format) like this?? -
What is your end goal file format? Did you want to hardcode subs, then remux back into .ts? or something more accessible like .mp4, .mkv, or .avi container?
There are many different kinds of .ts streams, and there is more than 1 way to do this.
Probably the easiest way is to use xvid4psp (don't let the name fool you, it does a lot more than psp conversions). Simple to use, and has many conversion options. You can mux the output back into a .ts if you wanted with TsMuxeR.
If you have a problematic kind of .ts, you might have to do it manually with avisynth scripts and DirectShowSource(). Give xvid4psp a shot first, and if you are still having a problems, post a sample clip here. -
Actually, I've a .ts or .mkv file which format read from mediainfo in 'Advanced Video Codec', I want to hardcode the subtitle into that video result as .ts file.
I've use xvid4psp, but preview can see nothing after open my desire .ts / .mkv file, beside, if I encode the file which give
VIDEO ENCODING
------------------------------
Encoding video to: C:\Temp\0005.264
x264 Q21.0 16x16 23.976fps (1889 frames)
x264 [error]: could not open input file 'C:\Temp\0005.avs' -
The hardcoded stream must have specifications similar to the original, otherwise it might not be compatible with your DVB device. For example, it might need to be AVC level 3 or below, less than 3 B-frames, a certain bitrate maximum, etc...
So - Please post a small sample of your .ts and a subtitle file (srt)
You can use a free host, like mediafire or megaupload
Similar Threads
-
How to add permanent subtitle to a video with virtualdubmod
By Baldrick in forum SubtitleReplies: 258Last Post: 28th Dec 2015, 15:57 -
how to add permanent subtitle to avi video?
By Sh@DY in forum SubtitleReplies: 4Last Post: 4th Oct 2011, 12:41 -
How to add permanent subtitle to mkv
By ybe in forum SubtitleReplies: 0Last Post: 6th Aug 2010, 18:01 -
How can I add a subtitle into ts file in DVB subtitle format
By elmc in forum SubtitleReplies: 1Last Post: 20th Jul 2008, 14:37 -
Add permanent subtitles to an AVI file using a MAC?
By blueblitz in forum MacReplies: 1Last Post: 15th Oct 2007, 05:10