kayman
4th August 2002, 18:09
when i encode dv type 2 from dv500 dvd by pinnacle use this script
loadplugin("simpleresize.dll")
avisource("s2e1.avi")
convertToYuy2
trim(454,10131)
simplereziaze(480,480)
*any typo erros are just typos im typing my script from memeory at work
any way here is the prob cce writes the .vaf fine but when it goes to write the avi if will just stop at certian places and uuse 100% cpu
when i change to - drirectshowsource("s2e1.avi") it did the whole file fine
bnut now last nite i record a dv avi type with 44.1 audio instead of 48 for previous capptures and avisource and directshowsource i get the same thing vaf goe fine and it will just stop on the avi write in a dfferent spot each time , it dosent freeze or loick it just stops i can click cancel and start again but it only does it again
kayman
loadplugin("simpleresize.dll")
avisource("s2e1.avi")
convertToYuy2
trim(454,10131)
simplereziaze(480,480)
*any typo erros are just typos im typing my script from memeory at work
any way here is the prob cce writes the .vaf fine but when it goes to write the avi if will just stop at certian places and uuse 100% cpu
when i change to - drirectshowsource("s2e1.avi") it did the whole file fine
bnut now last nite i record a dv avi type with 44.1 audio instead of 48 for previous capptures and avisource and directshowsource i get the same thing vaf goe fine and it will just stop on the avi write in a dfferent spot each time , it dosent freeze or loick it just stops i can click cancel and start again but it only does it again
kayman