Yes, I can add this. Not too much complicated. Both yuv444 for 8 and 10 bit. For h264 and h265. But this depends on if your GPU supports this formats. Otherwise you'll get an error when the export starts.
Beiträge von Vouk
-
-
Do you know if there is a public export SDK for AVID available?
-
The intention was to create a new premiere connector with a later SDK that is not CS6 compatible anymore. So we can still differentiate both - even if both connectors are installed.
-
I was able to reproduce this. To me it seems the frame buffer does not have the final video stream resolution. But I am not able to get some information (stride) about the image in the frame buffer. I always get "noParam(-6)" ... More hassle with undocumented code ...
-
That's nice to hear, but still strange.
I've just added support for additional framerates in 1.8.0 ...
-
The sampling frequency is just a display issue.
So the logfile is looking okay so far, besides that it just stops at some point. This is the time where it crashes?
-
Can you post a logfile, please? (See the sticky topic about where to find it)
-
You can override color settings using the "setparams" video filter.
I will also add the "setsar" filter so you can override the pixel aspect ration.
-
What time interpolation method should I use in premiere pro?
It doesn't matter as the "magic" happens in Voukoder not in the NLE.
-
You might want to test the dev prototype. For your purpose you'd have to configure it like that:
Adjust the values for your needs. Please provide feedback. In case of an error message uninstall the current voukoder version first.
https://d.voukoder.org/voukoder-8-tmix.msi
(Only english translation implemented)
-
"prores"/"prores_aw" is the less advanced encoder, though it might be faster. It accepts only one setting - the "vendor" (which you'd most likely default to "apl0" anyway).
Can add it too if you really want it ...
-
This will most likely never happen.
-
What do you exactly mean? What is "full ffmpeg support"?
-
Mov is only available if the codec combination of audio and video is supported by the quicktime format. So if you select "ProRes" and "ALAC" MOV should be available.
-
DVR also returns a pixel aspect ratio of 1,422222 (which is 64:45) when setting the project to 16:9. And MediaInfo returns 16:9. Seems to be okay that way.
-
Can you try the latest 0.5.0 connector with DVR?
-
-
As far as I know "qpmax" overrules the bitrate limitation. When I disable it I get the ABR bitrate setting.
-
Yes, I noticed that too. In premiere this doesn't happen. I'm not sure how the timecode information is stored
-
I once read opencl=1 should add hardware acceleration (if available) during encoding. But I'm not sure if it does. Still, it doesn't harm nor does it have any negative impact.