From bf9272a56a2bde3cce2469285514bcaa1bf8f97d Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 5 Jan 2014 00:23:32 +0100 Subject: [PATCH] Remove extra comma in the sample config file (fix #60). --- sigal/templates/sigal.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigal/templates/sigal.conf.py b/sigal/templates/sigal.conf.py index bf64730..139203b 100644 --- a/sigal/templates/sigal.conf.py +++ b/sigal/templates/sigal.conf.py @@ -72,7 +72,7 @@ thumb_size = (280, 210) # Be aware of the fact these options need to be passed as strings. If you are # using avconv (for example with Ubuntu), you will need to adapt the settings. # webm_options = ['-crf', '10', '-b:v', '1.6M', -# '-qmin', '4', '-qmax', '63'], +# '-qmin', '4', '-qmax', '63'] # Size of resized video (default: (480, 360)) # video_size = (480, 360)