That's really strage. Does it work when you are using 25 fps?
Beiträge von Vouk
-
-
The are some issues here.
1. You are using 24bit audio, right? Can you switch to either 16 or 32 bit? There are currenty issues with feeding 24bit audio to FFmpeg.
2. The color TRC you are using doesn't seem to be supported.
3. I am not exactly sure what this is about:
[12:07:52] FFmpeg: Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format
[12:07:52] FFmpeg: pts has no value
-
Got feedback from Magix. They're investigating it.
-
-
-
Added all except m4a. I'm not sure how FFmpeg creates m4a output.
-
It is an issue with VEGAS and I've already contacted Magix if they can help me with this.
-
I can reproduce this. Unfortunately I didn't find out why the alpha channel is always at 0%, even if it should be at 100%.
Sad thing is VEGAS isn't using a "standard" pixel format for this mode.
-
This is coming up again and again. That's why I'm gonna explain it one more time and then pin this topic.
The Basics
The software you are using Voukoder with (i.e. Premiere, VEGAS Pro, ...) needs to render frames first before it hands them over to Voukoder so it can encode them (using CPU, NVENC, ...). The rendering process is mostly done on the CPU and depending on your system and the complexity of your project it takes its time - lets say it can render 13 frames per second.
That means Voukoder gets 13 frames per second which it should then encode with the fastest GPU available (lets assume an imaginary RTX 7090 TI which can do like 700 fps 8K with NVENC).
So you would like to get an export speed of 700 fps because that's what you've just bought this awesome GPU for, right? But how can the GPU do that when it just gets 13 fps from the rendering engine?
This is a so called "bottle-neck" and will be visible as low GPU utilization.
A Step Further
The above assumes the chosen rendering engine is using all CPU cores. But what if it is only using 4 cores (for whatever reason)? Your new AMD Ryzen 9950X with 256 cores is mostly ideling, just as your GPU. And still, Voukoder can't do anything about it, it just takes what it gets and tries to do its best.
In Depth Explanation
See this forum thread: https://www.voukoder.org/forum/thread/352
Edit:
By the way: Container formats create a multiplexed data stream of alternating video and audio packets, like:
VAVAVAVAVAVAVAVAV ...
So after one video frame we have to encode one (or more) audio frames to keep the muxer happy and the video encoder is idleing for that time span:
(Frame #0/x = video, Frame #1/x = audio)
-
I'll see what I can do about it.
-
So If I understand this correctly:
- The Video with the transparent background "Voukoder for VEGAS Alpha Channel test" is being exported correctly with that Alpha Channel template, right? If so then basically Voukoder is basically working.
- Even on the timeline everything looks correct.
- When rendering the final video there are issues in the rendered video.
I guess this is an issue with VEGAS and/or with its settings as the transparent video itself is looking correct. But when using this clip again issues are happening. But that's VEGAS responsibility. Maybe you shoudn't use the alpha channel template for the final video.
- Render the text clip with the alpha channel template
- Render the final clip with a non-alpha channel template (as you don't want alpha information there)
-
That was a bug. It is fixed in the next version.
-
The website had a little downtime this morning while I was upgrading both the OS and the forum software. Basically I ended up with a clean installation of everything on a new cloud instance. The voukoder.org server got a new IP address and it might take some time until all DNS records are updated.
If you experience any issues with the forum / website please let me now.
Thanks.
-
NVENC h264 supports only up to 4096x4096 frame size. You might want to use h265/hevc which supports up to 8192x8192.
-
-
Just wondering ... Did you notice a speed improvement?
-
I posted a link to a topic that exactly explains the situation of the bottle necks. Don't just read the TL;DR if you want to understand this.
You are comparing "Staxrip" to "Premiere + Voukoder". "Premiere+Voukoder" will always be slower than any single file transcoding software. And Premiere is not using all CPU cores for rendering.
-
It is explained here: https://www.voukoder.org/forum/thread/352
TL;DR: Staxrip, Hybrid & Co. are not combined with an NLE that has to render each frame first.
-
Today is VEGAS day. With the latest updates of the connectors I added a "Audio only" template.
-
Working on it.
Edit: Please try out the latest VEGAS connectors.
Changes:
- Alpha channel templates (VEGAS 18 and 19)
- Speed improvements