office-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Office-commits] r9851 - trunk/staff


From: sysadmin
Subject: [Office-commits] r9851 - trunk/staff
Date: Wed, 30 Sep 2009 15:33:35 -0400

Author: www-data
Date: Wed Sep 30 15:33:35 2009
New Revision: 9851

Log:
web commit by holmes

Modified:
   trunk/staff/postingpics.mdwn

Modified: trunk/staff/postingpics.mdwn
==============================================================================
--- trunk/staff/postingpics.mdwn        Wed Sep 30 15:31:30 2009        (r9850)
+++ trunk/staff/postingpics.mdwn        Wed Sep 30 15:33:35 2009        (r9851)
@@ -8,16 +8,23 @@
 * waiting for peabo on mimetypes issue that makes static.fsf.org bad for html5 
video.  Peabo reports that there is no difference between the mime type 
produced by static.fsf.org and that provided by ftp.gnu.org, when downloading 
FSF_event.ogv and very little difference in the time taken to transfer the 
file,  See RT#476054.
 
 ## Steps when for people who submit video (or for us uploading it):
-1. Request that video maker "mic" the speaker whenever possible instead of 
using internal camera mic.
-1. Make sure you have a recent version of ffmpeg2theora (like 0.23): 
http://v2v.cc/~j/ffmpeg2theora/
-1. Convert the video to the appropriate size and add web metadata by using 
this command.  Works for mp4, ogg, whatever.  For a higher quality, try "-p 
padma" instead. ffmpeg2theora -p videobin --artist "Free Software Foundation" 
--title "FSF Video" --date "26/08/2009" --location "Boston, MA 02110 USA" 
--organization "Free Software Foundation" --copyright "2009, Free Software 
Foundation" --license "Public Domain" VIDEOFILENAME.MP4 -o NEWVIDEOFILENAME.OGV
+
+Make sure you have a recent version of ffmpeg2theora (like 0.23): 
http://v2v.cc/~j/ffmpeg2theora/
+
+1. Convert the video to the appropriate size and add web metadata by using 
this command.  Works for mp4, ogg, whatever.  For a higher quality, try "-p 
padma" instead.
+
+ffmpeg2theora -p videobin --artist "Free Software Foundation" --title "FSF 
Video" --date "26/08/2009" --location "Boston, MA 02110 USA" --organization 
"Free Software Foundation" --copyright "2009, Free Software Foundation" 
--license "Public Domain" VIDEOFILENAME.MP4 -o NEWVIDEOFILENAME.OGV
 1. Upload video to static.fsf.org/nosvn/ using this command. If it doesn't 
work, email address@hidden for access.
+
    scp VIDEOFILENAME.OGV address@hidden:/var/www/
 1. Insert video in post using this HTML (replace all 3 URLs with the URL to 
the file):
 
 <video src="http://static.fsf.org/nosvn/FSF_event.ogv"; controls="true" 
width="400" height="230"><applet code="com.fluendo.player.Cortado.class" 
archive="http://static.fsf.org/nosvn/cortado.jar"; width="400" 
height="230"><param name="url" 
value="http://static.fsf.org/nosvn/FSF_event.ogv"/><param name="autoPlay" 
value="false"/></applet></video><br /><a 
href="http://static.fsf.org/video/FSF_event.ogv";>Direct download</a> (View 
source to see the html)
-1. The first few times you do this you should test in VLC (before upload) 
Firefox 3.5, 3.0.1 (for Cortado).
-1. NOTE: if the video is hosted via ftp and the cortado jar via http it will 
break!
+1. The first few times you do this you should test in VLC (before upload), 
Firefox 3.5, and Firefox 3.0.1 (for Cortado).
+
+NOTE: if the video is hosted via ftp and the cortado jar via http it will 
break!
+
+VIDEO PRODUCTION NOTE: Request that video maker use an external (lapel) mic on 
the speaker whenever possible instead of using internal camera mic.
 
 
 # How to post images to the static server using SVN




reply via email to

[Prev in Thread] Current Thread [Next in Thread]