Can you try if the Advanced / Debugmode frame server work with Movie Studio HD / Platinum? It is using the same interface?
Beiträge von Vouk
-
-
Seems to be a conflict with the selected level.
-
Can you please send a new logfile with low level debugging in the settings enabled.
But I guess this is some driver issue. Are both "h264" and "hevc" not available?
-
Works with CS6, CC2019 and CC2020.
Seems I can't install CC2018 anymore from CC. So I guess we'll treat it as a CC2018 bug.
-
- According to https://encodingwissen.de/codecs/x264/re…qpmax-quantizer qpmax has to be in the range of 1-69 (0 means disabled)
- The issue with "zones" and similar string input options is a known. The separators "," conflict with same named separators with FFmpegs / libavs av_dict_parse_string() function. I should actually remove these non-working options ...
- Removed rc-lookahead max. limit
- FFmpeg only allows surfaces values betwen 0 and 64 but it increases the value internally based on the given rc_lookahead.
-
Can you please post the voukoder logfile with low level debug enabled in the settings?
-
Unfortunately I don't have a Movie Studio Platinum license so I can't reproduce it myself.
Maybe the plugin interface is not 100% compatible with VEGAS. Can you show a screenshot of that "preset is not valid" message? Is there any more detail with it?
-
Please enable low level logging and copy the logfile again.
-
Maybe you can try upgrading to the latest voukoder version first?
-
Schick doch mal das Voukoder Logfile, dann sehe ich mir das an.
-
In the latest version the plugin identifies as "Voukoder" again.
-
I wrote an article about this effect: The mystery of delayed AAC audio tracks
I strongly suggest to use uncompressed (PCM) audio for intermediate files and only compressed/lossy codecs for the final result.
-
Voukoder does not multiplex at the end of encoding process.
It writes audio and video interleaved already.
If you have delays at the end make sure that "faststart" is not enabled.
-
-
Sorry for putting up some explanatory stuff here ...
-
The error message is back with connector 1.2.4. Seems Adobe has disabled that feature somehow.
-
Take a closer look
it is yuva444p16le
-
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.
-
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.