Skip to content

Commit 47289f6

Browse files
author
mdcutone
committed
BF: Disabled logging on write_videofile to prevent crash
1 parent bb1e402 commit 47289f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psychopy/hardware/camera/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@ def renderVideo(outputFile, videoFile, audioFile=None):
23872387
videoClip.audio = CompositeAudioClip([audioClip])
23882388

23892389
# transcode with the format the user wants
2390-
videoClip.write_videofile(outputFile, verbose=False)
2390+
videoClip.write_videofile(outputFile, verbose=False, logging=None)
23912391

23922392
return os.path.getsize(outputFile)
23932393

0 commit comments

Comments
 (0)