alexheretic / ab-av1

AV1 re-encoding using ffmpeg, svt-av1 & vmaf.
MIT License
442 stars 29 forks source link

Enhancement: Print scanning results in auto-encode mode #158

Closed t-nil closed 1 week ago

t-nil commented 10 months ago

If auto-encode could print the VMAF results per CRF, as does crf-search, that would be useful IMO to track the progress and identify outliers.

alexheretic commented 10 months ago

Yes I think it would make sense to be able to opt into the crf-search output when running auto-encode.

alexheretic commented 3 weeks ago

Logging (e.g. RUST_LOG=ab_av1=info) was added in https://github.com/alexheretic/ab-av1/blob/main/CHANGELOG.md#v0715

It is currently mostly meant for non-terminal use cases or debugging. But it also serves as a verbose output.