These are some useful FFMPEG commands I use quite often:
Copy the H.264 stream from an MTS file into a MOV file and discard the audio:
ffmpeg -i myfile.mts -vcodec copy -an -y myfile.mov
Re-encode a clip into a Quicktime MOV file using the MotionJPEG codec and discard any audio:
ffmpeg -i myfile.avi -vcodec mjpeg -b 76k -an -y [...]
NASA is launching a “space ship” outside of our solar system to investigate what they hope is an “Earth Link” planet in our Galaxy.
Mounted on the space ship will be a data DVD which will have the names of over 1 million people and their 500 word or less individual messages.
Visit http://namesinspace.seti.org/ for more info!