Return to Snippet

Revision: 14047
at May 17, 2009 08:22 by pashky


Updated Code
ffmpeg -i input.flv -s 176x144 -vcodec h263 -r 25 -b 200 -ab 64 -acodec libmp3lame -ac 1 -ar 8000 output.3gp

Revision: 14046
at May 17, 2009 08:21 by pashky


Initial Code
ffmpeg -i input.flv -s 176�144 -vcodec h263 -r 25 -b 200 -ab 64 -acodec libmp3lame -ac 1 -ar 8000 output.3gp

Initial URL


Initial Description


Initial Title
ffmpeg convert video to 3gp

Initial Tags
convert

Initial Language
Bash