From a85ffc6c814026efd51416a7a2774fba1f25a884 Mon Sep 17 00:00:00 2001
From: Bob Mottram
Log into your system with:
@@ -282,9 +282,9 @@ After the install has completed go to Security settings and select Cre+It's a good idea to upload videos in webm format. In that case Mediagoblin will skip the transcoding step (which can take hours for videos of non-trivial length) and the whole process will be quicker. Transcoding just converts whatever file format you submit into a standard resolution and file type. On your local system you can convert a video to webm with: +
+ +ffmpeg -i myvideo.mp4 myvideo.webm ++
+Or if you are moving a video from YouTube to your own site: +
+ +youtube-dl -f webm [my_video_url] ++