PDA

View Full Version : probs with cce and dv type 2


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

bb
4th August 2002, 18:23
Do you use CCE 2.50? (I guess so, because you open an AVS file.)
Do you try to process the audio in CCE? If yes: don't! (And read the CCE guide.)
Did you add a "ResampleAudio(44100)" command at the end of your script? You should alway do that when using CCE...

bb

kayman
4th August 2002, 18:27
i have audio unchecked , i dont do audio in cce do i still need the resample audio command?

bb
4th August 2002, 18:31
AFAIK yes, due to a bug in CCE 2.50...

bb

kayman
4th August 2002, 18:33
and even if the audio is already 44.1? hte first ones i did where 48 i thinkg i rember using resmaple audio with the directshowsource and it worked for 2 eps , sorry for all the questions but im new to dv ive been encoding for quite some time so im not a newbie :)