VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Dec 2005
    Location
    Australia
    Search Comp PM
    the audio is out of sync when i convert the avi file to dvd using tmpgenc im suspecting its because of the 25.061 fps of the avi file instead of it being 25fps i tryed using avisynth to make the file 25fps before converting it to dvd but encountered the audio sync errors
    this is what i had for my .avs file:
    DirectShowSource("file.avi",fps=25,convertfps=true )
    is that correct?
    i used goldwave to get the audio file from the avi file and loaded the avs file in tmpgenc and the wav file also
    please any help will be appreciated
    thanx
    Quote Quote  
  2. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    ====
    DirectShowSource("file.avi",fps=25,convertfps=true )
    is that correct?
    ====

    No, if you need tho change frame rates use AssumeFPS instead, with a TRUE flag to sync audio

    Try to pass your video with AVIMux before converting
    Quote Quote  
  3. Member
    Join Date
    Dec 2005
    Location
    Australia
    Search Comp PM
    hi thanx for that
    so i use:
    DirectShowSource("file.avi",AssumeFPS=25,convertfp s=true) ?
    the audio i dont worry about as i demux it using goldwave and resample it to 48k dvd audio
    its just the picture as its 25.061fps there are extra frames so the audio lags behind just looking for the right avisynth script to get it done
    thanx
    Quote Quote  



Similar Threads

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