We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the pyrdp-convert shows a "bouncing ball" type of progress bar, which provides no useful information. Using a regular progress bar would:
pyrdp-convert
progressbar
Considering that rendering MP4s can take a while, it would be nice to provide this information to users so they're not left in the dark.
The text was updated successfully, but these errors were encountered:
Update changelog after issue #274
141488c
1087125
Merge pull request #275 from GoSecure/mp4-progress
29118c0
Use proper progress bar for MP4 conversion. Fixes #274.
xshill
No branches or pull requests
Currently, the
pyrdp-convert
shows a "bouncing ball" type of progress bar, which provides no useful information. Using a regular progress bar would:progressbar
module)Considering that rendering MP4s can take a while, it would be nice to provide this information to users so they're not left in the dark.
The text was updated successfully, but these errors were encountered: