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
---
This is my first time publishing something here, so I'm not sure if everything is set correct, the rpm installs just a single binary under /usr/bin/ffmpeg_static, it shouldn't do any harm to your device.
For building ffmpeg I used the build.sh from https://github.com/stvs/ffmpeg-static
Attachment | Size | Date |
---|---|---|
ffmpeg_static-2.1.4-1.armv7hl.rpm | 6.83 MB | 29/05/2014 - 21:30 |
Recent comments