mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
afacf4d963
Per the x265 documentation, if `--frames` is specified, the rate control can use the information for better encoding decisions. In addition, we should be encoding an exact number of frames anyways. This might benefit x264 as well, but I'm not sure if that's guarranteed. It's trivial to add, so it may be worth adding anyways. See docs around `--frames` option: https://x265.readthedocs.io/en/master/cli.html#input-output-file-options Testing note: I tested what happens with something like vspipe returns less than the specified number of frames and things work "just fine" - the encoder exits with no error message and the stream isn't corrupted. |
||
---|---|---|
.. | ||
__init__.py | ||
aom.py | ||
encoder.py | ||
rav1e.py | ||
svtav1.py | ||
svtvp9.py | ||
vpx.py | ||
vvc.py | ||
x264.py | ||
x265.py |