So they way I get the pixel data from premiere is okay?
morphinapg Could you write down the settings (encoder, options, muxer, filter, etc) and a short description text so I could add this as preset? Or maybe even more than one.
So they way I get the pixel data from premiere is okay?
morphinapg Could you write down the settings (encoder, options, muxer, filter, etc) and a short description text so I could add this as preset? Or maybe even more than one.
Version 1.0.1 of the premiere connector has a better auto detection of the install path.
There is an issue with the adobe installer unfortunately.
Short version: Update to Connector 1.0.1.
Normally there should be a registry key like this:
But if you have multiple versions of premiere installed (i.e. 2019 and 2020) and you uninstall one version it seems this key gets deleted in the adobe deinstallation process. This means the connector installer can't autodetect the target directory and it looks like this:
You have to change this path to the adobe shared plugin directory (In my case):
Otherwise the plugin can't be found.
I will try to find a workaround for this next week.
The voukoder.dll should be installed to an independent directory (i.e. the default one). It gets registered as a COM server then. In the registry it should look like this :
Normally there is no need to copy it over to the adobe plugin directory.
Es ist OpenSource und muss auch OpenSource sein da ich andere OpenSource Komponenten verwende. Ich könnte theoretisch Geld nehmen, aber wenn der Quellcode offen ist könnte sich jeder den auch wieder selber kompilieren von daher macht es dann auch wieder keinen Sinn.
Ich hoffe auf zukünftige geschäftliche Sponsoren, bzw. auf Unterstützung per Patreon / PayPal etc. Insbesonders von Personen / Firmen die mit dem Voukoder (u.A.) Geld verdienen.
Does this also happen with version 2.3?
Yes, I like this idea.
Implemented AV1:
[21:27:01] Frame #439: vRender: 31 us, vProcess: 16 us, vEncoding: 63649 us, aRender: 61 us, aEncoding: 265 us, Latency: 64077 us
[21:27:01] Frame #440: vRender: 23 us, vProcess: 11 us, vEncoding: 27684 us, aRender: 54 us, aEncoding: 254 us, Latency: 28058 us
[21:27:05] Frame #441: vRender: 27 us, vProcess: 15 us, vEncoding: 3904113 us, aRender: 61 us, aEncoding: 509 us, Latency: 3904768 us
[21:27:06] Frame #442: vRender: 48 us, vProcess: 16 us, vEncoding: 565042 us, aRender: 64 us, aEncoding: 355 us, Latency: 565568 us
...
[21:27:06] Exported 445 frames in 170 seconds. (avg. 2.62 fps)
I guess I need a better CPU... my 8700K is too slow.
You don't want the smallest file size here. Smallest file size means highest compression. And as you want to put this clip as source media in a premiere project I guess you'd even like to have no compression (-artifacts) to get highest quality and fast timeline scrubbing.
Don't care about 17MB files.
Alpha channel makes only sense with intermediate codecs (like ProRes). You need these in the editing process. When you're exporting a finished project you don't need it anymore. h.264 does not support it.
I expected that question.
These are the pixel formats available: https://raw.githubusercontent.com/Jam3/ae-threej…DKPixelFormat.h
So if there is not color space mentioned... what color space is it in?
Lets look at the whole processing chain:
So it's more or less clear why this is not working:
I have to admit the 10bit (and higher) modes really need improvement.
But all changes need to be done in the connector, not in the voukoder itself. It is about how to get the right information from Premiere.
Hast du mal probiert beim Start von VEGAS die Tasten Strg+Shift gedrückt zu halten und dann alle Einstellungen zu resetten?
Did you do a MediaInfo (https://mediaarea.net/en/MediaInfo) of both files to compare them with each other?
In my case:
General
Complete name : C:\Users\Daniel\Desktop\test.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/mp41)
File size : 23.7 MiB
Duration : 7 s 424 ms
Overall bit rate : 26.7 Mb/s
Tagged date : UTC 2019-12-06 11:03:49
Writing application : Voukoder (Adobe Premiere)
TIM : 00:01:09:24
TSC : 60
TSZ : 1
Video
ID : 1
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L4.1@Main
Codec ID : hev1
Codec ID/Info : High Efficiency Video Coding
Duration : 7 s 417 ms
Bit rate : 26.6 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 60.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.214
Stream size : 23.6 MiB (100%)
Color range : Full
Color primaries : BT.2020
Transfer characteristics : HLG
Matrix coefficients : BT.2020 non-constant
Codec configuration box : hvcC
Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : mp4a-40-2
Duration : 7 s 424 ms
Bit rate mode : Constant
Bit rate : 96.0 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 87.3 KiB (0%)
Default : Yes
Alternate group : 1
Alles anzeigen
As Voukoder is using FFmpeg internally, maybe it would be a good idea to create an FFmpeg command line that creates a perfect video from your point of view.
Voukoder has been split up into two components starting with this release:
We are working on it to make this easier in the next versions. The separation was necessary for legal reasons but also offers new future possibilities.
For using NVENC encoders driver version 436.15 or newer is required.
Glad to hear that!