| View previous topic :: View next topic |
| Author |
Message |
Edward Troxel Site Admin
Joined: 14 Jul 2004 Posts: 5103
|
Posted: Sat Jul 26, 2008 4:19 pm Post subject: Vol #6, Issue #2 (July 2008) |
|
|
Color Balance
Beginner's Corner - Envelopes
Scripting - Four Points on Envelopes
Download Vol. 6, Issue 2 |
|
| Back to top |
|
 |
Dog Walker
Joined: 30 Dec 2006 Posts: 5 Location: Edmonton, AB, Canada
|
Posted: Sun Jul 27, 2008 2:07 pm Post subject: |
|
|
Thanks for this Edward. I really can use the colour correction tutrorial.  |
|
| Back to top |
|
 |
TheHappyFriar
Joined: 26 Nov 2004 Posts: 348
|
Posted: Sun Jul 27, 2008 5:00 pm Post subject: |
|
|
| useful for me AND my dad. Thanks! |
|
| Back to top |
|
 |
dibbkd
Joined: 20 Feb 2006 Posts: 464 Location: Fayetteville, NC
|
Posted: Tue Sep 09, 2008 10:45 am Post subject: |
|
|
Very cool tip with the four points on the envelopes! Thanks for the time saver. _________________ http://www.dibbvids.com |
|
| Back to top |
|
 |
dibbkd
Joined: 20 Feb 2006 Posts: 464 Location: Fayetteville, NC
|
Posted: Tue Sep 09, 2008 5:14 pm Post subject: |
|
|
Edward, I copy/pasted the script, when I try to run it in Vegas I get the following: (also, how do you setup a keyboard shortcut to make it run?)
C:\Documents and Settings\My Documents\FourPoints.cs(41) : 'Sony.Vegas.Vegas' does not contain a definition for 'Transport'
C:\Documents and Settings\My Documents\FourPoints.cs(42) : 'Sony.Vegas.Vegas' does not contain a definition for 'Transport'
C:\Documents and Settings\My Documents\FourPoints.cs(43) : 'Sony.Vegas.Vegas' does not contain a definition for 'Transport'
C:\Documents and Settings\My Documents\FourPoints.cs(43) : 'Sony.Vegas.Vegas' does not contain a definition for 'Transport'
C:\Documents and Settings\My Documents\FourPoints.cs(44) : 'Sony.Vegas.Vegas' does not contain a definition for 'Transport'
C:\Documents and Settings\My Documents\FourPoints.cs(44) : 'Sony.Vegas.Vegas' does not contain a definition for 'Transport' _________________ http://www.dibbvids.com |
|
| Back to top |
|
 |
Edward Troxel Site Admin
Joined: 14 Jul 2004 Posts: 5103
|
Posted: Tue Sep 09, 2008 5:38 pm Post subject: |
|
|
What version of Vegas? That code was specifically for Vegas Pro 8 and the "transport" section will need to be changed for earlier versions. If you just want a four points script, there's an older version (that will work with Vegas 7 and earlier) at:
http://www.jetdv.com/scripts/FourPoints.js
The basics are the same in this script as the one for Vegas 8 in the newsletter. |
|
| Back to top |
|
 |
dibbkd
Joined: 20 Feb 2006 Posts: 464 Location: Fayetteville, NC
|
Posted: Tue Sep 09, 2008 6:34 pm Post subject: |
|
|
I have Vegas 7.
Seems to work, except it's making the time between the points 3 minutes.
Looking at the code, it has:
var FPDist = new Timecode("00:00:01:00");
So shouldn't that be 1 second? _________________ http://www.dibbvids.com |
|
| Back to top |
|
 |
Edward Troxel Site Admin
Joined: 14 Jul 2004 Posts: 5103
|
Posted: Tue Sep 09, 2008 8:18 pm Post subject: |
|
|
| Yes, it should be 1 second between the pair of points on the left side and the right side but the two pairs of points will be separated by whatever your current selection area is. |
|
| Back to top |
|
 |
dibbkd
Joined: 20 Feb 2006 Posts: 464 Location: Fayetteville, NC
|
Posted: Tue Sep 09, 2008 8:44 pm Post subject: |
|
|
Perfect, that's what it was! Thanks. _________________ http://www.dibbvids.com |
|
| Back to top |
|
 |
|