\n ...\n \n {% if article.video %}\n
\n
{{ article.video.duration|timedelta_as_string }}
\n {% endif %}\n\n {{ article.content }}\n
\n\n\n{% endblock %}\n```\n\nThe `timedelta_as_string` are provided by Pelican-dashify.\n\n\nSettings\n--------\n\nSettings can be defined globaly into `pelicanconf.py` or per video using a specific JSON file.\nTo define a video configuration, like a custom DASH profile for `BigBuckBunny.mp4`, create a file named `BigBuckBunny.mp4.dashify.config` with the following content :\n\n```json\n{\n\t\"DASHIFY_DASH_PROFILE\": \"live\"\n}\n```\n\n### General\n\n**DASHIFY_EXTRACT_TAGS**\n:\tInject the original video tags into the template variable `{{