Beiträge von Vouk
-
-
I thought i spend some time with this again to get at least a beta version. First thing Resolve doesn't work on an RDP Terminal Server. Frustrating ...
-
-
This bug has been there since the very beginning. It has basically to do with how values get parsed within FFmpeg, and how to get them in and out. In detail: It's the colon in this value that is also a key/value pair separatorin the whole options concatinated string.
Looks easy to solve, but it's actually pretty nasty ...
Edit: Same with "partitions" for the same reason
-
According to the documentation there's also https://ffmpeg.org/ffmpeg-scaler.html which seems to provide a choice of dithering.
Yep, I will deal with this in the Voukoder successor app. Color format conversion should also include a CUDA accelerated option there.
-
Found a nice SSE2 only way on simply pushing AfterEffects 15 bit data to that 16 bit FFmpeg compatible format. So you'll get AfterEffects' full 15 bit "trillions" precision without any hacks.
I'll think about float later.
Regarding dithering: I'm using https://ffmpeg.org/ffmpeg-filters.html#format-1 to do the conversion. Unfortunately it is not documented if dithering is being used.
-
Yes, I did this by doing the shuffle from argb64 to bgra64 with SSE2 first and then manually shifting one bit left while keeping the maximum at 65535 for each value. This works, but it's also very... "hacky" and slow.
Maybe it would be easier to disable the Trillions of Colors and instead allow floating point? That would take care of the weirdness and heighten the precision too.
Yes, thought about that too. That's the way I am doing it for premiere. But as FFmpeg doesn't accept float as input I'd have to convert float to uint16_t first, ... and another color conversion to the target format. Also slow and not really nice.
-
Update: Seems AfterEffects is delivering a 15 bit color value per channel and FFmpeg expects a 16 bit value per channel... that's why its probably half as bright ...
-
Thanks for testing. I'll have a look it this colour issue.
-
Can you try this connector for AfterEffects?
-
Version 7.2
Make sure you are using the latest connector for your application(s). For using NVENC (SDK 9.1) encoders driver version 436.15 or newer is required.
Fixes / Changes
- For some unknown reason I removed the "OPUS" and "WAVPACK" encoders from the Matroska / MKV muxer configuration. Added it back to it.
- Updated FFmpeg core.
Credits
Thanks to my all supporters by either PayPal or Patreon.
Platinum patrons
Gronkh
Silver patrons
Chris Woods, Kai_307 (Kai C. Ternes), Michael Wooldridge, Schauerland
-
-
that voukoder take the correct ratio from the project settings??
I'd prefer this one.
Looking into this when I find the time. -
Maybe you have noticed I've been a bit slow with reacting to your bug reports and feature requests - esp. since around november. This is mainly because of the current phase ("crunch time") in my day job. It's about working 10-12 hrs / day and a pretty much exhausting time. I do read all of your forum / twitter posts and I even try to fix the smaller and easy to solve bugs, but it's hard to find time for the more complicated ones right now.
Please continue posting bug reports and feel to push topics like once a week so I don't lose track of them. I really want to fix all of them once the situation improves.
Thanks.
-
Strange... why did I make this change?
https://github.com/Vouk/voukoder/…74c6dcf13534e19
Please try this version: https://github.com/Vouk/voukoder/…oder-7.2rc1.msi
-
Maybe i'll have to use a more recent Plugin SDK to fix this issues. I'll take a look at it when I find some time.
-
-
Version 7.1
Over 25,000 users used Voukoder last month! An unbelievable number, equal to the number of inhabitants of a small town. But who are these users and in what areas does Voukoder make their job easier?
In a series of YouTube videos I would like to introduce your business / channel / company to the viewers while I'm unboxing a parcel with your merchandise. For information on how to participate please follow this link.
Fixes
- Had to update the NVENC SDK to 9.1 again to make multiple ref frames working. This unfortunately drops support for older GPU's (i.e. Kepler). In the Voukoder successor these can be supported again as encoders will be plugin based. If you are affected by this change please continue with version 7.0.
Notes
Make sure you are using the latest connector for your application(s)!
For using NVENC (SDK 9.1) encoders driver version 436.15 or newer is required.
Credits
Thanks to my all supporters, either by PayPal or by Patreon.
Platinum patrons
Gronkh
Silver patrons
Chris Woods, Kai_307 (Kai C. Ternes), Michael Wooldridge, Schauerland
-
-