ffmpegX will permit me to enbed a subtitle file in the ".srt" format into an AVI. The problem I have is that the subtitles that accompanied an AVI I have are in ".sub" format. Sub2Srt fails to recognize the file and the app dies.
Any OSX apps that will help me accomplish this task (embed the sub into the AVI or convert the .sub to a .srt)?
Thanks in advance for any assistance.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Depending on what type the .sub file is there is lots of answers sometimes is a simple matter of renaming the .sub files to srt and loadin them in ffmpegX
However if its like the one i encountered it contains no text but graphics and some kind of timeline reference. If you open it with a text editor and see crap (nothing you can recognize as subtitle text), then you may be out of luck however one user (BeardFan) did send the forum this:
If you have an avi movie with separate idx/sub you could build an mkv out of them like this
mkvmerge -o output.mkv input.avi input.idx
Now you can reencode this mkv to avi with hardsubs. Just use a mencoder profile and check the Vob Subtitles box in the filters tab and select burn.
This will produce an avi with the idx/sub subtitles burned in the movie. It works fine for movies with standard resolutions (640x480 or 720x400). If your source movie has a different size, you have to reencode it to one of these standard resolutions before merging it into the mkv.
If you do succed in doing this you will have to use ffmpegX to convert it back to avi
Good luck and let me know how you get on. -
Similar Threads
-
embedding jpg into avi, xvid files
By pheonix rising in forum EditingReplies: 0Last Post: 14th May 2011, 13:54 -
Embedding .SRT to .AVi (divX/XVid) for Xbox 360
By Alereon in forum MacReplies: 7Last Post: 14th Oct 2009, 10:00 -
Snyc problem with srt file embedding into AVI
By applemac01 in forum SubtitleReplies: 0Last Post: 24th Sep 2009, 10:04 -
Embedding subtitles to an avi
By Fakuto in forum MacReplies: 18Last Post: 7th Jun 2008, 07:14 -
embedding subtitles in avi
By myron1974 in forum ffmpegX general discussionReplies: 2Last Post: 29th Mar 2008, 03:36