16 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 46bb3ceaa2 config: Adjust default config for faster NVENC tests 2020-12-07 02:40:57 +01:00
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 5c9331b3e5 ffmpeg: Support for system-wide FFmpeg installations 2020-10-29 19:39:42 +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 cf1ae76b22 config/h264_nvenc: Only test the highest possible quality by default 2020-10-27 19:37:51 +01:00
Michael Fabian 'Xaymar' Dirks 3d6372bb34 config: Disable all videos by default 2020-10-27 19:37:03 +01:00
Michael Fabian 'Xaymar' Dirks 1e56ab6dc0 config: Limit VMAF to 3 threads by default
Did not notice a significant improvement in performance above 3 threads.
2020-10-26 12:49:23 +01:00
Michael Fabian 'Xaymar' Dirks b147e2054e config: Reduce NVENC parallelization to 2 2020-10-26 12:48:52 +01:00
Michael Fabian 'Xaymar' Dirks 721dfa41de readme: Move configuration help to the Wiki 2020-10-26 11:12:11 +01:00
Xaymar ea5a9c02d2 Add README file 2020-10-26 11:08:25 +01:00
Michael Fabian 'Xaymar' Dirks f39c41ccf4 Version 0.1.0 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