VideoHelp.com Forum
+ Reply to Thread
Results 1 to 11 of 11
Thread
  1. Member
    Join Date: Aug 2005
    Location: UK
    I'm trying to convert a 15:9 Xvid with srt subs into a 16:9 dvd with hardcoded subs, keeping the correct AR.

    I've made a script with the help of fitcd to resize/add borders and it works great. And the script i have added at the bottom to hard encode the subs works. (Tested using HCgui)

    BUT the subs are really big and dominate the screen and i can't see how to make them smaller.

    Here's my script

    # -= AviSynth v2.5.8.0 script by FitCD v1.2.8 =-

    AVISource("C:\myXviD.avi", audio=false)
    LanczosResize(656,576,0,0,640,384)
    AddBorders(32,0,32,0)
    LoadPlugin("C:\VSFilter.dll")
    TextSub("C:\myXviD.srt", 1)

    #Trim(0,178316).FadeOut(150)

    Can anyone help please?
    Quote Quote  

  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date: Aug 2000
    Location: Sweden
    Probably easiest to convert the srt to ssa and you can adjust the size in the ssa. See http://forum.videohelp.com/topic354972.html
    Quote Quote  

  3. Member ricardouk's Avatar
    Join Date: Mar 2005
    Location: PORTUGAL
    1- install ffdshow and make sure you activate/select teh subtitles option when the codecs screen comes up in the ffdshow installation, the subtitles option is at the end

    2- create folder named test in c:\ and put video and sub inside it making sure both have same name

    3 - create following avs in c:\
    Code:
    AVISource("C:\test\myXviD.avi", audio=false)
    LanczosResize(656,576,0,0,640,384)
    AddBorders(32,0,32,0)
    4- open the avs in MPC youll notice a red square next to clock on your desktop, double click it and find the subtitles options and change the values and youŽll see the changes in realtime while viewing the video on MPC

    5- save settings and convert the avs

    Sounds complicated but it isnt
    I love it when a plan comes together!
    Ricardo Santos
    Quote Quote  

  4. Member ricardouk's Avatar
    Join Date: Mar 2005
    Location: PORTUGAL
    theres also a much easier solution:

    http://forum.doom9.org/showthread.php?t=98681


    both methods work, altough i prefer the realtime preview with the first method
    I love it when a plan comes together!
    Ricardo Santos
    Quote Quote  

  5. Member
    Join Date: Aug 2005
    Location: UK
    Thanks baldrick (as always) and Ricardo. Spent ages searching on google but i didn't find the link baldrick posted (

    I had tried the ssa route using conversor and kept getting errors. And subresynch wouldn't even open. So i reinstalled vobsub and found there was also a fix for users with IE8 installed posted by striker9 on the download page:

    http://css.setti.info/~perplexer/vob...bsub223fix.zip

    Anyway, after reinstalling vobsub and the fix i was able to use subresynch to follow both methods you suggested. I'm sure the ffdshow route works too.

    Thanks again
    Quote Quote  

  6. Member AlanHK's Avatar
    Join Date: Apr 2006
    Location: Hong Kong
    Originally Posted by Bully9
    BUT the subs are really big and dominate the screen and i can't see how to make them smaller.

    http://avisynth.org.ru/docs/english/...s/vsfilter.htm
    Besides SSA (Sub Station Alpha) TextSub can deal with SRT (SubRip), SUB (MicroDVD), PSB (PowerDivx), SMI (SAMI), ASS (Advanced Substation Alpha).

    To override the default style you can use a second file named e.g. "your_file.ssa.style" (the first file + ".style") which must be in SSA or ASS syntax an contains only formatting information (makes only sense when NOT using SSA/ASS).

    ....
    SSA syntax
    If you want to set the format manually here is the basic SSA syntax.
    ...
    Fontsize:
    Quote Quote  

  7. Member ricardouk's Avatar
    Join Date: Mar 2005
    Location: PORTUGAL
    Originally Posted by AlanHK
    http://avisynth.org.ru/docs/english/...s/vsfilter.htm
    Besides SSA (Sub Station Alpha) TextSub can deal with SRT (SubRip), SUB (MicroDVD), PSB (PowerDivx), SMI (SAMI), ASS (Advanced Substation Alpha).

    To override the default style you can use a second file named e.g. "your_file.ssa.style" (the first file + ".style") which must be in SSA or ASS syntax an contains only formatting information (makes only sense when NOT using SSA/ASS).

    ....
    SSA syntax
    If you want to set the format manually here is the basic SSA syntax.
    ...
    Fontsize:
    already talked about it:

    Originally Posted by ricardouk
    theres also a much easier solution:

    http://forum.doom9.org/showthread.php?t=98681


    both methods work, altough i prefer the realtime preview with the first method
    I love it when a plan comes together!
    Ricardo Santos
    Quote Quote  

  8. Member AlanHK's Avatar
    Join Date: Apr 2006
    Location: Hong Kong
    Originally Posted by ricardouk
    already talked about it:
    So I shouldn't have posted?

    My link was to the actual spec that told you exactly how to do it, so maybe my post was helpful.
    Quote Quote  

  9. Member ricardouk's Avatar
    Join Date: Mar 2005
    Location: PORTUGAL
    Originally Posted by AlanHK
    So I shouldn't have posted?
    I just sai: "already talked about it".

    Originally Posted by AlanHK
    My link was to the actual spec that told you exactly how to do it, so maybe my post was helpful.
    You havent told me anything new about creating the styles, thank you for the specs link.
    I love it when a plan comes together!
    Ricardo Santos
    Quote Quote  

  10. Member AlanHK's Avatar
    Join Date: Apr 2006
    Location: Hong Kong
    Originally Posted by ricardouk
    I just sai: "already talked about it".

    You havent told me anything new about creating the styles, thank you for the specs link.

    Do you think I was trying to upstage you?

    I was replying to the original post. I was not trying to tell you anything.
    Quote Quote  

  11. Member ricardouk's Avatar
    Join Date: Mar 2005
    Location: PORTUGAL
    No AlanHK, nevermind this is due to the language barrier, theres things that will makes us think something when what i really mean is the opposite.

    Everything is fine its not the first time that i try to adapt a expression to english and its misunderstood.
    I love it when a plan comes together!
    Ricardo Santos
    Quote Quote  




Similar Threads

  1. Need Help with My AviSynth Script
    By Enkidu in forum Newbie / General discussions
    Replies: 3
    Last Post: 21st Jan 2011, 21:37
  2. Avisynth Script - Personal Subtitles hardcoding...
    By elmuz in forum Newbie / General discussions
    Replies: 0
    Last Post: 9th Nov 2010, 11:12
  3. Cutting subtitles with Avisynth script...?
    By Kalekulan in forum Subtitle
    Replies: 0
    Last Post: 8th Jun 2010, 14:34
  4. Avisynth Script Help
    By jamhat in forum Video Conversion
    Replies: 2
    Last Post: 29th Nov 2009, 06:13
  5. Avisynth script
    By daz2712 in forum Video Conversion
    Replies: 2
    Last Post: 19th Aug 2009, 11:08
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools