trolltuning
10th October 2004, 05:09
I am making a 1/2 speed copy of an instructional tape that goes too fast for me.
Using this script:
#Directshowsource("D:\aaaCharles\redo\MarioDirectvar-0000.mpg")
#Directshowsource("D:\capture\Mario Rabau in Orl_04hBIT-0000.mpg")#,FPS=14.4853)
Directshowsource("D:\capture\mariohbits.mpg")
TimeStretch(tempo = (100.0*14.4853)/29.9706)
#BicubicResize(480,480)
ConvertToYUY2(true)
Bob()
ConvertFPS(29.9706,zone=80,vbi=45 )
SeparateFields.Selectevery(4,1,2)
Weave()
ResampleAudio(48000)
#end script
I get a half speed avi file which VirtualDubMod says is at 14.985 FPS
When I feed this script to CCE to encode to mpeg so I can burn it to DVD, I get 1/2 speed audio and full speed video. Any ideas on how to get it right without making an intermediate avi file?
Using this script:
#Directshowsource("D:\aaaCharles\redo\MarioDirectvar-0000.mpg")
#Directshowsource("D:\capture\Mario Rabau in Orl_04hBIT-0000.mpg")#,FPS=14.4853)
Directshowsource("D:\capture\mariohbits.mpg")
TimeStretch(tempo = (100.0*14.4853)/29.9706)
#BicubicResize(480,480)
ConvertToYUY2(true)
Bob()
ConvertFPS(29.9706,zone=80,vbi=45 )
SeparateFields.Selectevery(4,1,2)
Weave()
ResampleAudio(48000)
#end script
I get a half speed avi file which VirtualDubMod says is at 14.985 FPS
When I feed this script to CCE to encode to mpeg so I can burn it to DVD, I get 1/2 speed audio and full speed video. Any ideas on how to get it right without making an intermediate avi file?