I've added the log file extension.
Beiträge von Vouk
-
-
Can you please post a scene test result? or a log file?
-
I've started with converting the iAvoe presets for the x264 encoder. Import them with "Scene" > "Import ..." to the Designer App and "Scene" > "Save as ..." to your local drive.
-
-
I'll investigate that.
-
I'll add more input streams.
Edit: I have changed it to 10 inputs now. The ultimate goal would be it adapts to the currently assigned inputs and there'd be always one more free input.
-
Please take a look at the Quickstart section in the documentation. It will be continuousely updated.
-
Did you install FFmpeg? Which variant/package of it did you install?
-
-
-
Maybe you can export your scene and send it to me? Perhaps you're talking about the color subsampling?
-
-
-
-
Looks like you're trying to export with the format cuda. This is not necessary if you just want to encode with the GPU. Just select i.e. yuv420p as format.
If you want to intentionally use cuda it'd requires you to upload frames from the PC memory to the GPU device first (using the upload filter), then apply a chain of NVIDIA filters, and then process it with the encoder (This still has to be documented).
-
-
Code
-spatial_aq <boolean> E..V....... set to 1 to enable Spatial AQ (default false) -spatial-aq <boolean> E..V....... set to 1 to enable Spatial AQ (default false) -temporal_aq <boolean> E..V....... set to 1 to enable Temporal AQ (default false) -temporal-aq <boolean> E..V....... set to 1 to enable Temporal AQ (default false)
Looks like they have renamed one setting but they are supporting the old and the new variant. Seems like I have to hide the old one.
You can use both, old or new one. What counts is shown in the options preview box below. -
You might want to take a look at the "3. Quickstart" section in the documentation, or even in the more elaborate section 4.
If you have questions, please ask. I'll put the answers in the documentation.
-
Thanks. Can you also give me a small sample project with that special audio settings (2x 5.1 tracks) so i can trace the data from DVRS through Voukoder Pro?
-
You can get it here: https://github.com/Vouk/voukoder/releases/tag/13.4.1 and the NLE connectors here https://github.com/Vouk/voukoder-connectors/