The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Forum
1k
Tutorials
User
All
Forum
Tutorials
User
Options
Any time
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Scripting
7 answers, most recent on 3/30/2025
RE: [SOLVED] Timecode Format from "00:00:00,000" to "00:00:00.000"
@tf_studio What language is your VEGAS set to? Set to US English, it uses a ";" or "." instead of "," (depending on the timecode format.) The one time I had a really hard to track down error in Excalibur was from another country running another
Video
9 answers, most recent on 4/1/2025
Vegas 22 SO4Compound related issues [unable to import .mov format]
Hi Everyone, After years of troubleshooting Vegas, I'm reaching out for some help with persistent issues. I'm experiencing significant slowdowns within the Vegas timeline and interface using Vegas 21 Build 187. Rendering and Preview are generally
Audio
28 answers, most recent on 11/22/2022
RE: Audio glitching in MP4 files imported to all Magix 64-bit apps
@jeff-rippe I just couldn't resist... It happened before Magix. Going forward, if you're only interested in the audio track, you might try recording MKV and extract the PCM audio. If it's been a known problem for a long time why didn't someone
Video
15 answers, most recent on 10/26/2023
RE: issue since a lot of Vegas Pro version, any idea of what it is ?
thanks for the link You are welcome. For further troubleshooting support, provide the complete details asked for. I will , just that i have internet issue since 5 months and can't stay online , so must prepare all stuff etc ... i thought the link
Messages
No answers, created on 9/6/2025
[Closed] Release: VEGAS Pro 23
Greetings from VEGAS Creative Software. We are proud to announce the release of VEGAS Pro 23. We have several exciting improvements and features with this new version including the VEGAS Core Engine and a new Color Grading workflow. Please post
Video
20 answers, most recent on 11/13/2023
HEVC hvc1 Main 10@L5.2@High "Not Responding" all the time
Editing a small project containing hvc1 footage from a Panasonic HC-X2 and Vegas is giving "Not Responding" on average every 10 minutes. I am using proxies with the Preview window set to Draft (Full). Just moving the playback indicator to another
Video
242 answers, most recent on 3/19/2023
RE: VEGAS Pro 20 Build 326 General Thread
After the update, every time I add a video to the timeline and attempt to click on the video in the video track, Vegas proceeds to hang "Not responding" and one of my CPU cores is on 100% utilization. (EDIT: Once I started complaining here, it
Video
24 answers, most recent on 10/9/2022
RE: Cutting a clip in equal parts
The script, as posted, is missing the necessary carriage returns and the spacing is off. Try this instead: /** * Program: SplitEvents.js * Description: This script will split selected event into pieces for specified seconds * Author:
Video
One answer, on 4/6/2022
ERROR CODE 24
CAN NOT OPEN VIDEO
Video
1195 answers, most recent on 10/27/2025
RE: Happy Otter Scripts for Vegas Pro
New build 1.0.3.24 is now available. Change log may be found here. https://tools4vegas.com/wp-content/uploads/HappyOtter-Change-Log.pdf New Versions of FFmpeg, Nvencc64, QSVencc64, VCEencc64, MPC-HC, utVideo, ExifTool New Features and
Video
24 answers, most recent on 10/9/2022
RE: Cutting a clip in equal parts
Also note the script above was posted in JScript where all the tutorials on my site are in C#. But they can be converted if desired. Here's the same script converted to C# so, in this case, the file name would be SplitEvent.cs /** * Program:
Audio
13 answers, most recent on 11/28/2023
RE: Text to Speech issues and workaround
@Jessariah67 According to @VEGASDerek for Windows 10 20H1 thru 21H2: KB5020435 should fix the issue, if you have not received the KB yet via the "normal" windows update (automatically as in periodically, or requested/refreshed by the user), there is
Video
24 answers, most recent on 10/9/2022
RE: Cutting a clip in equal parts
Also note the script above was posted in JScript where all the tutorials on my site are in C#. But they can be converted if desired. Here's the same script converted to C# so, in this case, the file name would be SplitEvent.cs /** * Program:
Video
80 answers, most recent on 6/4/2022
RE: How to add old camcorder "Cinema" mode on 23.976P
Hi @Musicvid, I was able to get the original MTS clip from the camera and I can confirm that this is a 24P file contained in a 60i (upper field first, interlaced) stream. The cadence is WWWSS. Neoscene interpreted and rendered it to 24P (23.976)
Video
6 answers, most recent on 10/14/2025
file could not be opened. Make sure the files exists ....
I cannot import any .mp4 files and 95% of my video files are in this format. Hundreds of them. Every time I try to import a .mp4 file I get the error "file could not be opened. Make sure the files exists and that you have access to the file/folder".
Video
2 answers, most recent on 5/5/2022
Vegas doesn't start
Hello good morning, I'm trying to open Vegas, but it doesn't even open and I get an error, it opens a window and asks me to send a report, I've already sent about 15. So far nothing resolved.
Video
17 answers, most recent on 12/14/2022
RE: AMD vs NVIDIA GPU Performance in VEGAS Pro
I did have a look at your results and it seems to get close to @Reyfox’s average FPS. How’s it handle timeline playback? The highest resolution I work with with my R7 1700 and RX 580 is 4K25 from my Sony FDR-AX700 which uses Sony’s XAVC S (H.264/MP4
Video
52 answers, most recent on 1/17/2023
RE: Favorite Codecs for rendering hq quality videos with 24 bit audio
I think youtube sounds good enough, but it's not good compared to original recording. You're probably wasting your time with the audio. I understand what you're doing, feeding YT the highest quality everything to get the highest quality encode but
Audio
4 answers, most recent on 10/4/2022
Sound Forge License no longer works (Error -14)
Hello everyone! I am having some installation issues with Sound Forge Audio Studio and was wondering if anyone else was having similar issues and knew how I could get in touch with someone to fix it? Basically, at some point my copy of Sound Forge
Video
One answer, on 4/6/2022
RE: ERROR CODE 24
Scripting
51 answers, most recent on 11/26/2023
RE: Batch Render Regions to Filenames??
@3d87c4 I'm using a 32" Dell monitor on Windows 10. This is the script I used, the last one @jetdv posted in the comments above. /* Batch Render v2 by SkrowTox */ /* Update 0 */ using System; using System.Collections; using
Scripting
51 answers, most recent on 11/26/2023
RE: Batch Render Regions to Filenames??
@Former user, yes it will work as the script really doesn't care about linefeeds and the "using" is, technically, after the comment. It's more for readability. The first way it appears the "using" is part of the comment (even though it's really
Scripting
51 answers, most recent on 11/26/2023
RE: Batch Render Regions to Filenames??
http://forum.gameanyone.com/index.php?topic=13426.10 no longer exists, so I'm posting the code of the SkrowTox's "Batch Render v2" script here for @Javadarsena and anyone else who wants it. Save this text as "Batch Render v2.cs" and put it in your
Audio
14 answers, most recent on 8/17/2022
RE: Screeching sound in Vegas Pro in imported video
@rraud There may not be anything inherently wrong with .mp3, but this conglomeration in an mp4 wrapper throws the following error when FFMPEG attempts to extract the audio from the wrapper. Executive Summary Stream #0:1[0x2](eng): Audio: mp3 (.mp3
Previous page
1
…
7
8
9
…
42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
of 42
Next page
8