Convert a video file to an audio file (.mp4 to .mp3)
mencoder video.mp4 -ovc lavc -vf scale=123:100 -oac lavc -o video.avi ffmpeg -i video.avi -ac 1 audio1.mp3
DZone Snippets > jrobertson > video
11377 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
James Robertson http://www.r0bertson.co.uk
mencoder video.mp4 -ovc lavc -vf scale=123:100 -oac lavc -o video.avi ffmpeg -i video.avi -ac 1 audio1.mp3