File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -422,3 +422,17 @@ text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
422422
423423#examples.download : True # False to bypass downloading mechanism
424424#examples.directory : '' # directory to look in if download is false
425+ #
426+
427+ ###ANIMATION settings
428+ #animation.writer : ffmpeg # MovieWriter 'backend' to use
429+ #animation.codec : mp4 # Codec to use for writing movie
430+ #animation.bitrate: -1 # Controls size/quality tradeoff for movie.
431+ # -1 implies let utility auto-determine
432+ #animation.frame_format: 'png' # Controls frame format used by temp files
433+ #animation.ffmpeg_path: 'ffmpeg' # Path to ffmpeg binary. Without full path
434+ # $PATH is searched
435+ #animation.ffmpeg_args: '' # Additional arugments to pass to mencoder
436+ #animation.mencoder_path: 'ffmpeg' # Path to mencoder binary. Without full path
437+ # $PATH is searched
438+ #animation.mencoder_args: '' # Additional arugments to pass to mencoder
You can’t perform that action at this time.
0 commit comments