Quantcast MovieStacker: Using CCE with MovieStacker? - digitalFAQ.com Forums [Archives]
  #1  
07-16-2003, 08:24 PM
TKS TKS is offline
Free Member
 
Join Date: May 2002
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
08-03-2003, 06:48 PM
cw_uk cw_uk is offline
Free Member
 
Join Date: Apr 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
MovieStacker: Moviestacker link broken? sincere Video Encoding and Conversion 4 10-04-2004 08:41 AM
MovieStacker: MovieStacker crash my computer i76276 Video Encoding and Conversion 15 10-18-2003 05:20 AM
MovieStacker: KVCD templates in moviestacker? Wak10 Video Encoding and Conversion 1 08-29-2003 12:56 PM
MovieStacker: Moviestacker 2.00 Beta3 and Avisynth 2.5.2 together? plautzer Video Encoding and Conversion 3 06-07-2003 11:48 AM
MovieStacker: MovieStacker crashes on my computer tamam Video Encoding and Conversion 4 04-25-2003 05:56 AM

Thread Tools



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