I’ve finished all of the videos from my thesis to Youtube. Check out my own Youtube channel. This webpage gives a brief description of each video:
https://dancogswell.com/research/multiphase/
I’ve finished all of the videos from my thesis to Youtube. Check out my own Youtube channel. This webpage gives a brief description of each video:
https://dancogswell.com/research/multiphase/
This winter I bought a new digital camera, the Canon A570 IS. It was a great purchase. It was inexpensive, takes excellent pictures, has optical image stabilization, nice manual settings, uses AA batteries, and has very little lag between when you press the shutter button and when it actually takes the picture. It’s movie mode is also great, although it takes MJPEG videos, which are very large. I spent a very long time figuring out the best way to edit the videos and then compress them to some standard format. I chose Cinelerra as my video editor, and Microsoft MPEG4-v2 as my compression codec.
Unfortunately the movies do not load correctly into Cinelerra the way the camera saves them – the audio is messed up. I found I had to run the movies through mencoder using this command before I could open them in Cinelerra:
mencoder input.avi -ovc copy -oac pcm -o output.avi
When I was done composing my movie in Cinelerra, I export the movie using the “Quicktime for Linux” file format and choose “Uncompressed RGB” from the video setup menu and “Twos Complement” from the audio setup. The movie that gets rendered is huge, but then I compress it with ffmpeg to MPEG4 using this command. The resulting video will play in Windows Media Player. qscale sets the quantization level, and is an alternative to setting a static bitrate:
ffmpeg -i input.avi -f avi -b 2000k -qscale 5 -vcodec msmpeg4v2 -acodec mp3 -ar 48000 -ab 128k output.avi
It’s a dual quad-core Intel 3.0GHz Xeon machine (that’s 8 cores!) with 8 GB of RAM and 1TB of disk space and an NVIDIA Geforce 7300GT! I also have 2 new 20″ widescreen monitors attached to it. My guess is that Apple is eating a substantial amount of the cost of these computers to get them in the hands of people like me. While, maybe people who hate Apple less than I do. Actually, I doubt there is anyone who hates Apple more than I do. But luckily I’ve got it to dual-boot Ubuntu Linux and Windows XP64. We have another identical workstation running OSX, so I plan to do some benchmarking at some point. Here’s how to configure a Mac Pro to dual boot Linux/Windows: