Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finally, we compile the results using the best workers/threads combination for each option from 02b6f6e and c403b41: | mpv/ffmpeg | Samples | | ------------ | H.264 | HEVC | VP9 | AV1 | | mpv (8/2) | 10s | 29s | 57s | 16s | | ffmpeg (4/2) | 10s | 29s | 47s | 71s | However, I'm not convinced with the results as there were two outliers. So, I decided to test another set, this time focusing only on VP9 and AV1 videos. | mpv/ffmpeg | Samples | | ------------ | VP9_1 | AV1_1 | AV1_2 | | mpv (8/2) | 35s | 49s | 127s | | ffmpeg (4/2) | 28s | 41s | 108s | That's more like it; ffmpeg is now consistently equal to or faster than mpv in all cases. I wonder which of my encoding settings skyrocketed mpv but crippled ffmpeg...
- Loading branch information