Linux - avi to 3gp


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



Copy this code and paste it in your HTML
  1. ffmpeg -i movie.avi -i movie.wav -b 30 -ac 1 -ab 12 -map 0.0 -map 1.0 movie.3gp

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.