8 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 5304468669 ves: Fix an off-by-one error indexing video inputs
An oversight in earlier development led to an off-by-one indexing error, which means that any results generated with earlier commits were completely wrong. This also fixes the problem that massive parallelization would cause CPU heating issues and not respect the thread limit.
2020-11-01 00:38:00 +01:00
Michael Fabian 'Xaymar' Dirks c7a71cfd91 ves: Use correct reference name at all times 2020-10-28 18:57:53 +01:00
Michael Fabian 'Xaymar' Dirks 49f74bf48c ves: Fix missing grouping 2020-10-28 18:40:22 +01:00
Michael Fabian 'Xaymar' Dirks f39c41ccf4 Version 0.1.0 2020-10-26 09:56:49 +01:00
Michael Fabian 'Xaymar' Dirks 6e2ac5e513 Changes:
* Added configurable scenecut.
* Removed bframes 0 and 1 from nvenc default config.
* Added b_ref_mode configuration option.
* Fixed path parallelization.
* Attempted libvmaf parallelization.
2020-10-25 22:26:04 +01:00
Michael Fabian 'Xaymar' Dirks ccc0483115 Drastically speed things up with parallelization 2020-10-25 19:16:04 +01:00
Michael Fabian 'Xaymar' Dirks 3b0cdeaaac Various changes:
* Reformatted source code automatically.
* Possible fix for x264 refusing to build lossless videos.
* Allow encoders to add extra options to the command line, such as gpu selection.
2020-10-25 18:32:07 +01:00
Michael Fabian 'Xaymar' Dirks 43952dd162 Initial Work 2020-10-25 18:09:13 +01:00