There will be an exciting update on this in 2023. How many tracks do you need?
Beiträge von Vouk
-
-
If you can post a log file i can take a look at the render times. If a project contains alot of i.e. effects premiere pro takes some time to render the frame and voukoder can't speed this uo.
-
Do you have low level debugging enabled in the voukoder settings? If not please enable it and send a logfile again.
Does the machine on which this is working have more than 16GB ram? 16 GB seems to be a bit low for 3D UHD encoding. Maybe this is related.
-
I wish everyone happy holidays and an exciting new year.
Hopefully the world is getting more peaceful and healthy again in 2023.
I'm also pretty sure we all will see what the (in)famous "Voukoder successor app" is about.
All the best to you all and your families.
Daniel
-
It doesn't crash. It actually finishes normally.
Code
Alles anzeigen[19:19:09] Frame #26: vEncoding: 20226 us, Latency: 20265 us [19:19:09] Frame #27: vEncoding: 116142 us, Latency: 116468 us [19:19:09] Frame #28: vEncoding: 16483 us, Latency: 16524 us [19:19:09] Frame #29: vEncoding: 18975 us, Latency: 19009 us [19:19:09] Frame #30: vEncoding: 21623 us, Latency: 21663 us [19:19:09] Exported 30 frames in 0 seconds. (avg. 54.15 fps) [19:19:09] Flushing encoders and finalizing ... [19:19:09] Video and audio buffers flushed. [19:19:09] Trailer has been written. [19:19:09] Closing encoders ... [19:19:10] --------------------------------------------- [19:19:10] Export finished [19:19:10] ---------------------------------------------
But I guess you tried to export more than 30 frames, right?
-
-
You always (with any encoder) have the decision between:
QUALITY vs. FILESIZE vs. ENCODING SPEED
If one gets better another one gets worse.
i.e. Preset "Faster" with a low quantizer param value (=quality) the file size gets bigger.
I don't know, but may some other forum users have more knowledge?
-
I have to admit HDR is tricky with voukoder. Currently it is only working with workarounds (i.e. morphinapg s guide for Adobe Premiere: HDR Encoding Guide for Premiere Pro) Some NLEs don't even deliver all needed information to handle HDR and almost all NLE APIs are undocumented (like DVR). I will try to improve it (maybe in voukoders successor app that i'am working on), but this also depends on the NLEs API which has to be prepared for HDR.
I might also talk to the GPU vendors to check in what way HDR is supported by the encoders (or not).
The NVENC AV1s dual encoder gets activated by using the "Faster" or "Fastest" preset.
-
-
-
-
Seems the user doesn't have access to write to the c:\temp directory.
Search for "Msi error code 2503" in google. This is not a voukoder issue, this is an issue with your system / windows user.
-
Voukoder 12.1
Make sure you are using the latest connector for your application(s). For using NVENC (SDK 12) encoders driver version 522.25 or later is required.
Fixes / Changes
- General
- Using FFmpeg 5.1 build 20221125
- Encoders
- libsvtav1: Upgraded to version 1.3.0
- AMD AMF
- Revised h264 and hevc encoder parameters
- Added AV1 encoder support (RDNA 3 GPU required)
Credits
Thanks to my all supporters by either Ko-fi, PayPal, Patreon or BTC (33wJ6Jg3KbZA4ZMJMQBFMh7jxWFAnad1Lp). Also thanks alot to the translators. Special thanks to AMD for providing support with testing.
Top Patrons
Gronkh, Todd Scarbrough, Schauerland, Michael wooldridge, Chris Woods
- General
-
-
Voukoder is a pure 64bit application and does not work with 32bit apps. But it's good you have found a workaround!!
-
The Voukoder successor app will be able to store presets itself. Working on that.
-
Unfortunately Voukoder can only export max. 1 video and 1 audio track. The rebuilt version is designed to handle as many tracks as the container supports.
-
Unfortunately Voukoder is not able to get this information. I've had discussions with Magix and the assured me they'll work on this topic.
-
Can you please try version 0.10.0 of the DVR connector with 24bit audio and give me feedback?
-
As I've said above, FFmpeg doesn't understand the 24bit format Resolve outputs. It expects 24bit samples stored in a 32bit sample buffer. So I need to convert it to 32bit first. It's kindof difficult when you don't know how this 24bit data is stored exactly. I was working on it over the weekend, but I just got some distorted sound so far.