VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Hi,

    I've got an XVID which is 640x372 and 23.976fps.
    I want to put it on DVD so I've extracted the audio with VirtualDub to be encoded as AC3 later and frame served the video to CCE with AviSynth
    to produce the resized .M2V file.
    All well and good.

    When I go to import it into Spruce Up for authoring, Spruce tells me the video has an "Invalid frame rate".

    I know the XVid is NTSC and that's the format I'm keeping for the DVD
    but what's causing the invalid frame rate?
    Spruce Up is set up to author an NTSC DVD.

    My avisynth script is below so any help would be appreciated

    ** Script start ***

    LoadPlugin("C:\Program Files\DVD2SVCD\Mpeg2dec\mpeg2dec.dll")
    LoadPlugin("C:\Program Files\DVD2SVCD\Mpeg2dec\avsmon.dll")
    video=avisource("C:\Temp\mymovie.avi")
    audio=wavsource("C:\DVD Rips\dummy.wav")
    Audiodub(audio,video)
    Bilinearresize(704,372)
    Addborders(0,54,0,54)
    Monitorfilter

    *** Script End ***

    Thanks for any help
    Waylander
    Quote Quote  
  2. I think you've got to apply 3:2 pulldown on the .m2v file that CCE spit out, then import into Spruce. This'll convert fps from 24 to 30fps.
    Quote Quote  



Similar Threads

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