First I'd like to know how I could set up 7.1 audio with Premiere, AfterFX or Vegas? Didn't know this is possible.
Beiträge von Vouk
-
-
RC2
Fixes
- Separate log file did not get closed correctly after export
Notes
For using NVENC encoders driver version 436.15 or newer is required.
-
Ich habe mit der aktuellen Entwicklungsversion 3rc2 versucht das nachzustellen, konnte es aber nicht. Das Video ließ sich mit MPC-HC abspielen und auch seeking hat entsprechend funktioniert.
Code
Alles anzeigenGeneral Unique ID : 229553730711770921490923659787146104489 (0xACB270BCE5FB6EB1855B4C362F300EA9) Complete name : C:\Users\Daniel\Desktop\2017-05-26-Guide - Wie schneide ich meine Videos_1.mkv Format : Matroska Format version : Version 4 File size : 292 MiB Duration : 20 min 23 s Overall bit rate mode : Variable Overall bit rate : 2 002 kb/s Writing application : Voukoder (Adobe Premiere) Writing library : Lavf58.35.101 ErrorDetectionType : Per level 1 Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High@L4 Format settings : CABAC / 3 Ref Frames Format settings, CABAC : Yes Format settings, Reference frames : 3 frames Codec ID : V_MPEG4/ISO/AVC Duration : 20 min 23 s Bit rate mode : Variable Maximum bit rate : 2 000 kb/s Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:10 Frame rate mode : Constant Frame rate : 29.970 (30000/1001) FPS Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Default : Yes Forced : No Audio ID : 2 Format : FLAC Format/Info : Free Lossless Audio Codec Codec ID : A_FLAC Duration : 20 min 23 s Bit rate mode : Variable Channel(s) : 2 channels Channel layout : L R Sampling rate : 44.1 kHz Bit depth : 16 bits Compression mode : Lossless Default : Yes Forced : No
Ich würde es wohl auch auf FFmpeg zurückführen. Aus Voukoder-Sicht es völlig egal welcher Container benutzt wird. Das ist ein einzelner Parameter und alles andere ist identisch.
-
Fixed in the next build.
-
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).