Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. avconv -codecs
  2.  
  3. ffmpeg -y -i movie.mp4 -r 20 -s 352x288 -b 400k -acodec aac -strict experimental -ac 1 -ar 8000 -ab 24k movie.3gp
  4.  
  5. sudo add-apt-repository ppa:paul-climbing/ppa
  6. sudo apt-get update
  7. sudo apt-get install winff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement