Skip to content

Commit

Permalink
Include sample encoding info and fps in crf-seach & auto-encode progr…
Browse files Browse the repository at this point in the history
…ess bars (#235)

* sample-encode: allow rhs progress info to resize

* Add sample/n enc+vmaf fps info to crf-search progress bar

Reword sample_encode::run as stream output without progress bar logic
Tweak sample-encode progress output to be more consistent

* auto-encode: Add sample progress & fps info

Rework crf_search::run as stream output without progress bar logic

* Update changelog

* minor refactor
  • Loading branch information
alexheretic authored Nov 15, 2024
1 parent 7afde02 commit 223f56c
Show file tree
Hide file tree
Showing 7 changed files with 744 additions and 493 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* crf-search: Tweak 2nd iteration logic that slices the crf range at the 25% or 75% crf point.
- Widen to 20%/80% to account for searches of the "middle" two subranges being more optimal.
- Disable when using custom min/max crf ranges under half the default.
* Add sample-encode info to crf-search & auto-encode. Show sample progress and encoding/vmaf fps.
* Improve sample-encode progress format consistency.

# v0.7.19
* Fix stdin handling sometimes breaking bash shells.
Expand Down
142 changes: 117 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 223f56c

Please sign in to comment.