Av1an/docs
woot000 e10880d413
Add additional flags, options (#671)
* Add never overwrite -n flag

Acts as the opposite of the overwrite -y flag

* Add --scaler flag

This allows the user to control which scaling algorithm is used during scene detection downscaling and VMAF calculations, and also allows the width of the lanczos scaler to be selected from 1 to 9

* Add inputres option for --vmaf-res

This allows the user to have VMAF calculations use the input resolution automatically, without having to type it in manually per file

* Change progress bar characters for Windows

This looks smoother on the default Windows command prompt

* Add --extra-splits-sec option

Allows the user to specify extra splits in seconds. If both frames and seconds are specified, frames will take priority

* Add --ignore-frame-mismatch flag

Allows the user to ignore any reported frame mismatches between the encoder and chunk frame counts, which is useful if an ffmpeg filter changes the frame count, or the input video is encoded badly (ex. "Missing key frame while searching for timestamp" ffmpeg warning)

* formatting

* Fix compilation

oops

---------

Co-authored-by: Josh Holmer <jholmer.in@gmail.com>
2023-06-25 14:52:30 -04:00
..
Encoders docs: First pass for SVT-AV1 documentation (#614) 2022-04-18 05:52:33 +00:00
CLI.md Add additional flags, options (#671) 2023-06-25 14:52:30 -04:00
COMPILING.md Various dependency updates and cleanup (#679) 2022-11-09 19:22:40 +00:00
DOCKER.md Readme changes (#651) 2022-07-13 09:32:59 +00:00
TargetQuality.md Fix target quality command syntax (#756) 2023-05-10 14:00:18 +03:00