View Single Post
Old 29th October 2011, 06:23   #48  |  Link
Chymerix
Registered User
 
Join Date: Oct 2011
Posts: 5
Hi Robert,

Great script you have here. I noticed one issue, though. When using "box" sizes, the audio gets stripped from the file.

I believe this is happening because you are overlaying a BlankClip() (no audio) background with the main clip. The overlay takes the audio from the first clip specified, which in this case is the blank clip with no audio.

I've fixed this by adding "audiodub(center)" to the last line of your script, but I have to remove that line when selecting anything other than a "box" size.

If you know of a better way to fix this please let me know.

Thanks!
Chymerix is offline   Reply With Quote