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

Fix for FFmpeg v7: "KiB" filesize units in progress updates #33

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

nathanbabcock
Copy link
Owner

Closes #31

Before (6.0 and earlier):

[info] frame= 1996 fps=1984 q=-1.0 Lsize=     372kB time=00:01:19.72 bitrate=  38.2kbits/s speed=79.2x\n

After (7.0 onwards):

[info] frame=    5 fps=0.0 q=-1.0 Lsize=      10KiB time=00:00:03.00 bitrate=  27.2kbits/s speed= 283x\n

TL;DR: kB changed to KiB 😅

@nathanbabcock nathanbabcock merged commit e99e0b2 into main Apr 12, 2024
3 checks passed
@nathanbabcock nathanbabcock deleted the fix/ffmpeg-v7-progress-units branch December 5, 2024 18:59
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.

Broken with ffmpeg 7.0
1 participant