Although my subtitle file works well with divx film, it doesn't same with vcd. I've converted it vcd by tmpgenc but some parts of the subtitle are missing. I ckecked up the missing parts with notepad but it was normal, so what's the matter?
+ Reply to Thread
Results 1 to 2 of 2
-
dogano
-
So this is a DivX avi with external textsubs?
Were you converting via dshow and using directvobsub to render the subs? Because TMPGEnc doesn't work well with it... Common problem to have missing subs.
You could try usng ffdshow to render the subs instead or use VSFilter via avisynth instead.
avisource("movie.avi")
textsub("movie.srt")
converttoRGB24()
If you go with AVISynth you should also throw in a resize/addborders to get VCD res since it can do it faster than TMPGEnc.
Similar Threads
-
Subtitle Workshop - not creating subtitle at current time location
By botjocrow in forum SubtitleReplies: 0Last Post: 14th May 2011, 03:09 -
Convert subtitle of .idx/.sub to .sup for AVCHD, Remove embedded subtitle.
By wisitch in forum SubtitleReplies: 2Last Post: 18th Jun 2010, 11:25 -
Conver MKV with ENG audio/subtitle to AVCHD or Blu-ray with subtitle help?
By teaberry in forum Video ConversionReplies: 2Last Post: 3rd May 2010, 17:03 -
Compile VCD movies plus subtitle into one DVD
By GeekyChocolate in forum Newbie / General discussionsReplies: 5Last Post: 26th Feb 2009, 07:14 -
Converting SRT or SUB subtitle files as a Subtitle Track for DVDs...
By soneman in forum Video ConversionReplies: 3Last Post: 22nd Feb 2008, 14:17