VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 504 Tutorials User
Options
Any time
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Video
    6 answers, most recent on 7/13/2017
    RE: Blocking vegas 13 during video preview. Build 545
    Today I still have such errors. Bug package 129209660665, type 5Event Name: AppHangB1Answer: Not availableCab file identifier: 0 Problem signature:P1: vegas130.exeP2: 13.0.0.545P3: 57c59004P4: 0000P5: 134217984Q6:Q7:Q8:Q9:Q10: Attached files:\\? \
  • Video
    No answers, created on 6/19/2017
    Error Code: -59
    Good evening:I apologize for making a topic on something that shows up on the FAQ, but please bear with me. I've followed most of the suggestions that bear weight as possible solutions, though I note that not all of the numbered points actually
  • 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
Previous page
1 … 15 16 17 … 21
of 21
Next page
Follow us on
  • Community rules
  • Imprint
  • Privacy policy
  • Terms and conditions
United States
  • Additional offers
  • VEGAS Forum
  • MAGIX Magazine
(C) 2007 - 2026 MAGIX Software GmbH