Random Video Encoding Notes
Blog Entry on the Saturday 16th, July, 2005
ffmpeg -i connor_and_teddy.3gp -acodec mp2 -ar 22050 -f wav audio.mp2
mencoder -audiofile audio.mp2 -o movie.mpg -oac copy -ovc lavc -lavcopts vcodec=msmpeg4v2 connor_and_teddy.3gp
mencoder -ffourcc XVID -oac mp3lame -ovc lavc ./doctorwho_theme.avi ./doctor.avi
mplayer -ao pcm mplayer -ao pcm -vo null -vc dummy -dumpaudio -dumpfile ./doctorwho_theme.mp3 ./test.avi