Please try connector version 1.2.4. It seems your processor is not capable of the AVX/2 instruction set and I had to make a little change for this path.
Beiträge von Vouk
-
-
Does the file look good when you play it on your local PC (NOT on Youtube) with videolan or mpc_hc?
Is it only blurred on Youtube?
That's because of YT reencodes all uploaded files. If you are a small youtuber you have to play some tricks to get a better video quality.
One is to provide a higher video size to get more bandwidth.
-
Found the issue. You don't get any alpha channel information because the connector you're using does not supply any alpha information:
Zitat[19:47:31] FFmpeg: w:3840 h:2160 fmt:yuv444p16le sar:1/1 -> w:3840 h:2160 fmt:yuva444p10le sar:1/1 flags:0x2
For some time now the connectors provide a different format:
Zitat[09:57:46] FFmpeg: w:1920 h:1080 fmt:ayuv64le sar:1/1 -> w:1920 h:1080 fmt:yuva444p10le sar:1/1 flags:0x2
So it seems you are still using a very old connector, even if you have installed the latest one. Please perform these steps:
- Uninstall all premiere connectors from the control panel (Apps & Features)
- Manually delete all Voukoder.prm and VoukoderR2.prm files from these folders (and its subfolders):
- C:\Program Files\Adobe\Adobe Premiere Pro 2020\Plug-Ins\Common (Replace the version/year numbers)
- C:\Program Files\Adobe\Common\Plug-ins\7.0\MediaCore
- There should be no Voukoder.prm or VoukoderR2.prm left on your system anymore
- Install the latest premiere connector again.
This should help.
-
btw. Voukoder can only encoder (with or without GPU) what it gets from premiere/the nle. So if premiere renders frames slowly it and does not give enough raw frames to voukoder, it will more or less wait for premiere and thus GPU load will decrease or even stall. That might be related to your projects complexity (filters, effects, ...).
-
Good to know.
-
Please enable low level logging and attach the voukoder log file to your post.
-
The tricky thing was that premiere feeds in 25 frames (50 interlaced fields) and the deinterlacing method "bob" creates 50 full frames out of each field. So it doubles the export frame rate. Normally voukoder creates all frames by itself and marks each frame with an unique and incremental PTS (Presentation time stamp). The "bwdif" filter added the additional frames by itself, so Voukoder didn't know about the correct next PTS value. Additionally the interleaving functionality had to be changed to keep the audio and video at the same length and in sync.
-
-
This is more a feature request than a bug report. But it not that easy to implement.
The "adelay" filter works by modifying the PTS not by actually adding silence.
-
I can confirm the bug and need to work on it.
-
Alright, Chris. It took me around 7 hours today but it seems to be fixed now. And it is as easy as it can be. Just keep the default video settings (25i, tff), add the bwdif / yadif filter and start the export.
Available in the next release.
-
So it seems I'd have to add the dpb_size parameter to both nvenc encoders, right?
avwtp ... as refs and dpb_size are not the same anymore, right?
-
I will go through all bug reports on the weekend, but ...
- Are you using the latest version of the connector? If so: Can you install the previous version of the connector, does this one work?
-
Great analysis! So it seems I'd have to add the dpb_size parameter to both nvenc encoders, right?
-
Really great! I will add them to the x264 preset lists in voukoder!
-
CQ=23 is a pretty bad value and I'd expect a bad result with it (I'd recommend a value of 15). That would also explain the low bitrate. 70Mbps is waaaay to high for 2704x1520@30fps with CQ=23.
I strongly assume Voukoder is producing the correct result here.
-
Please be more specific about exactly is not working / not correct. I assume you are talking about the stereoscopic side data?
-
The NVIDIA driver reports:
[15:14:07] FFmpeg: Multiple reference frames are not supported by the device
The one working export in the logfile was using libx264 which doesn't have this limitation.
-
I have the impression we'll need to set premiere to 25fps interlaced and the voukoder has to export with 50fps progressive (because a deinterlace filter is active). Can you send me some interlaced footage to test this?
-
The issue is that at least one pixel format has to be mentioned here:
Zitat[14:00:04] Opening codec: libx264 with options:
Normally this has to be yuv420p by default.
Please try loading, saving and loading the settings again.
If it still fails delete all saved presets/templates and start with a clean new project.