digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: Using Cce with moviestacker? (http://www.digitalfaq.com/archives/encode/4568-moviestacker-cce-moviestacker.html)

TKS 07-16-2003 08:24 PM

MovieStacker: Using Cce with moviestacker?
 
hey folks!

I was screwing around with cce 2.5 the other day and i couldnt get it to load up one of my avs files that i created with moviestacker. Im using the the latest version of avisynth as far as i know. Ive tried the resample audio trick, but they wont load up in cce. Is there something that I might be missing?
Im fairly sure it has to do with the audio not being there. If i frameserve it through vdub with any old .wav file it goes through fine. But not alone though... Im perplexed :) any thoughts?

thanks

tks

cw_uk 08-03-2003 06:48 PM

open notepad and paste in the following
Code:

function ResampleAudio(clip v1, int rate) {
  v2 = Blankclip()
  v1 = AudioDub(v1,v2)
  return v1
}

save it as "ResampleAudio.avs" making sure to set to all files in the pull down menu
then in your avs script create a line (best near the top maybe line 1,2 or 3) called
Code:

Import("path to\ResampleAudio.avs")
then last but not least right at the very bottom of the avs script place this line
Code:

ResampleAudio(44100)
and that should solve your problems make sure when it does load you right click on it and edit and untick the audio box


All times are GMT -5. The time now is 07:46 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.