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
+ Reply to Thread
Results 1 to 2 of 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.
Similar Threads
-
Converting a "variable framerate" to constant framerate?
By vieo in forum Video ConversionReplies: 6Last Post: 2nd Sep 2010, 09:05 -
DVD Shrink - dvd won't open - 'invalid navigation' message...what to do...
By bahjan in forum Authoring (DVD)Replies: 7Last Post: 12th Mar 2010, 07:01 -
How do I convert xvid framerate 23,967 to xvid framerate 25.000?
By QuickstartDK in forum Newbie / General discussionsReplies: 16Last Post: 4th Nov 2009, 17:57 -
Can't rip DVD, invalid IFO
By indijay in forum DVD RippingReplies: 3Last Post: 24th Jan 2009, 00:57 -
vista DVD maker invalid pointer
By sue1951 in forum Authoring (DVD)Replies: 1Last Post: 19th Jul 2007, 10:04