OGV to AVI with ffmpeg


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



Copy this code and paste it in your HTML
  1. #!/bin/bash
  2. #
  3. # Usage: ogv2avi input.ogv aoutput.avi
  4. mencoder "$1" -ovc xvid -oac mp3lame -xvidencopts pass=1 -o "$2"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.