VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Sep 2008
    Location
    France
    Search Comp PM
    Hi there,

    I have two TS video ; One is :1920x1080i 29,97, and the other : 1280x720i 59,94.
    I would llike to convert it in 1080P24 with megui, but I don't know how to make the avs script.

    Can you help me ?

    Thank you
    Quote Quote  
  2. Hi-

    You can only convert to progressive 23.976fps if they're both shot on film. Assuming that to be the case, for the interlaced 29.97fps one:

    TFM().TDecimate()

    You say the other is interlaced 59.94fps, but I suspect it's really progressive 59.94fps:

    SelectEven().TDecimate()

    TFM and TDecimate are both part of the TIVTC.dll.
    Quote Quote  
  3. Member
    Join Date
    Sep 2008
    Location
    France
    Search Comp PM
    Thanks Manono

    So my script would be like this :

    DirectShowSource("E:\x.ts",fps=59.97,convertfps=tr ue,audio=false)
    SelectEven().Decimate() or TFM().TDecimate()

    Is that correct ?
    Quote Quote  
  4. Is that correct ?
    No.

    Also, I never use DirectShowSource if I can possibly help it. Isn't TS really MPEG video? So, make a D2V using DGIndex and use MPEG2Source together with the DGDecode.dll. It's all explained in the docs included in the DGMPGDec package.
    Quote Quote  
  5. TS may be h.264 too -- in which case, use DgAvcIndex instead of DgIndex.

    Code:
    AvcSource("filename.dga") # 720p60 source
    SelectEven().TDecimate()
    Code:
    AvcSource("filename.dga") # 1080i30 source
    TFM().TDecimate()
    Quote Quote  
  6. Member
    Join Date
    Sep 2008
    Location
    France
    Search Comp PM
    Thank you all for your answers.
    Quote Quote  



Similar Threads

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