John Rofrano
Forum Replies Created
-
[Joe Scrubagger] “That Sync button was what I needed.”
lol… yea that’s a pretty important step. 😀
Glad that helped.
~jr
http://www.johnrofrano.com
http://www.vasst.com -
[cootie malamootie] “I made and rendered the video in an animation software”
Well… however you are creating the file… Vegas Pro doesn’t like it. I would suggest you use the QuickTime Animation codec or an MJPEG AVI file.
~jr
http://www.johnrofrano.com
http://www.vasst.com -
John Rofrano
February 3, 2016 at 2:03 pm in reply to: Your assistance John, with one of your previous written scripts?[Steve Rhoden] “Currently its set to adjust everything on the timeline, would want for it to adjust only the ones i select. Thanks again!”
Sure, no problem. Here is the new script:
//****************************************************************************
//* Program: Fix30pMedia.cs
//* Author: John Rofrano
//* Description: This script changes the playback rate of 30p media to 29.97
//* Created: July 25, 2010
//* Updated: Jul 28, 2010 (JR) Added Disable Resample
//* Aug 4, 2010 (JR) Changed audio to match video
//* Feb 3, 2016 (JR) Changed to only process selected events
//*
//* Copyright: (c) 2010, 2016 Sundance Media Group / VASST. All Rights Reserved
//****************************************************************************
using System;
using System.Collections;
using System.Windows.Forms;
using Sony.Vegas;class EntryPoint
{
public void FromVegas(Vegas vegas)
{
int counter = 0;
try
{
foreach (Track track in vegas.Project.Tracks)
{
if (!track.IsVideo()) continue;foreach (VideoEvent videoEvent in track.Events)
{
// Only process selected events
if (!videoEvent.Selected) continue;VideoStream videoStream = videoEvent.ActiveTake.MediaStream as VideoStream;
decimal frameRate = Math.Round((decimal)videoStream.FrameRate, 2);// only affect 30fps media
if (frameRate == 30.00m)
{
videoEvent.AdjustPlaybackRate(0.999, true);
videoEvent.ResampleMode = VideoResampleMode.Disable;
counter++;// check for audio in the same file and change it too
if (videoEvent.IsGrouped)
{
foreach (TrackEvent trackEvent in videoEvent.Group)
{
if (!trackEvent.IsAudio()) continue;// see if they are from the same file
if (trackEvent.ActiveTake != null && trackEvent.ActiveTake.MediaPath.Equals(videoEvent.ActiveTake.MediaPath))
{
AudioEvent audioEvent = trackEvent as AudioEvent;
audioEvent.AdjustPlaybackRate(0.999, true);
}
}
}
}
}
}// let the user know we are done
MessageBox.Show(String.Format("{0} events changed", counter), "Complete", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
catch (Exception e)
{
MessageBox.Show(e.Message, "Unexpected Error", MessageBoxButtons.OK, MessageBoxIcon.Stop);
}
}
}
Let me know how it works for you.~jr
http://www.johnrofrano.com
http://www.vasst.com -
John Rofrano
February 2, 2016 at 2:47 pm in reply to: Just to understand the easiest way how to compose a footage with black bacground with an other backgroundGlad that was helpful. Let us know how you make out.
~jr
http://www.johnrofrano.com
http://www.vasst.com -
John Rofrano
February 2, 2016 at 2:35 pm in reply to: DoStudio Blu-ray Authoring Software from Sony…. $20K??[Steve Rhoden] “i dont even use DVD Architect!”
What do you use to author Blu-ray discs?
~jr
http://www.johnrofrano.com
http://www.vasst.com -
[Tim Neighbors] “Unfortunately it doesn’t solve my meta data issue. “
What is your metadata problem? In your original post you said, “…It drops my trimmer markers and regions”. I can add markers to ProRes 422 footage in the trimmer and they save just fine. Is that not working for you? I don’t have 4K ProRes files to test with but HD ProRes files work for me.
[Tim Neighbors] “I also inquired with Atomos about it’s compatibility with Vegas before buying and they gave me a green light.”
That’s because it is compatable. The Atomos shoots Apple Prores 422 and Vegas Pro can edit Apple ProRes 422 so they were correct. It does work. The reason it’s not recommended is because Vegas Pro has a limit to how many QuickTime files it can work with. But if you stay within that limit, it all works. The Atmos people would not know about the limit unless they use Vegas Pro because Sony doesn’t document it but when you get upwards of around 100 QuickTime files Vegas Pro starts to lock up.
You didn’t say why you are building proxies. if it’s because your computer isn’t powerful enough to edit 4K? or will Vegas Pro not read these files?
[Tim Neighbors] “Kinda sad to now hear that this product is really for FCP users.”
It’s not built just for FCP users. It’s built for editors who work in Apple ProRes 422. That could be any editor on a Mac using Avid, Adobe CC, or FCP. Normally, Mac editors would convert all of their camera footage to ProRes 422 to make editing easier. Products like the Atmos avoid that step by shooting in Apple ProRes 422 to begin with. A PC editor would never convert their footage to ProRes 422 because it’s impossible to do legally on a PC because there is no Apple approved ProRes encoder. That’s why it’s not an idea product for PC users. It’s providing an optimal Mac-based workflow.
It should be pointed out that asking the manufacturer if something will work or not, is not the same as asking if this is the best choice for your workflow. 😉
~jr
http://www.johnrofrano.com
http://www.vasst.com -
John Rofrano
February 2, 2016 at 12:39 pm in reply to: DoStudio Blu-ray Authoring Software from Sony…. $20K??Sony DoStudio has been around for years and is in it’s 4th release (i.e., DoStudio 4.0) so this isn’t new.
It is aimed at Hollywood Blu-ray production with dynamic Java based menus and other interactive features most people could care less about.
Sony has certainly priced Blu-ray creation out of the general market. Considering that it has failed to replace the DVD, it really doesn’t matter what they change for it. DVD Architect is fine for 99% of non-Hollywood Blu-ray authoring.
~jr
http://www.johnrofrano.com
http://www.vasst.com -
I’ve never seen Vegas Pro do this with MPEG files. Where did they come from?
Can you post the MediaInfo text?
~jr
http://www.johnrofrano.com
http://www.vasst.com -
[Rick Hughes] “Just tried it on one video and it does what I wanted to achieve … thanks.”
Great! I’m glad that provided a solution. I know a low of people (including myself) just throw video onto the timeline and start cutting it up and as long as you have a manageable amount of video it works well. But when you really need to weed through good shots and bad shots and catalog what you want to use, the Trimmer is a better workflow.
~jr
http://www.johnrofrano.com
http://www.vasst.com -
[cootie malamootie] “When I look at the video, it looks fine. But when I open it and preview it from Sony Vegas 13, some points of the video look glitchy or corrupted or something.”
What codec does the video use? If you don’t know, try using a utility like MediaInfo to figure it out.
It might help if you take a screen capture if your display and post it here so that we can see what you mean by “glitches”.
~jr
http://www.johnrofrano.com
http://www.vasst.com
