I'll investigate that.
Beiträge von Vouk
-
-
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/
-
I need to think about it.
But you could add a "Post Process" step after the "File output" and then use a command line upload to youtube script.
-
Well, yes. This one is more complicated. "Voukoder Pro" intercepts all frames and the file path/name and creates it's own file. That's why in theory the YouTube upload shouldn't really work.
-
Can you give me a small example project that i can try run through the debugger? That'd be helpful.
-