EFF Pioneer Awards 2010 - Our thank you video

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News EFF Pioneer Awards 2010 - Our thank you video
# 1  
Old 11-09-2010
EFF Pioneer Awards 2010 - Our thank you video

There's are some videos of the EFF Pioneer Awards for 2010 beginning to appear on BAMM.tv, but I gather there were technical problems with the video we sent to the ceremony to say thank you, as you can't hear any sound. Cory Doctorow fills in with some humor, but I figured you would like to know what we said, because the award was for you here at Groklaw also.
Never fear. I happen to have a copy. And here it is, in the format they requested, .mov. It plays in Dragon Player and VLC in Linux. Best to download it and then run it. Enjoy.
Update: A commenter says they got the sound fixed later. I'm glad, because we literally stayed up late for days trying to get it done.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies

2. Post Here to Contact Site Administrators and Moderators

Awards: How to Award Bits?

One question for Moderators, I try to give bits awards to someone's reply, but my ID can't do that now. There is no the award button. I remember I did that before. Can you help to fix my account? (3 Replies)
Discussion started by: rdcwayx
3 Replies
Login or Register to Ask a Question
OGGDUMP(1)							   User Manuals 							OGGDUMP(1)

NAME
oggDump - prints out information of ogg video files (.ogv, .ogg or oga) SYNOPSIS
oggDump [options] outfile.ogv DESCRIPTION
OggDump gives detailed information about an ogg video file and prints these information with a given detail level. Ogg files consist of a number of streams (video and audio). From the Ogg-container perspective, the streams are devided into pages. These pages usually have nearly the same size. The pages can be printed out with the -g option. From the stream perspective, every stream consists of packets. These packets carry a bunch of compressed audio samples in case of a vorbis stream or one video frame in case of a theora video stream. These packets could be of variable length and are places into the ogg pages. To print the packets, use the -p option. OPTIONS
-g Dumps the stream pages of the file. -p Dumps the stream packets. -l <level>. Set the dump level (1-5). Default is 5, which means all information are printed. -s Prompt for the stream that should be dumped. All other streams are ignored and will not be printed. -o <file> Write the dump information to a file. AUTHOR
Joern Seger <yorn at gmx dot net> SEE ALSO
oggCut(1), oggJoin(1), oggSplit(1), oggTranscode^(1), oggSlideshow(1), oggThumb(1), oggSilence(1) Linux JAN 2010 OGGDUMP(1)