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
lavtrans(1)							MJPEG tools manual						       lavtrans(1)

NAME
lavtrans - Convert MJPEG videos to other MJPEG video formats SYNOPSIS
lavtrans -o outputfile -f a|q|i|w [-i num] lavfile1 [lavfile2 ... lavfileN] DESCRIPTION
lavtrans can be used to convert the recorded videos from one MJPEG "container" format to another one. It can also be used to split the streams, or do destructive edits. Like all the other mjpegtools(1) lavtrans also accept a edit list file in place of actual video files. This allows it to be used to con- struct a stand-alone copy of the editted video sequence described in the editlist. Note that lavtrans can only change the container type of MJPEG video, not the format. As such it is not possible to use it combine streams of different format. OPTIONS
lavtrans accepts the following options: -f [a|q|m|i|w] Specifies the output format that should be saved. a - output to AVI file q - output to Qicktime file i - output single JPEG images, w - output WAV file (sound only!) -i num Convert a single frame to a JPEG file. -o outputfile Specifies the name of the output file If you want as output single JPEG images the output file string must be a valid format string filename Multiple filenames as input are acceped, also mixing of edit list files and other in video files. BUGS
There seem to be problems with the transoding of large Quicktime movies. One other thing is that with interlaced movies only one field is extracted. So you get pictures with the full horizontal size and half vertical size. AUTHOR
This man page was written by Bernhard Praschinger. If you have questions, remarks, problems or you just want to contact the developers, the main mailing list for the MJPEG-tools is: mjpeg-users@lists.sourceforge.net For more info, see our website at http://mjpeg.sourceforge.net SEE ALSO
mjpegtools(1), lavplay(1) MJPEG Linux Square 2 June 2001 lavtrans(1)