ffmpeg as a single, self-contained static binary
-it can be used to downsize recorded videos before sending them over 3G or slow wifi.
-it can of course also convert images and music.
Just a simple example:
$> ffmpeg_static -i ~/Videos/somevideo.mp4 -vcodec h263 -s qcif -r 15 -acodec aac -ar 24k -ab 64k -ac 1 -strict -2 way_smaller_filesize.3gp
---
Recent comments