Skip to content

Trying to hide the Logger Bar in the console #2145

Answered by Hetari
Ernesto-Alves67 asked this question in Q&A
Discussion options

You must be logged in to vote

try this:

clip = VideoFileClip("video.mp4") # Generate a clip 
clip.write_videofile("output.mp4") # Prints progress bar and info 
clip.write_videofile("output.mp4", verbose=False) # Just prints progress bar 
clip.write_videofile("output.mp4", verbose=False, progress_bar=False) # Prints nothing 

or try this instead logger=None

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ernesto-Alves67
Comment options

Answer selected by Ernesto-Alves67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants