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

Fixed write_logfile/verbose arguments #47

Merged
merged 2 commits into from
Jun 19, 2014
Merged

Conversation

KyotoFox
Copy link
Contributor

The audiowriter would write a logfile if verbose was set to true in VideoClip.to_videofile (ignoring write_logfile)

In AudioClip.py:
return ffmpeg_audiowrite(self,filename, fps, nbytes, buffersize, codec, bitrate, verbose)

The verbose argument is given too early. Here's ffmpeg_audiowrite definition:
def ffmpeg_audiowrite(clip, filename, fps, nbytes, buffersize, codec='libvorbis', bitrate=None, write_logfile = False, verbose=True):

Zulko added a commit that referenced this pull request Jun 19, 2014
Fixed write_logfile/verbose arguments
@Zulko Zulko merged commit cbb1448 into Zulko:master Jun 19, 2014
@Zulko
Copy link
Owner

Zulko commented Jun 19, 2014

Oops. Thank you !

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.

2 participants