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

Incorporated optional progress_bar flag for writing video to file #380

Merged
merged 1 commit into from
Mar 2, 2017
Merged

Incorporated optional progress_bar flag for writing video to file #380

merged 1 commit into from
Mar 2, 2017

Conversation

wingillis
Copy link
Contributor

Potential flag addition to suppress the progress bar workaround.

Very useful for batch computing systems where this output clutters the results.

Copy link
Collaborator

@tburrows13 tburrows13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I was even thinking of adding this myself.

@mbeacom mbeacom added this to the Release v0.2.2.14 milestone Feb 15, 2017
@mbeacom mbeacom added the enhancement Positive change that does not change the API, i.e. improved performance, using less memory etc. label Feb 15, 2017
@tburrows13 tburrows13 self-assigned this Mar 2, 2017
@tburrows13
Copy link
Collaborator

I'll test this, and merge if successful

@wingillis
Copy link
Contributor Author

wingillis commented Mar 2, 2017 via email

@tburrows13
Copy link
Collaborator

tburrows13 commented Mar 2, 2017

@wingillis It works... kind of... It correctly removes the progress bar for writing the video, but not for the audio progress bar before the video. Do you want to add this, or shall I add it as a separate PR? I'm happy to merge this as is if we can sort out the audio separately. EDIT: I've found where it calls tqdm for audio, I'll do this myself. Thanks for your contribution!

@tburrows13 tburrows13 merged commit 3c1ae1a into Zulko:master Mar 2, 2017
tburrows13 pushed a commit that referenced this pull request Mar 6, 2017
Adds `progress_bar` option to `write_audiofile()` to complement #380
@tburrows13 tburrows13 added feature New addition to the API i.e. a new class, method or parameter. and removed enhancement Positive change that does not change the API, i.e. improved performance, using less memory etc. labels Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New addition to the API i.e. a new class, method or parameter.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants