VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    I'm having a hard time trying to convert an avi file to dvd using CCE and avisynth. The source file has a frame rate of 14.985fps. My script looked like this at first:

    clip=AVISource("movie.avi", False)
    aud=WAVSource("audio.wav")
    AudioDub(clip,aud)
    ResampleAudio(48000)
    LanczosResize(720,360)
    AssumeFPS(23.976, True)
    AddBorders(0,60,0,60)
    ConvertToYV12()

    the original movie is 1hr 45 mins; when I load it into CCE it's 1hr 05 mins... I deleted "AssumeFPS(23.976, True)" and get a 52 min movie! What can I do to make the conversion the right length with the audio in sync?
    Is a man not entitled to the sweat from his brow?
    Quote Quote  
  2. instead off AssumeFPS(23.976) use ChangeFPS(29.97).
    Quote Quote  



Similar Threads

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