VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member vassie's Avatar
    Join Date
    May 2009
    Location
    United Kingdom
    Search Comp PM
    Hello

    I have two AVI files, that both have AC3 audio and I am trying to combine them into one MP4 using MeGUI

    I have created the following AviSynth script:

    Code:
    DirectShowSource("C:\temp\file01.avi", fps=23.976, audio=true, convertfps=true)++DirectShowSource("C:\temp\file02.avi", fps=23.976, audio=true, convertfps=true)
    #deinterlace
    #crop
    LanczosResize(480,208) # Lanczos (Sharp)
    #denoise
    But when I try and run the AVS script through MeGUI using the Nero AAC encoder it fails, I have also tried:

    Code:
    AviSource("C:\temp\file01.avi", audio=true)++AviSource("C:\temp\file02.avi", audio=true)
    #deinterlace
    #crop
    LanczosResize(480,208) # Lanczos (Sharp)
    #denoise
    But that fails too. I have AC3Filter installed along with ffdshow meaning I can decode the audio (single file encodes work fine)

    Any ideas?

    Also, HAPPY CHRISTMAS
    Quote Quote  
  2. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    First test your script by opening it in, e.g., VirtualDub.
    Then see exactly what error message you get.

    Possibly the framesizes are different; the number of audio channels, etc.
    So you might need to resize each video before joining.
    Quote Quote  
  3. Member vassie's Avatar
    Join Date
    May 2009
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by AlanHK View Post
    First test your script by opening it in, e.g., VirtualDub.
    Then see exactly what error message you get.

    Possibly the framesizes are different; the number of audio channels, etc.
    So you might need to resize each video before joining.
    Turns out my script is a little simpler:

    Code:
    AviSource("C:\temp\file01.avi", audio=true)++AviSource("C:\temp\file02.avi", audio=true)
    I'll open it in VirtualDub and let you know
    Quote Quote  
  4. Member vassie's Avatar
    Join Date
    May 2009
    Location
    United Kingdom
    Search Comp PM
    Happy Christmas everyone

    Not sure what the problem was, but I deleted MeGUI, re-downloaded it and everything worked fine
    Quote Quote  



Similar Threads

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