Beiträge von Vouk
-
-
Thanks for notifying.
You can change this to a better description using this website: https://crowdin.com/project/voukoder
-
Voukoder uses FFmpeg in the background and it does not allow to import 24bit audio.
I just thought about it and it looks like it needs to import the audio in 32bit and then resamples it to 24bit.
-
Would you be interested in a "Coding-Livestream" on Twitch or YouTube?
Currently on my To-Do list:
- Add VC3/DNxHD video encoder (JSON)
- Add a new configuration for the FFmpeg encoder
- Add translations
- Add a normalization audio filter (JSON)
- Add a new filter configuration
- Support 24bit audio export with DaVinci resolve (C++)
- Change voukoder to accept a newmeta parameter (i.e. _resolution)
- Change the resolve connector to send 32bit audio data and then add _resolution=24 so we can convert it with an audio filter
- Build the new version using GitHub actions
- Test it
- Add VC3/DNxHD video encoder (JSON)
-
24 bits is not supported. Please use either 16 or 32 bits.
-
-
Can you post a mediainfo of both videos and the voukoder logfile please?
-
It is currently not implemented be could be added:
Code
Alles anzeigenEncoder dnxhd [VC3/DNxHD]: General capabilities: dr1 threads Threading capabilities: frame and slice Supported pixel formats: yuv422p yuv422p10le yuv444p10le gbrp10le dnxhd AVOptions: -nitris_compat <boolean> E..V....... encode with Avid Nitris compatibility (default false) -ibias <int> E..V....... intra quant bias (from INT_MIN to INT_MAX) (default 0) -profile <int> E..V....... (from 0 to 5) (default dnxhd) dnxhd 0 E..V....... dnxhr_444 5 E..V....... dnxhr_hqx 4 E..V....... dnxhr_hq 3 E..V....... dnxhr_sq 2 E..V....... dnxhr_lb 1 E..V....... -
Please make sure Voukoder is not currently running or loaded in any application. The best way to do this is restart your computer and then install the update without starting any other applications first.
If the issue persists start the command-line by pressing Windows-R, entering "cmd" and then input this:
Copy and paste the contents of the voukoder.log file to this topic.
-
Just configure any other container format:
(In the next window in the output section)
-
Yes, parallel export is crashing. This is known.
-
-
- Does this happen only with TrueHD?
- What was the last version where this was working?
I tried various Premiere Versions, and some version showed an error dialog, some crashed. So is it possible this isn't working for a long time?
Edit: I found out it might be more related to Voukoder. With Version 10.2 this is working.
-
-
Might be related to this issue: "Unsupported Codec and Format"
Do you use the latest version?
-
Voukoder 11.1
Make sure you are using the latest connector for your application(s). For using NVENC (SDK 9.1) encoders driver version 436.15 or later is required.
Fixes / Changes
- [libx265] Added value aq-mode=4
- [libx265] Added parameter allow-non-conformance
- [libx264 and libx265] Added many presets (Thanks to iAvoe)
- Disk write errors cause the export to fail
Credits
Thanks to my all supporters by either PayPal, Patreon or BTC. Also thanks alot to the translators.
Top Patrons
Gronkh, Schauerland, Andreas Martin Aanerud, Michael wooldridge and Chris Woods
-
Please use this method: Where do I find the log file?
-
-
I have added and tested it.
-
I will look into this.