Forum Archive Home -> Video Conversion -> avi to dvd source 14.985fps
| avi to dvd source 14.985fps |
| octavianIV posted 2008 Oct 08 18:46 |
| 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? |
| jagabo posted 2008 Oct 08 19:01 |
| instead off AssumeFPS(23.976) use ChangeFPS(29.97). |
Login/Register to our forum to be able to post here.
