Please note that the present pages on the ICTP workshop were obtained from a mediawiki used during the workshop. There may be a number of links that go to missing pages, and other inconsistencies. Much of it is also very informal, and should be seen as workshop notes!
These sessions, conducted by Björn Hassler, stretched across 8 hours or so.
Contents |
Introduction to Audacity - cross platforms, open source, free audio editing. (ICTP recordings: EyA)
People were working in pairs (two headsets plugged into one computer, with headphone splitters, as well as microphone stereo to two mono converter). (Note: Stereo recording from the microphone only worked on some computers, as it depends on whether the sound card has got a stereo microphone input.)
Download the 'Audacity Pack' from a local directory. The pack contained the
Your task:
Additional documentation: http://www.audacityteam.org/manual/index.php?title=Main_Page
Tips for recording audio:
Get some Creative Commons Music: http://creativecommons.org/audio
Overall, the following problems were encountered:
Topics that were covered in a later session:
Copyright, licensing, creative commons, ...
Bandwidth requirements
Bandwidth requirements for multimedia
You need to be able to explain bandwidth requirements for multimedia.
How do you compute the total bandwidth of a 'multimedia object', e.g. an audio file, and some slides.
How do you use lame? What are the correct settings?
For reference, http://www.sciencemedianetwork.org/Encoding_Timebased_Media
What formats should encode to? For online streaming, Flash 7 or 8, and in the future Flash 9. For downloading, use mp4, ideally with H.264/AAC codec. In the future, you will be able to use mp4 for streaming in Flash 9, but the file needs be encoded with H.264/AAC and to have fast start.
What tools are available for video encoding?
Encoding
Flash: flv/mp4
Flowplayer vs. swf
http://www.sciencemedianetwork.org/Web_Design_4_Low_Bandwidth
Recommendations are to use podcast feeds. What software exists to make podcast feeds?
FlowPlayer - http://flowplayer.org/. How do you configure flowplayer to play video or audio within websites?
The following needs checking, but it should be roughly correct:
<object type="application/x-shockwave-flash" data="flowplayer.swf" width="320" height="240" id="FlowPlayer">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flowplayer.swf" />
<param name="quality" value="high" />
<param name="scale" value="noScale" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="config={
showPlayListButtons: true,
playList:[ { url: 'http://.../A.mp3', overlay: 'http://.../A.jpg' },
{ url: 'http://.../B.mp3', overlay: 'http://.../B.jpg' }],
autoPlay: false,
autoBuffering: false,
splashImageFile: 'http://.../splash.jpg',
showMenu: false,
loop: false,
showLoopButton: false,
showFullScreenButton: false}"
/>
</object>
Working example: http://users.ictp.it/~bhassler/repository/ (Full screen doesn't seem to work for slide shows...)
Tutorial