ffmpeg convert video to 3gp


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ffmpeg -i input.flv -s 176x144 -vcodec h263 -r 25 -b 200 -ab 64 -acodec libmp3lame -ac 1 -ar 8000 output.3gp

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.