Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th June 2009, 03:41   #1  |  Link
jarthel
plebian
 
Join Date: Nov 2001
Posts: 775
if I want to add a subtitle to an encode using megui...

what format should I use for the subtitle?

thank you
jarthel is offline   Reply With Quote
Old 1st July 2009, 04:59   #2  |  Link
johnmckee
Registered User
 
Join Date: Jan 2004
Posts: 14
subs

I use subripper in OCR mode to create a .srt file. Then use the textsub("path\filename.srt") in your avisynth script to add in the subs. Be sure to preview your product before closing subripper as you may need to alter the timing to get the subs in sync. Just use the preview window in megui to check for async and adjust as necessary. (Note: this is for hard coding your subs)
johnmckee is offline   Reply With Quote
Old 22nd August 2009, 08:48   #3  |  Link
makikes
Registered User
 
makikes's Avatar
 
Join Date: Apr 2003
Location: Portugal
Posts: 10
You can also use ASS/SSA subtitles if you want. They're more flexible and allow you to tweak more parameters.
makikes is offline   Reply With Quote
Old 22nd August 2009, 11:18   #4  |  Link
MatLz
I often say "maybe"...
 
MatLz's Avatar
 
Join Date: Jul 2009
Location: France
Posts: 583
If your need is just one subtitle, you can create a text file with notepad and edit it as:

1
00:02:48,720 --> 00:02:54,360
Your text

(Time are example of course, adjust it to your need)
Then, rename .txt in .srt, then call this subfile with this line at the end of your script:
Textsub("YOUR PATH\yoursub.srt")
Or with the option in the avs script creator in Megui. But make sure you have vsfilter.dll in your Avisynth plugins directory.
MatLz is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:16.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.