Skip to content

Instantly share code, notes, and snippets.

@dopuskh3
Created October 8, 2009 14:28
Show Gist options
  • Save dopuskh3/205062 to your computer and use it in GitHub Desktop.
Save dopuskh3/205062 to your computer and use it in GitHub Desktop.
#!/bin/bash
ffmpeg -threads 2 -i $1 -vcodec libx264 -g 30 -deinterlace -b 900k -s 640x360 -padtop 60 -padbottom 60 -padcolor 000000 -aspect 4:3 -acodec mp3 -ab 64k $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment