The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Forum
502
Tutorials
User
All
Forum
Tutorials
User
Options
Any time
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Video
34 answers, most recent on 6/16/2017
RE: Compressed Formats - Which Has Least Artifacts - MP4, MOV or WMV?
Thanks, Nick. I'll stick to Handbrake and keep fine-tuning/testing until I get the best result.The only drawback in terms of having to turn my project to 59.54 instead standard NTSC and working with MP4 files out of Handbrake, Vegas hiccups, brief
Video
33 answers, most recent on 10/7/2019
RE: Windows 10 Anniversary ed'n broke my Media Manager
Thanks for the input @jason-pegg I can also confirm that it's 2005 doing the work here. Before I even embarked on using MM, I asked the questions about exporting the data to another program. Unfortunately Dropbox and Imageshack have conspired to
Audio
15 answers, most recent on 4/20/2017
RE: Prores Files from Odyssey and Shogun no audio in Vegas Pro 14
audio worked out great but yes, there's a marked difference in contrast as you mentioned. crazy. will there be an update for this or is this some kind of rights/copyright issue? Regarding the Quicktime luminance, I very much doubt it. I think it's
Audio
15 answers, most recent on 4/20/2017
RE: Prores Files from Odyssey and Shogun no audio in Vegas Pro 14
audio worked out great but yes, there's a marked difference in contrast as you mentioned. crazy. will there be an update for this or is this some kind of rights/copyright issue? Regarding the Quicktime luminance, I very much doubt it. I think it's a
Video
10 answers, most recent on 2/26/2017
RE: Vegas Pro 14 - Render to Intel HEVC - crashes at start
Hi Nick, thanks for the tip. I had read about that possibility for Activation, but that doesn't seem to be the issue in this case. Explanation: This computer is connected to the internet. I just tried to render to an MP3 file, and it created a popup
Vegas Movie Studio (up to ver. 17)
9 answers, most recent on 2/21/2017
RE: Upgrade from imagination studio v3 to Vegas 13 + 14 suite; question
I don't see the Vegas 13 Platinum + Vegas 14 Platinum for $59.99 on their site nor in my upgrade offers. Can you tell me where you got that from? And does "suite" include what the platinum or pro includes? I'm only looking for a better vegas editor
Vegas Movie Studio (up to ver. 17)
16 answers, most recent on 1/24/2017
HELP!! Rendering issue is KILLING ME.
Almost done with a big project, but when I go to render the movie, I get the following message:An error occurred during the current operation. An exception has occured.If I click OK it shuts down. If I click details, it gives me this:Vegas Movie
Video
21 answers, most recent on 1/1/2020
RE: (FAQ) Troubleshooting Crashing and Stability
Just some of my thoughts: 11. USE VEGAS-FRIENDLY FORMATS: Cineform - Medium or High is a good all around intraframe intermediate stable codec for HD and 4K material. AVC HD conversion to XDCAM-EX is more GPU accelerated and stable than editing in
Video
30 answers, most recent on 6/27/2017
RE: [Resolved] Stuttering HEVC output from Vp14 Intel Encoder
I tested playback of Peter's files and also some I encoded myself from his P3pro_Vp14_UHDp30_Intel-HEVC_30Mbps.mov file.Players: VLC Player 2.2.1/2.2.4 Windows Media Player 12.0.1 (it says it decodes these files with the LAV encoder) Vegas Pro 14/0
Video
3 answers, most recent on 12/28/2016
Trial wont Start (PLEASE HELP)
So i installed the trial of VEGAS 14 and when i try starting it i get this:Error code: -59 /next message/ An error occurred starting VEGAS Pro. There is no license to use this software.
Video
21 answers, most recent on 1/1/2020
(FAQ) Troubleshooting Crashing and Stability
If VEGAS Pro is crashing or behaving strangely, there are many things you can try to troubleshoot it. If the software hangs during rendering then see this post. 1. INSTALL THE LATEST UPDATE Make sure you are running the latest update of the version
Video
13 answers, most recent on 8/15/2020
(FAQ) VEGAS Pro won't start. What can I do?
If you have installed VEGAS Pro but it won't start, troubleshoot by trying these steps. 1. INSTALL THE LATEST UPDATE Make sure you are running the latest update of the version of VEGAS Pro that you wish to use, unless there is a specific reason you
Video
16 answers, most recent on 10/17/2016
RE: Why does Magix not respond to emails/forum regarding errors?
Sending the error report through the PRS itself does not elicit a response from support. If you require direct assistance please create a support ticket with the error message attached so we can assist you further.
Video
16 answers, most recent on 10/17/2016
RE: Why does Magix not respond to emails/forum regarding errors?
Hi keith,There are several options how you can solve problems you are facing: create a thread here contact the moderators via PN (even though they are NOT MAGIX employees, they have tremendous knowledge of the software) contact our support:
Video
4 answers, most recent on 12/11/2016
RE: Fisheye lens correction?
I can't answer the question directly but I can show you how to automate the Defish process so that AviSynth and VirtualDub run in the background and a defished event is put back on your timeline without you ever leaving Vegas. Paste this text into a
Scripting
10 answers, most recent on 3/14/2016
RE: How to convert double (seconds) to timecode?
replace your line 72 with this: //Get start time from first selected video event Timecode eventStart = new Timecode(0); foreach (VideoEvent videoEvent in track.Events) { if (!videoEvent.Selected) continue; eventStart =
Scripting
10 answers, most recent on 3/14/2016
RE: How to convert double (seconds) to timecode?
Hi Duane, Glad you like my videos. Looking forward to seeing yours! The code you supplied works great, but the end wasn't quantized so I applied the Quantize function to it. That enabled me to remove the Quantize function from other lines of the
Vegas Movie Studio (up to ver. 17)
3 answers, most recent on 2/12/2016
RE: Upgrading from 10 to 13
Notable fixes/changes in version 11.0 (Build 75) Resolved an issue in the MainConcept AVC/AAC Custom Settings dialog that caused some controls to remain available when Include video was not selected. Fixed an issue rendering Low Complexity
DVD Architect
7 answers, most recent on 5/13/2016
RE: DVD Architect 6.0 won't play nice with Windows 10.
Hello, I have the same problem, DVD Architect will not start and displays almost the same error message: Problem Description Application Name: DVD Architect Pro Application Version: Version 6.0 (Build 237) Problem: Unmanaged
Scripting
10 answers, most recent on 3/14/2016
How to convert double (seconds) to timecode?
I've been working on a script, the reason for which is discussed here on the video forum. Rather than explain it again, it's easiest to read the purpose in the top lines of the code below. In this first version, the end of the event does not become
Video
15 answers, most recent on 3/11/2016
RE: How to quantize (frame-for-frame) many events?
@Nick Hope I've observed a similar problem with MP4 files produced by Mirilli's Action. The frame rates are all over the place--some higher, some lower. Don't know if this will help, but I modified a script written by John Rofrano that I
DVD Architect
7 answers, most recent on 1/14/2016
RE: Verbatim DataLifePlus BD-R x6
Since I distribute audio CDs to people with unknown and probably old players, I always check the quality using a LiteON drive and Nero DiscSpeed. This is no guarantee of playability of course, but it helps sort out what may present problems now or
Video
12 answers, most recent on 11/22/2015
Windows 10 update killed HandBrake
Windows 10 update kills HandBrake HandBrake no longer runs on my system. I will download the latest version and see if that does not fix it. Starting HandBrake I get a blank window with a grey area in it. Starting HandBrake with Vegas to
Video
15 answers, most recent on 6/20/2015
RE: NEED DROP Frame TC when exporting to 720p Sony MXF
Norman, I've been playing with a command almost like that. MediaInfo IS showing the timecode as DROP but the Closed Caption streams are getting deleted. These to be exact: Text #1 ID : 11-CC1 Format
Previous page
1
…
15
16
17
…
21
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
of 21
Next page
16