Update settings_local.py template with instructions for using ffmpeg

This commit is contained in:
Paul Osman 2011-01-16 19:45:57 -05:00
Родитель 7d4d7eb94b
Коммит 97d2dc5b9d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -40,3 +40,6 @@ CACHE_COUNT_TIMEOUT = 60
# Execute celery tasks locally, so you don't have to be running an MQ
CELERY_ALWAYS_EAGER = True
# Path to ffmpeg. This will have to be installed to create video thumbnails
FFMPEG_PATH = '/usr/bin/ffmpeg'