DV Info Net

DV Info Net (https://www.dvinfo.net/forum/)
-   What Happens in Vegas... (https://www.dvinfo.net/forum/what-happens-vegas/)
-   -   Vegas Video discussions from 2005 (Q3Q4) (https://www.dvinfo.net/forum/what-happens-vegas/4092-vegas-video-discussions-2005-q3q4.html)

Fred Finn October 22nd, 2005 06:33 PM

Make key move cursor forward 25 frames
 
I've tried searching, but the search doesn't seem to work anymore... I went through the keyboard layout, but couldn't find how to change something specific like number of frames, just that I could tell a key to move by a frame.

I want to be able to hit like ctrl-> and have the cursor move 25 farmes forward.

Douglas Spotted Eagle October 22nd, 2005 07:14 PM

Alt+left/right arrow will move you a single frame at a time, regardless of how deeply you're zoomed. If you're zoomed in deeply enough, just the arrow key alone will do this.

Edward Troxel October 22nd, 2005 07:29 PM

If you wanted to always move a specific number of frames, you could always write a script that moves that many frames and then assign the script to a keypress. As Spot said, the zoom level will control the number of frames the arrow key moves. If you zoom in to the exact right zoom level, you should be able to get 25 frames. The script method would probably be the most precise method, though.

Bill Binder October 22nd, 2005 10:49 PM

Do a search on "divx xvid mp3", I have a thread around here somewhere about this EXACT topic. Basically, Vegas can't handle it, so best choice is to render out to full res avi (or frameserve), and then use VirtualDub to encode to Divx/Xvid video muxed with MP3 audio -- VDub probably does a better job than Vegas could anyway, and it's pretty easy to use. But search for my old thread, it's got way more info.

Ray Sigmond October 23rd, 2005 04:58 AM

VASST Ultimate S 2.0 Vastly Improves Sony Vegas
 
http://www.digitalproducer.com/artic...e.jsp?id=34866

http://www.vasst.com/product.aspx?id...2-f703f5050400

Charlie White says

If you’re using Sony Vegas editing software, there’s a powerful group of tools and scripts that can make your life easier. VASST Ultimate S 2.0 ($149) is an add-on to Vegas 5.0 or 6.0 that can create complex effects with just a simple click of the mouse. It’s also packed with practical editing tools, audio and video effects enhancements, a great Film Look applet, and even a utility for editing multicamera productions. After plugging Ultimate S 2.0 into Vegas 6.0, I went to work, and found myself repeatedly saying, “Ultimate S, where have you been all my life?”

Looks like an amazing tools to have!!!

Matthew Lewis October 23rd, 2005 01:31 PM

PAL render 10x longer than NTSC render... normal?
 
I'm rendering a project that is about 1.5 hours long... includes video and some still shots. The video took under 3 hours to render in NTSC format, but i'm reformatting for customers outside of the US and the PAL render is estimated to take over 20 hours. Is this normal??
Thanks all,
matt lewis
www.cystinuria.org

Colin Rayner October 23rd, 2005 03:43 PM

Normalizing, what's the skinny?
 
OK I have finished my project and want to normalize the audio tracks, do I
normalize each track individually or at the project level? It is a simple project, a documentary with 3 audio tracks, Voice over, music and ambiant sound. I have checked out a few tutorials in C Cow etc but they don't get too specific. Am waiting for Spot to release his next DVD, but need this info now, and am not audio savvy at all (release, attack??? sounds like somebody is wrestling!) Any help greatly appreciated.

Fred Finn October 23rd, 2005 07:24 PM

Would anyone be interested in helping me write this? I'm guessing in would look something like "when right arrow is depressed move cursor right 25 frames" Though I'm not sure how to put that in java...

Gary Bettan October 23rd, 2005 08:14 PM

We agree completely! That's why we've put together special bundles with VASST & Sony that include VASST training and trial versions of Ultimate S & Gearshift with any Vegas purchase.

We're also offering a bundle of VASST training & Ultimate S.

We've posted an interview on our site with Douglas Spotted Eagle that talks about Vegas, Ultimate S & HDV. Check it out http://www.videoguys.com/vegas_spot.html

Gary

Edward Troxel October 23rd, 2005 08:27 PM

You'll need two scripts. For example:
MoveCursorRight.js containing these two lines:

import Sony.Vegas;
Vegas.Cursor = Vegas.Cursor + new Timecode("00:00:00:25");


and MoveCursorLeft.js containing these two lines:

import Sony.Vegas;
Vegas.Cursor = Vegas.Cursor - new Timecode("00:00:00:25");


Then you would need to store those two files in the Script Menu folder. Assigning them to the desired keypresses can now be done by going to the Keyboard tab in Options - Preferences.

Bill Grant October 23rd, 2005 10:06 PM

sorry look in standard vegas forum

Fred Finn October 24th, 2005 02:17 AM

Thanks Edward that works beautifully!!!

Ahmet Ilhan October 24th, 2005 05:36 AM

I guess the original file is NTSC.
so rendering from NTSC to PAL means changing from 60i to 50i.
vegas tries to cut away 10 half frames every second while also changing the resolution from NTSC standard to PAL.
so i guess its natural that it takes more time.

but I can not comment on why it takes so much longer.

Ben Lynn October 24th, 2005 01:00 PM

I'm not sure of the exact times but if the ntsc render took about 3 hrs. then the pal definitely could take around 20. It should go faster however if you put the rendered ntsc back on the timeline and render it out so that it's a straight convertion rather than applying effects and also doing the conversion. That should knock the time down some.

Ben Lynn

John Rofrano October 24th, 2005 07:51 PM

Fred,

Actually there is a bug in that script. (I know it’s hard to believe there is a bug in just one line of code but that’s all it takes) Edward’s code will only work when the timeline is set to Time & Frames or one of the two 29.97 SMTE settings (Drop or Non-Drop). So it only supports 3 or the 14 timeline formats.

In SMTPE 30 (30 fps, Video) it will only move 24 frames. If you are editing in PAL SMPTE EBU (25 fps, Video) the script will actually advance the cursor 29 frames! Set the timeline to SMTE Film Sync (24fps) or SMPTE Film Sync IVTC (23.976) and the script will jump 31 frames!

In fact it will not work at all if the timeline is set to Time, Seconds, Absolute Frames, Measures & Beats, Feet and Frames (16mm or 35mm). And if the timeline is set to Samples it will move only 7 frames each way.

The correct line of code to advance exactly 25 frames regardless of timeline ruler setting is:

Vegas.Cursor += Timecode.FromFrames(25);

Likewise this line will go back 25 frames:

Vegas.Cursor -= Timecode.FromFrames(25);

~jr


All times are GMT -6. The time now is 06:45 AM.

DV Info Net -- Real Names, Real People, Real Info!
1998-2024 The Digital Video Information Network