It is not supported, no. And it won't be supported unless Magix asks me to (their SDK is not public). So your best chance is to ask Magix about it.
Beiträge von Vouk
-
-
This issue will be addressed in the Voukoder successor app i am currently working on.
In VoukoderPro you can create and reuse extensive "Scenes" representing your encoding workflow. You can even configure defaults for each node.
-
Can you make a screenshot where you are missing this?
-
-
vRender with 8.4 ms is quite high. Looks like either a complex video or a slow CPU.
vProcess is 0 ms. I guess you're inputting yuv420 and passing it directly to the encoder
vEncoding with 160 ms is also high. Either slow cpu or slow gpu (depends on what encoder you're using)
aRenderEncode with 0.44 ms is okay.
All in all, if all frames are like this it'd an encoding speed of 5.92 fps.
-
In this case you should select "YUV (High bit depth)" as data format. It contains color data in 4:4:4 16bit which then will be downconverted to 4:2:2 10 bit.
Many people have issues with playing "advanced" videos with VLC. I suggest to use MPC (HC / BE / ...) instead. It is much more advanced and reliable. Try it and see if the issue persists.
-
Can you enable "Low level debugging" in Voukoders settings and create the error again? This should output the actual error message in the logfile.
-
Can you send me your DaVinci Resolve logs?
-
[20:03:45] Interlaced: Top first
You are trying to render an interlaced video with the 3070. NVIDIA does not support this anymore with turing based (and later) GPUs.
-
It should be AppData\Local\Voukoder.
-
Can you post your Voukoder log file? See the sticky post in this forum about where to find it.
-
In version 0.8.0 I've made big changes in VoukoderPro's processing pipeline to support multi-export.
To do this you can map either all or specific tracks coming from your NLE to input nodes of a specific media type.
This could result in a file like this (with 1 video track and 7 audio tracks):
As I've said, there have been many changes, so please report any issues and findings.
-
Encoder aac [AAC (Advanced Audio Coding)]:
Supported sample rates: 96000 88200 64000 48000 44100 32000 24000 22050 16000 12000 11025 8000 7350 -
No updates. Don't expect anything soon, please.
-
To configure the output file, I use the same configuration as with normal Voukoder, but the problem is with the bitrate. No matter how much I modify Average Bitrate with a defined value, when the files are finished, it doesn't exceed 442 kb/s.
I'll investigate this later.
-
Release 13.3
Make sure you are using the latest connector for your application(s). For using NVENC (SDK 12) encoders driver version 531.61 or later is required.
Fixes / Changes
- Using FFmpeg 6.0 build 20231029
- Fixed VP8 and VP9 encoders
Credits
Thanks to my all supporters by either PayPal or Patreon. Also thanks alot to the translators.
Top Patrons
Gronkh, Schauerland, Chris Woods, Decoherent, Magnus Allgurén, kunzd and Ben Fotovich
-
Thanks for notifying me. Please try 13.3. VP8 and VP9 should be back there.
-
Release 13.2
Make sure you are using the latest connector for your application(s). For using NVENC (SDK 12) encoders driver version 531.61 or later is required.
Fixes / Changes
- Using FFmpeg 6.0 build 20231025
- Using latest versions of each library
Credits
Thanks to my all supporters by either PayPal or Patreon. Also thanks alot to the translators.
Top Patrons
Gronkh, Schauerland, Chris Woods, Decoherent, Magnus Allgurén, kunzd and Ben Fotovich
-
Yes, It'll give me a bit control about what versions are currently in use. In the BETA phase i'll update the expiration date with almost every release.
-
I actually had something like this built-in in version 1 of Voukoder, but removed it again. If I could just find the code again ...