/ Published in: Bash
Expand |
Embed | Plain Text
ffmpeg -i input.flv -s 176x144 -vcodec h263 -r 25 -b 200 -ab 64 -acodec libmp3lame -ac 1 -ar 8000 output.3gp
You need to login to post a comment.
ffmpeg -i input.flv -s 176x144 -vcodec h263 -r 25 -b 200 -ab 64 -acodec libmp3lame -ac 1 -ar 8000 output.3gp
You need to login to post a comment.