Another encoder for AV1, but not only. It has many features including multithreading, which is one of the biggest problems of AV1. It looks very interesting:
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
By the way, av1an also uses an algorithm developed by Netflix. It is already included in ffmpeg, but you have to enable it.
Perceptual video quality assessment based on multi-method fusion.
Does anyone know and use these projects?
I read some of the information, but I could not find anything that said that:
By the way, av1an also uses an algorithm developed by Netflix. It is already included in ffmpeg, but you have to enable it.
was OpenSource. Usually when ffmpeg requires enabling something, it means that it is not open.
Vmaf: it is a type of license (still Open) called: BSD + patent:
LICENSE - BSD+Patent
SPDX short identifier: BSD-2-Clause-Patent
Note: This license is designed to provide: a) a simple permissive license; b) that is compatible with the GNU General
Public License (GPL), version 2; and c) which also has an express patent grant included.
Copyright (c) 2020 Netflix, Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following
disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with the distribution.
Subject to the terms and conditions of this license, each copyright holder and contributor hereby grants to those
receiving rights under this license a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except
for failure to satisfy the conditions of this license) patent license to make, have made, use, offer to sell, sell,
This file has been truncated. show original
Instead Av1an is completely Open: GPL 3:
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
This file has been truncated. show original
It would be good to have a new encoder for AV1, because the standard is quite slow. I dont think its easy to implement it, though?
EDIT:
It seems that the ffmpeg provided by Arch linux already implements vmaf.