Fixed in the next build.
Beiträge von Vouk
-
-
RC1
Changes
- Added encoder preset support. There are only a few presets yet. If you have improvements or suggestions for new presets please tell me.
- Added crop, pad, hqdn3d, nlmeans and removegrain filters
- Added russian translation (Thanks alot to Atreides )
- Added "One additional log file per export" functionality
Fixes
- Fixed audio channel log entry
Notes
For using NVENC encoders driver version 436.15 or newer is required.
-
I had to remove everything again. Whenever one SVT encoder was implemented premiere always crashed. So no AV1 included in the next build.
-
I wish happy holidays to all Voukoder users and a great new year 2020!
I will spend the next days with my family and friends but will return to work soon.
-
You will find some information here: https://ffmpeg.org/ffmpeg-filters.html#unsharp-1
-
Added hqdn3d, nlmeans and removegrain filters.
-
Normally Premiere allocates as much Ram as possible to to parallelize as much as possible (there is a setting for that. So that is not necessarily a bad thing. Well, it shouldn't crash of course.
I still recommend using CRF. High bitrate doesn't relate to a high visual qualitym a low quantizer value does.
In your case the first pass was fine.
-
I guess you are the first one how tried to encode a >3hrs video with Voukouder. Does the error also occur on a 1pass encode? I'd also recommend to use CRF instead of ABR/VBR if you don't target a specific filesize.
-
I tested both. But MediaInfo did not report any interesting values being set.
-
Would it help if this fields can be set in the "Side Data" tab?
https://ffmpeg.org/doxygen/trunk/…htMetadata.html
Not sure how this is being used internally (and if it is used at all).
-
Maybe I'll do this in the future. It requires basically to write a parser and a whole editor understanding the whole parameter symantics. Nothing to expect soon.
-
So which of these denoisers would you like to have?
https://ffmpeg.org/ffmpeg-filters.html#toc-atadenoise
https://ffmpeg.org/ffmpeg-filters.html#toc-dctdnoiz
https://ffmpeg.org/ffmpeg-filters.html#vaguedenoiser
https://ffmpeg.org/ffmpeg-filters.html#owdenoise
https://ffmpeg.org/ffmpeg-filters.html#toc-dctdnoiz
https://ffmpeg.org/ffmpeg-filters.html#toc-bm3d
https://ffmpeg.org/ffmpeg-filters.html#toc-hqdn3d-1
https://ffmpeg.org/ffmpeg-filters.html#toc-nlmeans-1
-
I was finally able to also include hevc_svt and vp9_svt. Still need to test both.
-
Unfortunately not (that i know of).
-
Well, I put a 30 fps file on a 60 fps project / sequence / timeline. That's not under voukoders control, it will be handled by premiere / the NLE. The NLE will send a 60fps frames stream to voukoder. These frames can be anything. Applying a decimate filter at this staged doesn't make any sense, right? Setting cycle to 3 would just output a 40fps file.. but... why?
-
Ok, crop and pad added.
Not sure about decimate as it adjusts the output framerate.
With a file of 25 fps "decimate=cycle=3" would generate a 16.66666 fps file. Wouldn't it make more sense to let the NLE handle all framerate stuff?
-
Seems Voukoder has some issues when the sequence is based on variable framerate (VFR).
-
-
I can't find an "addborders" filter in the latest FFmpeg. Are you sure about the name?
-
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.