Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include sample encoding info and fps in crf-seach & auto-encode progress bars #235

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

alexheretic
Copy link
Owner

@alexheretic alexheretic commented Nov 15, 2024

  • Add sample-encode info to crf-search. Show sample N/M run progress and encoding/vmaf fps.
    ⠤ 00:00:30 crf 19 1/2 ###############################----------- (vmaf 19 fps, eta 77s)
    
  • Similarly add sample-encode info to auto-encode.
    ⠂ 00:00:51 crf 31 2/2 ########################################## (VMAF 95.03, size 21%)
    ⠤ 00:00:09 Encoding #######------------------------------------------- (12 fps, eta 3m)
    
  • Tweak sample-encode progress bar format to be more consistent.

Resolves #219

Reword sample_encode::run as stream output without progress bar logic
Tweak sample-encode progress output to be more consistent
Rework crf_search::run as stream output without progress bar logic
@alexheretic alexheretic merged commit 223f56c into main Nov 15, 2024
2 checks passed
@alexheretic alexheretic deleted the progress++ branch November 15, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: expand in-progress info for crf-search as seen when debugging is enabled
1 participant