VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 32 of 32
Thread
  1. Originally Posted by lomaidala View Post
    Originally Posted by jagabo View Post
    Finally, last (YV12) from QTGMC is passed to TextSub which adds subtitles and create a new stream called last (YV12).
    But last (YV12) from QTGMC also includes Srestore before it is passed to TextSub, even in the case of my previous script you're referencing, right?
    Yes, sorry. last from SRestore is passed to TextSub. I fixed the post so as not to confuse future readers.

    Originally Posted by lomaidala View Post
    Can I get your feedback again on this update? Please do be critical. I want to improve it if possible.
    Code:
    LoadPlugin("C:\DGDecode.dll")
    LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\mt_masktools-25.dll")
    Import("C:\Program Files (x86)\AviSynth 2.5\plugins\Srestore.avsi")
    clip1 = MPEG2Source("C:\1\VTS_01_1.d2v")
    clip2 = MPEG2Source("C:\2\VTS_01_1.d2v")
    clip2.Trim(18,2704).FadeOut0(19) + clip1.Trim(2687,0)
    QTGMC( Preset="Placebo" )
    Srestore(Frate=23.976)
    TextSub("1.ass")
    That looks right.

    Originally Posted by lomaidala View Post
    As for why I thought I needed ConvertToRGB, it was based on these comments:

    If you need to work with interlaced video in Virtualdub you definitely want to convert toYUY2 or RGB first.
    (I am working with interlaced video in VirtualDub.)
    Your script deinterlaces the video (QTGMC) so VirtualDub receives progressive frames, not interlaced frames.
    Last edited by jagabo; 5th Mar 2018 at 09:23.
    Quote Quote  
  2. Member
    Join Date
    Sep 2008
    Location
    United States
    Search Comp PM
    Originally Posted by jagabo View Post
    That looks right.
    Thanks for checking!

    Originally Posted by jagabo View Post
    Your script deinterlaces the video (QTGMC) so VirtualDub receives progressive frames, not interlaced frames.
    Okay, I didn't realize that was the sequence. Thanks.
    Quote Quote  



Similar Threads

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