Remove extra comma in the sample config file (fix #60).

This commit is contained in:
Simon Conseil
2014-01-05 00:23:32 +01:00
parent e171f5847b
commit bf9272a56a

View File

@@ -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)