VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Hi all,
    I was working on VobSub+Avisynth... (always for subtitling interviews jobs).
    What I'm trying to do is writing a script (even complicated, it's a standard, once you did you always use the same) which can take .srt files and fuse them on a video, or creating a PNG/TIFF (with alpha) so that editors will be able to import them in Premiere and do the final editing.

    So here what I have:
    1) With VisaulSubSynch I prepare .srt/.ssa/... ...
    2) By using Avisynth getting a blank alpha-video with subs, and import it in Premiere

    Here's a skatch of the script:

    DirectShowSource("C:\Documents and Settings\..\CLEAN VIDEO.avi")
    TextSub("C:\Documents and Settings\..\SUBS.srt")

    Then I tryed with a style file related to the srt file, as taught in VobSub guide, but with no luck... I tried alterate font, size and colours... (in bold what I changed)

    [Script Info]
    ; Written by VisualSubSync 0.9.22.1129
    Title: <untitled>
    Original Script: <unknown>
    ScriptType: v4.00
    PlayResX: 720
    PlayResY: 576
    PlayDepth: 0
    Timer: 100.0

    [v4 Styles]
    Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
    Style: Style1,TradeGothic BoldCondTwenty,64,&Hff66fa,&H000000,&H404040,&H404040,0,0,1,2,0,2,30,30,40,0 ,0

    Any suggestion for changing properties?
    Quote Quote  
  2. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    You're creating SSA (or ASS) files. So use an editor that supports that directly, like Aegisub, rather than trying to code them by hand.
    Quote Quote  
  3. Thank you, now I am on a further step...
    I want a trasparent video with subtitles harded on...
    I was trying with:

    BlankClip(1440,1080,"RGB32",25).ShowAlpha(pixel_ty pe="RGB32")
    TextSub("..\edit.ssa")

    with no luck. Any suggestion?
    Quote Quote  
  4. Does anyone have an idea on how get a transparent video from avisynth starting with .ssa file?
    My aim is to give NLE editors png/tiff video content, transparent with just subs fused on it...
    I was struggling against avisynth...
    Could you help me?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!