Yoonseo Platform: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
(Redirected page to User:Yoonseo Kang)
 
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
=Recording and Editing=
#REDIRECT [[User:Yoonseo Kang]]
 
'''Screen Capture: Snapshots and Editing'''
 
[http://shutter-project.org/ Shutter Home Website]
 
----
 
'''Screen Capture: Video Clips'''
 
[http://ffmpeg.org/index.html FFmpeg Home Website]
 
[http://www.wikihow.com/Record-Your-Desktop-Using-Ffmpeg-on-Ubuntu-Linux How to Record Your Screen Using FFmpeg]
 
Add '''-nr 8000''' to the FFmpeg command for noise reduction. You can increase or decrease the number to change the noise tolerance.
Example: ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -s $(xwininfo -root | grep 'geometry' | awk '{print $2;}') -r 25 -i :0.0 -vcodec mpeg2video -ar 44100 -s wvga -y -sameq -nr 8000 sample.mpg
 
----
 
'''Real Capture: Pictures and Videos'''
 
[http://www.amazon.com/Fujifilm-FinePix-S4200-Digital-Camera/dp/B006T7QWGO/ref=sr_1_1?s=photo&ie=UTF8&qid=1350453705&sr=1-1&keywords=AA+batteries Fujifilm FinePix S4200] as point and shoot bridge digital camera. Waiting to receive it to try it out.
 
----
 
'''Audio Recording and Editing'''
 
[http://audacity.sourceforge.net/ Audacity]
 
----
 
'''Video Editing'''
 
[http://cinelerra.org/ Cinelerra Homepage]
 
[https://launchpad.net/~cinelerra-ppa/+archive/ppa Cinelerra CV (Community Version) at Launchpad]
 
sudo add-apt-repository ppa:cinelerra-ppa/ppa && sudo apt-get update && sudo apt-get install cinelerra
 
OR
 
[http://kdenlive.org/ Kdenlive Homepage]
 
sudo add-apt-repository ppa:sunab/kdenlive-release && sudo apt-get update && sudo apt-get install kdenlive
 
=Communication=
 
'''Email'''
 
[https://www.mozilla.org/en-US/thunderbird/ Mozilla Thunderbird] as email client, using POP3.
 
[https://mail.google.com/ Gmail] for account registration and email storage on their servers
 
----
 
'''Real-time Messaging, Video, Voice over Internet Protocol'''
 
[http://www.skype.com/ Skype]
 
=Computer=
 
'''Operating System'''
 
[http://www.ubuntu.com/ Ubuntu] - currently on 12.04, 64-bit
 
Also dual-booting Windows 7
 
=Design=
 
Google Sketchup
 
Kicad
 
=Computer-Aided Manufacturing=
 
[[Computer to Microcontroller]]

Latest revision as of 04:27, 26 June 2014

Redirect to: