Commit 73640e90 authored by Seb's avatar Seb
Browse files

Added fallback message if ffmpeg is not found

parent af99bba4
...@@ -54,6 +54,9 @@ ...@@ -54,6 +54,9 @@
</li> </li>
</ul> </ul>
</form> </form>
{% else %}
<br/><br/>
<span class='transcode-error'>Ffmpeg is not found on your server. Please install if you wish to transcode videos into an HTML5 video compliant format.</span>
{% endif %} {% endif %}
</div> </div>
<div class="col2 "> <div class="col2 ">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment